Re: ClassNotFoundException in macroexpand1()

2016-12-08 Thread Alex Miller
Would really help to have a minimal example of this without your macro involved. I'm wondering if this is really same thing as http://dev.clojure.org/jira/browse/CLJ-1403 in particular. On Thursday, December 8, 2016 at 7:54:46 AM UTC-6, Justus Adam wrote: > > When executing `macro expand1()`

ClassNotFoundException in macroexpand1()

2016-12-08 Thread Justus Adam
When executing `macro expand1()` with the compiler unresolvable symbols aren't an issue, except if they are fully qualified and their corresponding namespace does not exist, in which case a ClassNotFoundException is thrown. I find this to be inconsistent behaviour, since unresolvable symbols