Skip to content

Tags: HackerSchool12/clojurescript

Tags

r1443

Toggle r1443's commit message
Fix (println 1 1) => "11\n" instead of "1 1\n"

r1424

Toggle r1424's commit message
Decouple analyzer from compiler

The analyzer is now living in it's own file, with all related
functions. The rest of the compiler has been updated so that
references to the analyze part of the compiler now references
the analyzer namespace.

r1236

Toggle r1236's commit message
* src/clj/cljs/compiler.clj: always warn on dynamic binding of vars n…

…ot delcared dynamic. possible now that analysis follows :requires & :uses

r1211

Toggle r1211's commit message
* src/clj/cljs/compiler.clj: CLJS-238: analysis should follow depende…

…ncies

r1011

Toggle r1011's commit message
Fix dependency-order to work with JavaScript strings

This allows running dependency-order once on all sources even when
some of the sources are JavaScript strings.

r1006

Toggle r1006's commit message
Sort JavaScript files in dependency order once, just before advanced …

…compilation

r993

Toggle r993's commit message
ensure the emittance of properly escaped non ascii characters (includ…

…ing the full unicode range) for maximum host compatibility (Internet Explorer), fixing CLJS-139, 133 and 56

r971

Toggle r971's commit message
Use staging-release instead of staging-promote to avoid infinite loop

r927

Toggle r927's commit message
fixed hierarchic multimethods bug, refs clojure#126

v0.0

Toggle v0.0's commit message
Initial commit