cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
plexus 2020-06-16T07:08:27.280200Z

Just came across this with generative testing, Clojure: (name (keyword "/")) ;;=> "/", ClojureScript (name (keyword "/")) ;;=> ""

plexus 2020-06-16T07:08:44.280600Z

worth reporting or garbage-in garbage-out?

plexus 2020-06-16T07:10:35.281200Z

I guess the question is also if test.check gen/keyword should even be generating :/

dominicm 2020-06-16T07:19:46.282600Z

@plexus that conversation has been had, I think you could find it in #clojure-dev . It was decided that it should generate that keyword.

plexus 2020-06-16T07:20:37.283100Z

so it's considered a valid keyword? In that case Clojure and ClojureScript should probably treat it the same

dominicm 2020-06-16T07:27:32.283200Z

It's not valid.