kovasb / session

repl into the clojurescript community
Eclipse Public License 1.0
459 stars 36 forks source link

cljs (type nil) => error #4

Closed hiredman closed 11 years ago

hiredman commented 12 years ago

the current version of cljs used by session has a bug in that calling type on nil results in the javascript equiv of a NPE. this happens when you try to set the value of an atom to nil

unfortunately the latest version of noir-cljs doesn't work with the latest clojurescript release

kovasb commented 12 years ago

Thanks for the report!

This week I've been upgrading to build 1424, since it has tagged literal reader support. This broke tons of things, including that noir-cljs issue. (The problem there is that the analyzer moved to a different namespace)

I'm pretty close to having things working again, hopefully tomorrow I'll be able to commit a working version.

kovasb commented 11 years ago

We are at 1450 for cljs now, which hopefully gets us past this turbulence. Though for now I've removed support for the cljs repl entirely, until I figure out how best to get its results back into datomic.