8000 Tags · ben-x9/clojurescript · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ben-x9/clojurescript

Tags

r1.9.36

Toggle r1.9.36's commit message
1.9.36

r1.9.35

Toggle r1.9.35's commit message
now that we have deterministic compilation order we don't need to tra…

…ck versioning

information in analysis caches. If some source changes, the analysis will always
be updated - so all we care about is whether the analysis cache and original source
are out of sync.

r1.9.14

Toggle r1.9.14's commit message
1.9.14

v1.9

Toggle v1.9's commit message
1.9

r1.8.51

Toggle r1.8.51's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
CLJS-1588: Self-host: satisfies? on defrecord instance

A bit-shift operation for protocol
masks overflows to signed negagive
in JavaScript, causing bootstrap failure.

Fix is to simply multiply by 2 instead of
bit-shift left.

r1.8.40

Toggle r1.8.40's commit message
CLJS-1605: Add all repl* options to known-repl-options

r1.8.34

Toggle r1.8.34's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
CLJS-1582: Type-hint extend-type first arg for primitives

If extending boolean or number to a protocol, propagate type hint to
first arg of fns.

This is done by walking the code in the impl-map, and associng the
passed type-sym as the :tag meta for the first argument of all fns.

v1.8

Toggle v1.8's commit message
1.8

r1.7.228

Toggle r1.7.228's commit message
1.7.228

r1.7.189

Toggle r1.7.189's commit message
Fix module compilation when modules aren't required

0