You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
I'm trying to get pretty printing working but having no luck. It was working briefly when I initially turned on "Auto Pretty Print" in the settings, but a short while later pretty printing stopped working for some reason and I haven't been able to reactivate it no matter what I do. Selecting "Auto Pretty Print" in settings no longer seems to do anything, and alt-cmd-p gives me the following warnings/errors:
------ WARNING - :undeclared-ns ------------------------------------------------
Resource: :1:31
No such namespace: clojure.pprint, could not locate clojure/pprint.cljs, clojure/pprint.cljc, or JavaScript source providing "clojure.pprint"
--------------------------------------------------------------------------------
------ WARNING - :undeclared-var -----------------------------------------------
Resource: :1:31
Use of undeclared Var clojure.pprint/pprint
--------------------------------------------------------------------------------
TypeError: Cannot read property 'pprint' of undefined
at eval (eval at shadow$cljs$devtools$client$browser$global_eval (http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.browser.js:825:16), :4:23)
at eval (eval at shadow$cljs$devtools$client$browser$global_eval (http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.browser.js:825:16), :5:3)
at eval ()
at Object.shadow$cljs$devtools$client$browser$global_eval [as global_eval] (http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.browser.js:825:16)
at http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.browser.js:834:44
at Object.shadow$cljs$devtools$client$env$repl_call [as repl_call] (http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.env.js:141:108)
at Object.shadow$cljs$devtools$client$browser$repl_invoke [as repl_invoke] (http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.browser.js:832:46)
at shadow$cljs$devtools$client$browser$handle_message (http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.browser.js:917:37)
at http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.env.js:289:151
at Object.shadow$cljs$devtools$client$env$process_next_BANG_ [as process_next_BANG_] (http://localhost:3000/js/cljs-runtime/shadow.cljs.devtools.client.env.js:268:90)
I also set the following in my shadow-cljs.edn file, based on their guide (though it wasn't necessary before) but still no such luck:
:devtools
{:repl-pprint true}
I'm new to shadow-cljs/REPL development so excuse my ignorance. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm trying to get pretty printing working but having no luck. It was working briefly when I initially turned on "Auto Pretty Print" in the settings, but a short while later pretty printing stopped working for some reason and I haven't been able to reactivate it no matter what I do. Selecting "Auto Pretty Print" in settings no longer seems to do anything, and
alt-cmd-p
gives me the following warnings/errors:I also set the following in my shadow-cljs.edn file, based on their guide (though it wasn't necessary before) but still no such luck:
I'm new to shadow-cljs/REPL development so excuse my ignorance. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: