JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
823 stars 94 forks source link

Error shows only type and not full stacktrace #431

Open rikhuijzer opened 3 years ago

rikhuijzer commented 3 years ago

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.