bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 209 forks source link

:checked-arrays allows true #579

Closed mfikes closed 7 years ago

mfikes commented 7 years ago

The spec used for the new :checked-arrays option allows the user to pass true which doesn't work. (While developing the feature I did this several times myself, as intuitively seems that it would turn it on, but true is not an allowed value). See https://github.com/bhauman/lein-figwheel/commit/a6f4909325c28c62be4d1502a5330baa9b9077d8#commitcomment-23148786

bhauman commented 7 years ago

gotcha