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
Thank you for this library! I'm trying this library with GraalVM and I see these reflection warnings. They probably have to be fixed to make it work for GraalVM.
Reflection warning, hawk/core.clj:16:30 - reference to field isFile can't be resolved.
Reflection warning, hawk/core.clj:21:18 - reference to field toPath can't be resolved.
Reflection warning, hawk/core.clj:22:18 - reference to field getParentFile can't be resolved.
Reflection warning, hawk/core.clj:22:18 - reference to field toPath can't be resolved.
Reflection warning, hawk/core.clj:33:25 - reference to field toPath on java.lang.Object can't be resolved.
Reflection warning, hawk/core.clj:35:29 - call to method startsWith can't be resolved (target class is unknown).
Reflection warning, hawk/core.clj:47:22 - call to method compareTo can't be resolved (target class is unknown).
Reflection warning, hawk/core.clj:55:27 - call to method startsWith can't be resolved (target class is unknown).
Reflection warning, hawk/core.clj:95:3 - reference to field interrupt can't be resolved.
Reflection warning, hawk/core.clj:95:3 - reference to field join can't be resolved.
Reflection warning, hawk/core.clj:100:3 - reference to field isFile on java.lang.Object can't be resolved.
Reflection warning, hawk/core.clj:103:3 - reference to field isDirectory on java.lang.Object can't be resolved.```
The text was updated successfully, but these errors were encountered:
Version:
[hawk "0.2.11"]
Thank you for this library! I'm trying this library with GraalVM and I see these reflection warnings. They probably have to be fixed to make it work for GraalVM.
The text was updated successfully, but these errors were encountered: