Skip to content

Commit 52f16f2

Browse files
committed
Add prism_parse alias for Truffle::Debug.yarp_parse to fix ruby/prism CI failures
1 parent 7b1cd1a commit 52f16f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/debug/TruffleDebugNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Object serialize(Object code,
278278
}
279279
}
280280

281-
@CoreMethod(names = "yarp_parse", onSingleton = true, required = 1)
281+
@CoreMethod(names = { "yarp_parse", "prism_parse" }, onSingleton = true, required = 1)
282282
public abstract static class YARPParseNode extends CoreMethodArrayArgumentsNode {
283283
@TruffleBoundary
284284
@Specialization(guards = "strings.isRubyString(code)", limit = "1")

0 commit comments

Comments
 (0)