clojure.java-time
clojure.java-time copied to clipboard
Type conversion graph is dependent on evaluation order
If java-time requires namespaces in a different order, the conversion graph will be different.
- [ ] unit test the current graph
- [ ] think about how to maintain the same order eg.,
prefer-method
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.