-
Notifications
You must be signed in to change notification settings - Fork 57
Lamina breaks reloading in REPL #82
Comments
That's unfortunate. @ztellman the code in question is here https://github.com/mpenet/alia/blob/master/src/qbits/alia.clj#L253 |
You can get the latest version with the update using |
Yeah I thought that too but no...
|
Sorry, coming to this late. Is there any AOT compilation going on? |
Works for me.
As @ztellman said, maybe it's related to aot, or conflicting dependencies. try |
Ok after a bunch of red herrings, I can confirm we did in fact have an AOT internal library and once AOT-ed problem went away. Seems to be potemkin and clojure AOT bugs related (this one? http://dev.clojure.org/jira/browse/CLJ-1330). |
Are you using the latest potemkin? There were some issues with On Mon, Feb 10, 2014 at 5:17 PM, coltnz notifications@github.com wrote:
|
Yep. Got my dependency list down to: :dependencies [[org.clojure/clojure "1.6.0-alpha3"] Removed the AOT-ing of the main namespace in our SMX library and it's all good. So given that AOT and Clojure is busted, happy to close this ticket as resolved. |
Don't quite see through the magic to know whats going on, but basically my app can't reload at the REPL because Alia can't reload because Lamina can't reload..
The text was updated successfully, but these errors were encountered: