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

Precomp: Missing fix from #2251 (Work around precompiling packages with no version entry) #2261

Merged
merged 4 commits into from
Dec 3, 2020

Conversation

IanButterworth
Copy link
Member

#2251 missed one place where a missing version would break precomp.

Also, the errors weren't throwing due to coming from async tasks, so they now print via @error

@IanButterworth
Copy link
Member Author

I added two more tweaks:

  • Ensured one extra loop of the print loop after the last async task finishes, as occasionally the last task wasn't scrubbed
  • Added a bit of semi-random jitter into the precomp spinner animation phases. On larger font terminals it could look a bit odd that they're all synchronised, given that they're individual tasks that started at different times.

@KristofferC
Copy link
Member

Error looks like the resolve test that was added to test for specific julia_versions.

@KristofferC KristofferC closed this Dec 3, 2020
@KristofferC KristofferC reopened this Dec 3, 2020
@KristofferC KristofferC merged commit f9b60d4 into JuliaLang:master Dec 3, 2020
@IanButterworth IanButterworth deleted the ib/precomp_noversion2 branch December 3, 2020 13:05
KristofferC pushed a commit that referenced this pull request Dec 3, 2020
…th no `version` entry) (#2261)

* missing change from workaround packages with no version entry #2251

* ensure one more print loop to tidy up the last task

* put a bit of random offset into the spinner animations

* include a package with no version number in tests

(cherry picked from commit f9b60d4)
staticfloat pushed a commit that referenced this pull request Jan 6, 2021
…th no `version` entry) (#2261)

* missing change from workaround packages with no version entry #2251

* ensure one more print loop to tidy up the last task

* put a bit of random offset into the spinner animations

* include a package with no version number in tests

(cherry picked from commit f9b60d4)
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

Successfully merging this pull request may close these issues.

2 participants