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

precompile: show ext parent in output report #3603

Merged

Conversation

IanButterworth
Copy link
Member

@IanButterworth IanButterworth commented Aug 25, 2023

Related to #3600

This is one place where it seems good to add the extension parent name as it's shown in the precompile output.

This also removes the uuid from the report to avoid being too long.

(@v1.11) pkg> precompile
Precompiling project...
  10 dependencies successfully precompiled in 6 seconds. 22 already precompiled.
  2 dependencies had output during precompilation:
┌ PGFPlotsX → ColorsExt
│  some stdout
│  some stderr
└  
┌ PGFPlotsX
│  some other stdout
│  some other stderr
└  

@sloede
Copy link

sloede commented Aug 25, 2023

This is a small but significant improvement in usability and user friendliness, thanks a lot!

@KristofferC
Copy link
Member

👍

@IanButterworth IanButterworth merged commit b32db47 into JuliaLang:master Aug 25, 2023
@IanButterworth IanButterworth deleted the ib/precompile_show_ext_parent branch August 25, 2023 11:11
IanButterworth added a commit that referenced this pull request Aug 27, 2023
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
Development

Successfully merging this pull request may close these issues.

3 participants