Skip to content

bevuta/byte-streams-def-conversion-aot-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Minimal repro of clj-commons/byte-streams aot issue

Similar to clj-commons/byte-streams#34 but with tools.deps and tools.build instead. Run:

clojure -T:build uberjar

Error:

Execution error (ClassCastException) at clj_commons.byte_streams.graph.ConversionGraph/assoc_conversion (graph.clj:117).
class clj_commons.byte_streams.graph.Type cannot be cast to class clj_commons.byte_streams.graph.Type (clj_commons.byte_streams.graph.Type is in unnamed module of loader 'app'; clj_commons.byte_streams.graph.Type is in unnamed module of loader clojure.lang.DynamicClassLoader @650a1aff)

Commenting out the :ns-compile '[foo bar] in build.clj will make it work.

Likely cause: https://clojure.atlassian.net/browse/CLJ-1741

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published