console1984 icon indicating copy to clipboard operation
console1984 copied to clipboard

Support ruby 3.4

Open artemave opened this issue 11 months ago • 1 comments

console1984 is using parser gem to parse user input ruby code into ast, but that gem does not support (and not planning to) ruby 3.4 onward, due to the new bulit-in ruby parser (prism).

I guess that means that console1984 should be using prism parser on ruby 3.4 onward.

artemave avatar Jan 29 '25 14:01 artemave

Thanks @artemave. Agree that this will be a change we'll have to do. If anyone want to explore a PR I'll be happy to review.

jorgemanrubia avatar Jan 30 '25 12:01 jorgemanrubia