Precompile errors should attach the underlying exception #41109
Labels
error handling
Handling of exceptions by Julia or the user
error messages
Better, more actionable error messages
Currently, failed precompile just uses
error
when it encounters an exception. Probably better for it to attach the underlying exception that caused it to fail?julia/base/loading.jl
Lines 1430 to 1467 in 66c3375
The text was updated successfully, but these errors were encountered: