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
Hi, I have some names clashes when using lambdebug and the worse: it has some problems with missing in. Please help. Thanks!
lein repl
WARNING: flatten already refers to: #'clojure.core/flatten in namespace: lambdebug.utils, being replaced by: #'clojure.contrib.seq-utils/flatten
WARNING: spit already refers to: #'clojure.core/spit in namespace: lambdebug, being replaced by: #'clojure.contrib.duck-streams/spit
WARNING: spit already refers to: #'clojure.core/spit in namespace: lambdebug.core, being replaced by: #'clojure.contrib.duck-streams/spit
finParse.core=> (debug '(run))
Warning: No source for #'clojure.core/in
The text was updated successfully, but these errors were encountered:
The WARNINGs are given by Clojure 1.2.0. It was fixed in SHA: 102f5c9 but not released to clojars yet. You can download the current source or wait until my next release, soonish.
The Warning about #'clojure.core/in is given by lambdebug, but it tells you only that lambdebug won't be able to debug this function (well, it's not a function, so this shouldn't even give a warning). Note however that debugging an interactive application may not work because of the way lambdebug works, first running the whole program, then pretending it gets executed step-by-step. If you provide the source of your run function, I could explore this issue further.
Hi, I have some names clashes when using lambdebug and the worse: it has some problems with missing in. Please help. Thanks!
lein repl
WARNING: flatten already refers to: #'clojure.core/flatten in namespace: lambdebug.utils, being replaced by: #'clojure.contrib.seq-utils/flatten
WARNING: spit already refers to: #'clojure.core/spit in namespace: lambdebug, being replaced by: #'clojure.contrib.duck-streams/spit
WARNING: spit already refers to: #'clojure.core/spit in namespace: lambdebug.core, being replaced by: #'clojure.contrib.duck-streams/spit
finParse.core=> (debug '(run))
Warning: No source for #'clojure.core/in
The text was updated successfully, but these errors were encountered: