Skip to content
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

nrepl tracebacks broken #57

Closed
retrogradeorbit opened this issue May 17, 2020 · 1 comment
Closed

nrepl tracebacks broken #57

retrogradeorbit opened this issue May 17, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@retrogradeorbit
Copy link
Member

user> *e
#error {
 :cause "Could not resolve symbol: clojure.stacktrace/print-cause-trace [at line 1, column 2]"
 :data {:type :sci/error, :line 1, :column 2}
 :via
 [{:type clojure.lang.ExceptionInfo
   :message "Could not resolve symbol: clojure.stacktrace/print-cause-trace [at line 1, column 2]"
   :data {:type :sci/error, :line 1, :column 2}
   :at [sci.impl.utils$throw_error_with_location invokeStatic "utils.cljc" 52]}]
 :trace
 [[sci.impl.utils$throw_error_with_location invokeStatic "utils.cljc" 52]
  [sci.impl.utils$throw_error_with_location invoke "utils.cljc" 42]
  [sci.impl.utils$throw_error_with_location invokeStatic "utils.cljc" 43]
  [sci.impl.utils$throw_error_with_location invoke "utils.cljc" 42]
  [sci.impl.analyzer$resolve_symbol invokeStatic "analyzer.cljc" 127]
  [sci.impl.analyzer$resolve_symbol invoke "analyzer.cljc" 105]
  [sci.impl.analyzer$analyze_call invokeStatic "analyzer.cljc" 622]
  [sci.impl.analyzer$analyze_call invoke "analyzer.cljc" 614]
  [sci.impl.analyzer$analyze invokeStatic "analyzer.cljc" 720]
  [sci.impl.analyzer$analyze invoke "analyzer.cljc" 699]
  [sci.impl.interpreter$eval_form invokeStatic "interpreter.cljc" 591]
  [sci.impl.interpreter$eval_form invoke "interpreter.cljc" 583]
  [babashka.nrepl.impl.server$eval_msg$fn__2125$fn__2126 invoke "server.clj" 32]
  [babashka.nrepl.impl.server$eval_msg$fn__2125 invoke "server.clj" 31]
  [babashka.nrepl.impl.server$eval_msg invokeStatic "server.clj" 25]
  [babashka.nrepl.impl.server$eval_msg invoke "server.clj" 18]
  [babashka.nrepl.impl.server$session_loop invokeStatic "server.clj" 149]
  [babashka.nrepl.impl.server$session_loop invoke "server.clj" 131]
  [babashka.nrepl.impl.server$listen$fn__2185 invoke "server.clj" 185]
  [sci.impl.vars$binding_conveyor_fn$fn__323 invoke "vars.cljc" 142]
  [clojure.core$binding_conveyor_fn$fn__5758 invoke "core.clj" 2032]
  [clojure.lang.AFn call "AFn.java" 18]
  [java.util.concurrent.FutureTask run "FutureTask.java" 264]
  [java.util.concurrent.ThreadPoolExecutor runWorker "ThreadPoolExecutor.java" 1128]
  [java.util.concurrent.ThreadPoolExecutor$Worker run "ThreadPoolExecutor.java" 628]
  [java.lang.Thread run "Thread.java" 834]
  [com.oracle.svm.core.thread.JavaThreads threadStartRoutine "JavaThreads.java" 517]
  [com.oracle.svm.core.posix.thread.PosixJavaThreads pthreadStartRoutine "PosixJavaThreads.java" 193]]}
@retrogradeorbit retrogradeorbit added the bug Something isn't working label May 17, 2020
retrogradeorbit added a commit that referenced this issue May 18, 2020
@retrogradeorbit
Copy link
Member Author

fixed in 0.1.0-alpha.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant