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

Precompilation issue with Julia v1.6 #95

Closed
Nosferican opened this issue Jan 16, 2021 · 4 comments
Closed

Precompilation issue with Julia v1.6 #95

Nosferican opened this issue Jan 16, 2021 · 4 comments

Comments

@Nosferican
Copy link

When precompiling PDFIO with Julia v1.6 it has just keep hanging for hours. Tested it with Julia v1.6.0-beta1 and PDFIO v0.1.10.

@sambitdash
Copy link
Owner

@Nosferican we will review the PDFIO compatibility issues with any release of Julia after the version is generally available.

@Nosferican
Copy link
Author

I suspect the issue might be due to some change in the pre-compilation / artifacts system so it would be good to address it while in beta so it can be fixed for the release candidate (in case the issue is in Base or a stdlib and not in this package). The v1.6 beta has binary files to install from the website https://julialang.org/downloads/#upcoming_release. The beta version is also available to use in CI (see Discourse). It seems the issue is currently not known to the core maintainers as it was not included in the PkgEval summary (see Discourse).

@sambitdash
Copy link
Owner

sambitdash commented Jan 17, 2021

It's already captured and can be seen in the logs:

https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/56ff37a_vs_ebcc603/PDFIO.1.6.0-beta1-73f862b30f.log

The issue is known and already has been addressed in the trunk (#91) and now tagged as v0.1.11 and should work normally.

Since there was a failure across versions due to an access error to a test file download link, I fixed it and released version v0.1.11.

Any further issues with the Julia@1.6 will be looked at after the release.

@Nosferican
Copy link
Author

🙏

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

No branches or pull requests

2 participants