Re: tool.namespace reload not working

2017-04-04 Thread Joachim De Beule
Turns out my problems were due to AOT compiling. Doing `lein clean` before firing up the repl fixed things. Op maandag 3 april 2017 10:34:03 UTC+2 schreef Joachim De Beule: > > Hi JPatrick. I'm having the same sort of problems. Quite annoying! Did you > manage to fix this in the end? > > Hello,

Re: tool.namespace reload not working

2017-04-03 Thread Joachim De Beule
Hi JPatrick. I'm having the same sort of problems. Quite annoying! Did you manage to fix this in the end? Hello, >>> I'm trying to implement the Component ideology. When run something >>> manually with component/start-system and stop, it works fine. The main >>> method calls component/start-sys

Re: tool.namespace reload not working

2015-04-10 Thread JPatrick Davenport
Apparently this is due to me calling reset when nothing had changed. I did that just to see things cycle. So not really sure why it happens, but there it is. On Friday, April 10, 2015 at 9:42:22 PM UTC-4, JPatrick Davenport wrote: > > Some more diagnostic information: 1) merging the profles into

Re: tool.namespace reload not working

2015-04-10 Thread JPatrick Davenport
Some more diagnostic information: 1) merging the profles into the project.clj didn't seem to do much; 2) setting the *:repl-options {:init-ns user} *changed the message to can't load deusdatsolutions.handler; 3) the user ns is in an optional source location of env/dev/clj/user.clj. If I move th

Re: tool.namespace reload not working

2015-04-10 Thread Andy Fingerhut
This may not find any relevant problems, but if you try running the latest version of Eastwood on your project [1], it can detect the following kinds of issues that might be causing problems: * mismatches between namespace names, and the file names they are stored in [2] * :require or :use clauses