Weave.jl icon indicating copy to clipboard operation
Weave.jl copied to clipboard

Error shows only type and not full stacktrace

Open rikhuijzer opened this issue 2 years ago • 0 comments

description

Error message in REPL is not detailed enough.

versions

Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
  JULIA_NUM_THREADS = 8
Weave = "0.10"

minimum reproducible steps

Making anything crash will only show the type in the REPL. Maybe I'm overlooking something, but would it also be possible to set an option for the full stacktrace? The reason that I'm asking for this is because I'm setting up some Weave in CI and I need to write a lot of logic to get the errors into the log.

rikhuijzer avatar Jul 17 '21 15:07 rikhuijzer