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
TruffleRuby doesn't have a case for the org.truffleruby.core.regexp.RegexpNodesFactory$RegexpCompileNodeFactory$RegexpCompileNodeGen node with values of type Cel::Macro::A(org.truffleruby.core.basicobject.RubyBasicObject) java.lang.Integer=0 (TypeError)
from org.truffleruby.core.regexp.RegexpNodesFactory$RegexpCompileNodeFactory$RegexpCompileNodeGen.executeAndSpecialize(RegexpNodesFactory.java:901)
from org.truffleruby.core.regexp.RegexpNodesFactory$RegexpCompileNodeFactory$RegexpCompileNodeGen.execute(RegexpNodesFactory.java:878)
from org.truffleruby.language.control.SequenceNode.execute(SequenceNode.java:36)
from org.truffleruby.language.RubyMethodRootNode.execute(RubyMethodRootNode.java:65)
from org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.executeRootNode(OptimizedCallTarget.java:659)
The text was updated successfully, but these errors were encountered:
Given the following snippet:
CRuby will return
/bang/
. Truffleruby fails:The text was updated successfully, but these errors were encountered: