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

generate_precompile: Move parsing into try/catch #39592

Merged
merged 1 commit into from
Feb 10, 2021
Merged

generate_precompile: Move parsing into try/catch #39592

merged 1 commit into from
Feb 10, 2021

Conversation

Keno
Copy link
Member

@Keno Keno commented Feb 9, 2021

Our printing for precompile statements is not 100% reliable (#28808)
and can fail. I introduced the extra parse call in the Varargs
change, but because of #28808, it needs to go inside the try/catch.

Our printing for precompile statements is not 100% reliable (#28808)
and can fail. I introduced the extra `parse` call in the Varargs
change, but because of #28808, it needs to go inside the try/catch.
@Keno Keno requested a review from KristofferC February 9, 2021 23:50
@Keno Keno merged commit 4430ae8 into master Feb 10, 2021
@Keno Keno deleted the kf/gprecomp branch February 10, 2021 03:33
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
Our printing for precompile statements is not 100% reliable (JuliaLang#28808)
and can fail. I introduced the extra `parse` call in the Varargs
change, but because of JuliaLang#28808, it needs to go inside the try/catch.
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
Our printing for precompile statements is not 100% reliable (JuliaLang#28808)
and can fail. I introduced the extra `parse` call in the Varargs
change, but because of JuliaLang#28808, it needs to go inside the try/catch.
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.

1 participant