Open songjhaha opened 2 years ago
Merging #72 (fa7a2b4) into main (89f1c6f) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #72 +/- ##
=======================================
Coverage 60.97% 60.97%
=======================================
Files 11 11
Lines 920 920
=======================================
Hits 561 561
Misses 359 359
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Relate issue: #71
we can't redirect julia error before we call
init_jl()
succeeded, a simple solution is to log error message and print it in julia, like:I think pyjulia(PyCall) have considered this situation: https://github.com/JuliaPy/pyjulia/blob/56a739126d3fed0d24e548069ff216fea78fbe1b/src/julia/core.py#L587
edit: the solution in pyjulia with
lib.jl_typeof_str(lib.jl_exception_occurred())
could only get message likeSystemError
, so maybe it's not enough for debug.@thautwarm