Kevin Newton

Results 160 comments of Kevin Newton

Hey @Cluster444 — thanks for the initiative here. Unfortunately I've experimented with this and it would mostly need to be done within the CRuby codebase first in order to fully...

Yes, and even documenting it in the API docs (i.e. inline in the code) would be super helpful.

Oh sorry I didn't see your comment. Typically what I have done in those cases is put the documentation into the `parsing_rules.md` file and linked to it. Could you do...

Hey @unikitty37 — I think this might be an issue where prism it being installed twice at the same time. It's being installed once with `bundle` and then another time...

I opened an issue for this upstream in rubygems (https://github.com/rubygems/rubygems/issues/7786). In the meantime I'll see if there's a way we can look at handling this in prism specifically.

@unikitty37 it looks like a lot of work is happening on rubygems to fix this, so I'm going to let them track this as a wholesale solution appears to be...

You can rebase to remove the extra dsl.rbi file

@nobu I am trying to get this to work, and it appears to work on every system except nmake. The issue appears to be that: ``` {$(srcdir)}.rb.rbinc: $(ECHO) making $@...

Thanks for the report! I'll check it out