Skip to content

1.8.51

Compare
Choose a tag to compare
@swannodette swannodette released this 25 Apr 11:33
· 2202 commits to master since this release
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.