kanaka / clojurescript

Clojure to JS compiler (patched to allow compiling of compiler to ClojureScript)
189 stars 15 forks source link

Fix: regexes with forward slashes are printed with extra escaping #5

Closed Gozala closed 11 years ago

Gozala commented 11 years ago

Fixed. In fact I used single ; to be consistent with other comments in that function so I update them too, to stay consistent.

kanaka commented 11 years ago

Actually, I've reconsidered the double-semi colon. It looks like it's not as strict of a coding style as I thought. It's better not add superfluous changes to existing upstream code. Please just make comma and plural change. Sorry for the run-around.

Gozala commented 11 years ago

np. I squashed changes to avoid useless commits in history.

kanaka commented 11 years ago

Perfect. Merged.