clojure-emacs / orchard

A fertile ground for Clojure tooling
Eclipse Public License 1.0
326 stars 54 forks source link

Catch NoClassDefFoundError #224

Closed hugoduncan closed 10 months ago

hugoduncan commented 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.

vemv commented 10 months ago

Looking reasonable to me - thanks!

bbatsov commented 10 months ago

Same, just needs a changelog entry.

vemv commented 10 months ago

Thanks! Would you need a release asap? Otherwise I'd bundle it with other stuff next weekend

hugoduncan commented 10 months ago

No rush, thanks.