Details
Assignee
Konrad HinsenKonrad HinsenReporter
Dmitry GroshevDmitry GroshevPriority
Minor
Details
Details
Assignee
Konrad Hinsen
Konrad HinsenReporter
Dmitry Groshev
Dmitry GroshevPriority
Created September 4, 2013 at 8:26 PM
Updated September 10, 2013 at 10:10 AM
Here is a snippet:
It's broken, the error is "Unable to resolve symbol: type$ in this context". Why is it so? Let's macroexpand it:
Now, the reason is obvious: symbol-macrolet expects namespaced symbol, and in expanded form "type$" is once namespaced and once not. I think that symbol-macrolet can (should?) ignore namespacing here.