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
$ jt ruby --jexceptions -e "require_relative 'core/hash'"
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1967)
at org.jruby.truffle.core.kernel.KernelNodes$RequireRelativeNode.dirname(KernelNodes.java:1330)
at org.jruby.truffle.core.kernel.KernelNodes$RequireRelativeNode.getFullPath(KernelNodes.java:1322)
at org.jruby.truffle.core.kernel.KernelNodes$RequireRelativeNode.requireRelative(KernelNodes.java:1298)
And it even gets to a NoMethodError with the name of the first directory entry?
core:/core.rb:136
isThe text was updated successfully, but these errors were encountered: