Conversation
Codecov Report
@@ Coverage Diff @@
## master #499 +/- ##
=======================================
Coverage 98.12% 98.13%
=======================================
Files 22 22
Lines 2351 2353 +2
=======================================
+ Hits 2307 2309 +2
Misses 44 44
Continue to review full report at Codecov.
|
|
How?I don't understand |
We do define a bunch of top-level as well as anonymous functions inside the test, which is probably what adds up. I have pushed some changes to infer even less, which saves us another 3 minutes or so. |
| @nospecialize | ||
|
|
||
| if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@compiler_options")) | ||
| @eval Base.Experimental.@compiler_options compile=min optimize=0 infer=no |
There was a problem hiding this comment.
May I ask to this line how this works? I am trying to use this in my code and it seems to not work (compared to starting Julia with those settings as command line parameters). Is there a trick to make this work?
There was a problem hiding this comment.
No description provided.