Skip to content

Tags: tailrecursion/clojurescript

Tags

r1806

Toggle r1806's commit message
Add with-redefs

Remove duplication by using with-redefs in binding

r1803

Toggle r1803's commit message
fix r1798 regression on seq, get, reduce for extend-type on natives.

r1798

Toggle r1798's commit message
symbol hash code sanity check

r1586

Toggle r1586's commit message
CLJS-418: Update POM template to new G.Closure release

r1576

Toggle r1576's commit message
`get-in` behaves incorrectly on values

Values which don't satisfy `ILookup` are handled incorrectly.

r1552

Toggle r1552's commit message
CLJS-415: Speed up cljsc by exiting after output has been printed

r1535

Toggle r1535's commit message
Update boostrap & POM with new dependencies for next release

* In the pom.xml template:
  * Google Closure Compiler r2180
  * Google Closure Library r2029
  * Mozilla Rhino 1.7R4

* In script/bootstrap:
  * Google Closure Library r2029
  * Already uses latest Google Closure Compiler (r2180)

r1513

Toggle r1513's commit message
CLJS-393: Bugfixes for PersistentTreeMap: sorted-map-by and -sorted-s…

…eq-from

r1503

Toggle r1503's commit message
compiler warns on deprecated function and protocol use

If a deprecated function is invoked or a deprected protocol is
implemented the compiler will issue a warning.

These warnings can be suppressed by binding *cljs-warn-fn-deprecated*
to false or by attaching the ^:deprecation-nowarn metadata to the
invocation form or to the protocol symbol.

r1450

Toggle r1450's commit message
Fix dissoc implementation for Records

Included tests