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

precompilepkgs: report direct dep ext errors #54741

Merged

Conversation

IanButterworth
Copy link
Sponsor Member

Fixes #54651

Precompiling all packages for 2 compilation configurations...
  ✗ Pkg → REPLExt
  ✗ Pkg → REPLExt --check-bounds=yes
  104 dependency configurations successfully precompiled in 58 seconds

ERROR: The following 2 dependencies failed to precompile:

REPLExt 

Failed to precompile REPLExt [e5eb5ef1-03cf-53a7-ae1d-5a66b08e832b] to "/Users/ian/Documents/GitHub/julia/usr/share/julia/compiled/v1.12/REPLExt/jl_liMRlA".
ERROR: LoadError: 
Stacktrace:
  [1] error()
    @ Base ./error.jl:53
  [2] top-level scope
    @ ~/Documents/GitHub/julia/usr/share/julia/stdlib/v1.12/Pkg/ext/REPLExt/REPLExt.jl:308
...

@IanButterworth IanButterworth changed the title use strict precompilation to catch stdlib ext failures precompilepkgs: report direct dep ext errors Jun 9, 2024
@nsajko nsajko added kind:bugfix This change fixes an existing bug package extensions compiler:precompilation Precompilation of modules domain:error messages Better, more actionable error messages labels Jun 10, 2024
@IanButterworth IanButterworth merged commit ee651f4 into JuliaLang:master Jun 10, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:precompilation Precompilation of modules domain:error messages Better, more actionable error messages kind:bugfix This change fixes an existing bug package extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build stdlib precompiler doesn't report error detail for exts
3 participants