-
Notifications
You must be signed in to change notification settings - Fork 3
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
Lumo error on require of pinpointer.core #9
Comments
Hi, @arichiardi Thank you for reporting the issue :) Perhaps a quick workaround is to disable Lumo's |
Will try that out and report back! |
I have tried to have a (ns pkg.dev
(:require
[cljs.spec.alpha :as s]
[cljs.test :as test]
lumo.core
lumo.repl
[cljs.spec.test.alpha :as stest]))
(enable-console-print!)
;; https://github.com/anmonteiro/lumo/issues/28
(def v8 (js/require "v8"))
(.setFlagsFromString v8 "--no-use_strict")
;; Trying out a couple of libs for better spec printing
;; (set! s/*explain-out* expound/printer)
(require '[pinpointer.core :as pinpointer])
(set! s/*explain-out* (partial pinpointer/pinpoint-out
{:colorize true
:eval lumo.core/eval})) And while this works at the REPL, it does not when loading with the Probably something still connected to anmonteiro/lumo#28 |
Hi!
I am trying this wonderful library with
lumo
and I get the following error when I require the main namespace:Any hint of what that can be?
The text was updated successfully, but these errors were encountered: