-
Notifications
You must be signed in to change notification settings - Fork 25
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
Version check workaround for JuliaLang/julia#29970 #47
Conversation
The workaround for JuliaLang/julia#29970 causes newer versions of Julia to hang in the precompilation step for TypedTables. Since JuliaLang/julia#29970 has been addressed in JuliaLang/julia#30577 the code is avoided in newer versions of Julia.
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
=======================================
+ Coverage 62.06% 67.06% +5%
=======================================
Files 6 6
Lines 485 498 +13
=======================================
+ Hits 301 334 +33
+ Misses 184 164 -20
Continue to review full report at Codecov.
|
4 similar comments
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
=======================================
+ Coverage 62.06% 67.06% +5%
=======================================
Files 6 6
Lines 485 498 +13
=======================================
+ Hits 301 334 +33
+ Misses 184 164 -20
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
=======================================
+ Coverage 62.06% 67.06% +5%
=======================================
Files 6 6
Lines 485 498 +13
=======================================
+ Hits 301 334 +33
+ Misses 184 164 -20
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
=======================================
+ Coverage 62.06% 67.06% +5%
=======================================
Files 6 6
Lines 485 498 +13
=======================================
+ Hits 301 334 +33
+ Misses 184 164 -20
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
=======================================
+ Coverage 62.06% 67.06% +5%
=======================================
Files 6 6
Lines 485 498 +13
=======================================
+ Hits 301 334 +33
+ Misses 184 164 -20
Continue to review full report at Codecov.
|
Awesome, thanks @lcw |
The workaround for JuliaLang/julia#29970 causes newer versions of Julia
to hang in the precompilation step for TypedTables.
Since JuliaLang/julia#29970 has been addressed in JuliaLang/julia#30577
the code is avoided in newer versions of Julia.