Markus Schirp

Results 299 comments of Markus Schirp

Okay since #3983 is not acceptable I'll finish this one once I'm back from my vacation.

@jmthomas Evenutally `unparser` will support prism see: * https://github.com/ruby/prism/issues/3553 * https://github.com/mbj/unparser/pull/387 * https://github.com/mbj/unparser/issues/385 This is done via the translation layer to the `parser` AST, but I plan to drop to...

The real use case of this gem left for me is multi version capability. Prism is not shipped with all the ruby versions my use cases still have to support,...

I think we need to put evolutionary pressure on and NOT release compatibility with new versions.

To play a bit of devils advocate here: How is not supporting a new future ruby release "breaking existing apps"?

Is there a translation layer from prosm to this parsers AST somewhere?

Is there an `unparser` equivalent yet?

> Probably no, but I've found ["untokenizer"](https://github.com/koic/minifyrb/blob/master/lib/minifyrb/minifier.rb) made by @koic 😄 unfortunately not enough for my use case. @bbatsov Okay so I saw a world where `parser` would stop to...

@dgollahon no idea, going to invite you.