8000 nrepl tracebacks broken · Issue #57 · epiccastle/spire · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
nrepl tracebacks broken #57
Closed
Closed
@retrogradeorbit

Description

@retrogradeorbit
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]]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0