You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By luck I defined 0.7.1 as the dependency for my hickory hello world application, which made it compile.
This also held true for the significantly more complex youtube client bbyt, which initially prompted the research into graalvm clojure.
Neither of the two compile to graal with 0.7.2 or 0.7.3
For now I'm just opening the issue to bring it to your attention.
I might do a git bisect to check where the breakage occurred in 0.7.1...Release-0.7.2
Not quite sure how I'd do it. Probably via local deps or sth.
The text was updated successfully, but these errors were encountered:
I assumed hickory / jsoup were categorically incompatible with graalvm until very recently, prompting me to open an issue and pr to document it.
clj-easy/graalvm-clojure#61
clj-easy/graalvm-clojure#62
By luck I defined
0.7.1
as the dependency for my hickory hello world application, which made it compile.This also held true for the significantly more complex youtube client bbyt, which initially prompted the research into graalvm clojure.
Neither of the two compile to graal with
0.7.2
or0.7.3
For now I'm just opening the issue to bring it to your attention.
I might do a git bisect to check where the breakage occurred in 0.7.1...Release-0.7.2
Not quite sure how I'd do it. Probably via local deps or sth.
The text was updated successfully, but these errors were encountered: