dm3 / clojure.java-time

Java 8 Date-Time API for Clojure
MIT License
467 stars 47 forks source link

Type conversion graph is dependent on evaluation order #89

Open frenchy64 opened 2 years ago

frenchy64 commented 2 years ago

If java-time requires namespaces in a different order, the conversion graph will be different.

frenchy64 commented 1 year ago

Idea: warn if java-time has not been created yet in internal namespaces to inform users if they are in danger of nondeterministic results based on their requires of internal namespaces.