ruby-syntax-tree / syntax_tree

Interact with the Ruby syntax tree
https://ruby-syntax-tree.github.io/syntax_tree/
MIT License
568 stars 55 forks source link

Enable more tests now that TruffleRuby supports pattern matching #435

Open eregon opened 8 months ago

eregon commented 8 months ago

I also looked at the remaining occurences of truffleruby in the repo. The remaining ones are still needed (e.g. to skip slow & Ripper-transient tests).

I also found https://github.com/ruby-syntax-tree/syntax_tree/blob/43ca866da9225cf3952d9a795224c09dff665150/lib/syntax_tree/language_server.rb#L171-L174 Which could use Ruby pattern matching again if desired.