mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Applying doc to unknown symbol terminates connection #61

Closed mfikes closed 9 years ago

mfikes commented 9 years ago
ClojureScript:cljs.user> (doc pam)
Connection to JavaScriptCore closed.
mfikes commented 9 years ago

Worked up to and including ClojureScript 0.0-3030, and fails with 0.0-3053 onwards.

mfikes commented 9 years ago

At it's core is an inability of Ambly's Objective-C to handle printing empty strings. (Previously doc would result in "nil" being printed; perhaps a change to "" is provoking the Ambly failure.)