Re: tools.namespace ns parsing

2014-12-14 Thread Andy Fingerhut
I have just been working for the last day on adding code to the Eastwood Clojure lint tool [1] for checking these and a few other things about wrong ns forms. The documentation I just wrote for what it will do is here [2]. No released version of Eastwood makes these checks yet. I will probably r

tools.namespace ns parsing

2014-12-14 Thread Petr
Hello. I stumbled on a problem that caused me fair amount of frustration and I suspect that it could affect other users who start using tools.namespace. The problem is that clojure.code/ns macro is more lenient than what follows from it’s documentation. For example ‘use’ (or require) cla