-
Notifications
You must be signed in to change notification settings - Fork 5
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
Babashka: Unable to resolve classname: java.security.KeyFactory (java.security.Key) #176
Comments
Running with the latest snapshot, which has
in its CHANGELOG, I do get past that, but hit another error:
|
Looking into this a bit more, I think my premise was flawed. There's not much to operate on in jarl, as the plan is basically parsed into functions operating on state, am I right? |
Correct! |
OK so while my original intention was misguided, I believe being able to run Jarl in Babashka would still be kinda cool. Let's keep this open for tracking, shall we? |
Indeed, that sounds good to me 👍 |
I'd like to parse some plan JSON into the structures that Jarl provides -- without actually evaluating it. However, it fails:
bb.edn
test
I don't know if that script would actually work, because it fails early:
The text was updated successfully, but these errors were encountered: