Closed hugoduncan closed 10 months ago
This exception can be thrown on a case indifferent filesystem, eg. on macOS.
One way this happens is if there is a java class with a camel cased name that otherwise matches the name of a clojure namespace.
For some reason, when this exception was thrown, the classes in the class cache were also getting initialised.
Looking reasonable to me - thanks!
Same, just needs a changelog entry.
Thanks! Would you need a release asap? Otherwise I'd bundle it with other stuff next weekend
No rush, thanks.
This exception can be thrown on a case indifferent filesystem, eg. on macOS.
One way this happens is if there is a java class with a camel cased name that otherwise matches the name of a clojure namespace.
For some reason, when this exception was thrown, the classes in the class cache were also getting initialised.