-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use library for functions? #259
Comments
Looks like it might be a bug:
Where is the call to @snazy thoughts? Is this a bug? |
cel-java/core/src/main/java/org/projectnessie/cel/Library.java Lines 54 to 66 in c966875
which gets used here in cel-java/tools/src/main/java/org/projectnessie/cel/tools/ScriptHost.java Lines 123 to 125 in c966875
also note that we have a test for cel-java/tools/src/test/java/org/projectnessie/cel/tools/ScriptHostTest.java Lines 116 to 139 in 5749d57
from that example i am guessing you should be using |
How can I convert the "greet" example into a lib please?
This does not work:
Results in:
The text was updated successfully, but these errors were encountered: