mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 08:09:17 +02:00
Fix native build (#1610)
Fix native executable build; there was a missing truffle boundary
This commit is contained in:
@@ -169,6 +169,7 @@ public final class StringNodes {
|
|||||||
|
|
||||||
public abstract static class isGlobPattern extends ExternalPropertyNode {
|
public abstract static class isGlobPattern extends ExternalPropertyNode {
|
||||||
@Specialization
|
@Specialization
|
||||||
|
@TruffleBoundary
|
||||||
protected boolean eval(String self) {
|
protected boolean eval(String self) {
|
||||||
try {
|
try {
|
||||||
GlobResolver.toRegexString(self);
|
GlobResolver.toRegexString(self);
|
||||||
|
|||||||
Reference in New Issue
Block a user