prismofeverything / schmetterling

Debug clojure from the browser
77 stars 4 forks source link

Schmetterling contains AOT'd classfiles on clojars. #6

Closed technomancy closed 10 years ago

technomancy commented 10 years ago

This cleans up project.clj to avoid accidentally putting class files in library jars.

The currently-deployed 0.0.7 version contains a bunch of outdated classfiles, causing difficult-to-debug issues like this: https://github.com/caribou/caribou-development/commit/ec3b8d194fa0def30d18e1f4cd8deffecf631b3d#commitcomment-5530840

I recommend pushing out a bugfix version with no AOT soon.

prismofeverything commented 10 years ago

Thank you! Wow, nasty. The more you know...