-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Printing nested structures crashes the board #17
Comments
Yes, I this occurs on 0.6.0 as well, so not a regression with 0.7.0. On 0.6.0, I saw:
|
here is the compiled js (function() {
try {
return cljs.core.pr_str.call(null, (function() {
var ret__6698__auto__ = new cljs.core.PersistentArrayMap(null, 2, [new cljs.core.Keyword(null, "a", "a", -2123407586), (1), new cljs.core.Keyword(null, "b", "b", 1482224470), new cljs.core.PersistentArrayMap(null, 2, [new cljs.core.Keyword(null, "c", "c", -1763192079), (1), new cljs.core.Keyword(null, "d", "d", 1972142424), (3)], null)], null);
(cljs.core._STAR_3 = cljs.core._STAR_2);
(cljs.core._STAR_2 = cljs.core._STAR_1);
(cljs.core._STAR_1 = ret__6698__auto__);
return ret__6698__auto__;
})());
} catch (e1097) {
var e__6699__auto__ = e1097;
(cljs.core._STAR_e = e__6699__auto__);
throw e__6699__auto__;
}
})() |
Seemingly both this issue and #28 are embedded specific as they work fine on the linux build. Additionally, the above js runs just fine when pasted in. Implying something is wrong with the REPL. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the cljs repl
Then on the serial connection
The text was updated successfully, but these errors were encountered: