Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to make autoprecompilation always show errors #3428

Closed
IanButterworth opened this issue Mar 31, 2023 · 2 comments · Fixed by #3536
Closed

Add option to make autoprecompilation always show errors #3428

IanButterworth opened this issue Mar 31, 2023 · 2 comments · Fixed by #3536
Labels
precompile Pkg.precompile

Comments

@IanButterworth
Copy link
Member

IanButterworth commented Mar 31, 2023

Autoprecompilation doesn't show errors by default, to reduce noise for people that use large default envs

  1 dependency errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the package

With package precompilation taking a long time in some cases, it can be frustrating to wait for the error to throw again.

Pkg should either:

  1. Expose a setting to always show errors
  2. Always show errors (it now always shows warnings anyway so it might make sense to?)
@IanButterworth
Copy link
Member Author

CI should always show errors

@IanButterworth
Copy link
Member Author

Also, given how noisy Pkg.precompile is now when you interrupt it (it now shows all the nested interrupt errors as warninngs, where it used to be a clean stop) I think it also makes sense to show any errors when interrupted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
precompile Pkg.precompile
Projects
None yet
1 participant