Hi gvim,

It’s not a regression in Planck, and affects nearly all bootstrapped 
ClojureScript REPLs as far as I can tell. (Somehow Replete escaped it.)

My guess is that it only affects the very limited scope of testing the literal 
zero and the empty string literal.

It’s an upstream issue that will be addressed at some point. (CLJS-1423).

- Mike

> On Oct 4, 2015, at 9:21 AM, gvim <[email protected]> wrote:
> 
> You're doing great work with Planck, Mike, but should it really be released 
> while basic truthiness is broken?
> 
> cljs.user=> (if "" :True :False)
> :False
> cljs.user=> (if 0 :True :False)
> :False
> 
> 
> gvim
> 
> 
> On 03/10/2015 23:19, Mike Fikes wrote:
>> http://planck.fikesfarm.com
>> 
>> New Features
>> 
>>  * Support OS X 10.11 El Capitan
>>  * Support OS X 10.7 Lion
>>  * Support for setTimeout
>>  * Errors emitted when |spit| and |slurp| fail
>>  * Support terminating REPL by typing |quit| or |exit|
>> 
>> Changes
>> 
>>  * Use ClojureScript 1.7.122
>>  * Experimental analysis / compilation cache (|-k <cache dir>| option)
>> 
>> Fixes
>> 
>>  * |source| REPL special for |planck| namespace code
>>  * Fall back to ASCII encoding if needed when using |planck.shell|
>>  * Eliminate residual processing of |b| option
>>  * Properly merge requires (honoring established namespace aliases)
>>  * Proper VT100 escape sequences (brace matching in iTerm)
>> 
>> 
>> --
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> ---
>> You received this message because you are subscribed to the Google
>> Groups "ClojureScript" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email to [email protected]
>> <mailto:[email protected]>.
>> To post to this group, send email to [email protected]
>> <mailto:[email protected]>.
>> Visit this group at http://groups.google.com/group/clojurescript.
> 
> -- 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> --- You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/clojurescript.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to