<razetime>
hi, I've been trying to port pattern matching from jruby into truffleruby. I'm getting a syntax error whenever the "pin" operator is used in a CaseIn node. Was there a fix for this in the jruby commits?
kares[m] has joined #jruby
<razetime>
right now the assumption is that there is a shift reduce conflict that is causing this in the parser.
razetime has quit [Remote host closed the connection]
<headius>
spec:ruby:fast passes with vthreads enabled
<enebo[m]>
nice
<headius>
enebo: we should have a meeting maybe Monday to figure out where we stand and what else we need to finish for 9.4
<headius>
I know my fiber PR is still out there, not perfect but better
<enebo[m]>
yeah
subbu has quit [Ping timeout: 252 seconds]
subbu has joined #jruby
<headius>
remarkably test:mri:core also green... I feel good about merging this in and then doing any more elaborate exploration on master
<headius>
but this at least makes it possible for folks to try vthreads on 9.3
<enebo[m]>
spec:compiler should be green now on master. I broke it earlier with newer kwargs stuff
<headius>
ah ok
<headius>
I am catching up some issues but I can get back to greening up master this week
<enebo[m]>
I knew I had that breakage but I should have fixed it a long time ago