Fork me on GitHub
#cljs-dev
<
2020-07-25
>
mfikes13:07:20

I'm going to work on the "floating point range" tickets, seeing if simply adhering to the Clojure design (different range implementations for the 3 cases), leads to a robust solution.

mfikes15:07:45

^ That seems to work out nicely. https://github.com/mfikes/clojurescript/commit/551a7b304ae737ac0459ccbe42a5ca33b19c9bfc Next, need to write a slew of unit tests surrounding all of the cases. :)

👍 6
Alex Miller (Clojure team)18:07:05

Feel free to steal from Clojure :)

mfikes18:07:06

Yeah, rumor is there's some good stuff in there. 🙂

mfikes20:07:53

range patch landed on master 🙂

👏 18