boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

Fix #547 - Concatenate strings and load the result, rather than reading each separately #613

Closed bhagany closed 7 years ago

bhagany commented 7 years ago

I've verified that @alexander-yakushev's example correctly fails because of the unmatched delimiter, as well as verifying that aliased namespaced keywords work correctly.

bhagany commented 7 years ago

I should probably also mention that the temp file is no longer written, and the code is loaded directly from the string, following this comment