clojure.java-time icon indicating copy to clipboard operation
clojure.java-time copied to clipboard

Type conversion graph is dependent on evaluation order

Open frenchy64 opened this issue 3 years ago • 1 comments

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

frenchy64 avatar Jul 15 '22 16:07 frenchy64

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.

frenchy64 avatar Jan 05 '23 17:01 frenchy64