Skip to content
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

Error using java.time.Instant #71

Closed
tomconnors opened this issue May 26, 2020 · 3 comments
Closed

Error using java.time.Instant #71

tomconnors opened this issue May 26, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@tomconnors
Copy link
Contributor

There appears to be a problem constructing java.time.Instant obects with the now method.

spire -e '(debug (java.time.Instant/now))' gives "No matching method now found taking 0 args", from sci.impl.Reflector.invokeMatchingMethod(Reflector.java:109).

Borkdude pointed out on slack that this works w/ babashka.

@retrogradeorbit retrogradeorbit added the bug Something isn't working label May 27, 2020
@retrogradeorbit
Copy link
Member

a missing graal reflection config.

@retrogradeorbit
Copy link
Member

appears to have been fixed in c927a11

@retrogradeorbit
Copy link
Member

fixed in 0.1.0-alpha.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants