Completed
Details
Assignee
David NolenDavid NolenReporter
Tom JackTom JackPatch
Code and TestPriority
Minor
Details
Details
Assignee
David Nolen
David NolenReporter
Tom Jack
Tom JackPatch
Code and Test
Priority
Created March 31, 2016 at 6:35 PM
Updated April 23, 2016 at 9:18 PM
Resolved April 23, 2016 at 9:18 PM
This test (
cljs/syntax_quote_test.cljs
) fails:The first assertion passes (since f240826034), but the remaining assertions fail:
test
is not resolved tocljs.test
, so e.g.`test/foo
is just'test/foo
.Of course, the analogous
clojure/syntax_quote_test.clj
passes:Attached patch
resolve-ns-aliases-in-syntax-quote.patch
contains the failing test and an attempted fix.