You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this could be due to the psych be a default gem now or in general psych related or nothing to do with psych. I came across it while investigating a regression due to psych now being a default gem.
The text was updated successfully, but these errors were encountered:
@mkristian This might be changes we made to IR recently (which will be changed very soon). Please run 'JRUBY_OPTS=-X-C -S jruby -S gem install asdf' and see if this error goes away. We have a race between interp and JIT again. I am fixing this now but we have decided to make some larger fixes because we keep introducing races every few months.
yes, indeed - this jruby opts did help. and it was only one of a few
"strange" things I saw while debugging - like an unrelated "p 'something'"
did make the error disappear.
but still see the regression from
here: fffd2b6
but will wait to invest until those races are gone.
This should be working just fine with newly-landed IR improvements. Worked for me locally (in as much as it only reported the missing gem and not the + error).
this could be due to the psych be a default gem now or in general psych related or nothing to do with psych. I came across it while investigating a regression due to psych now being a default gem.
The text was updated successfully, but these errors were encountered: