-
Notifications
You must be signed in to change notification settings - Fork 33
Union() -> Union{} #28
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
Conversation
OSX downloading error.... |
I restarted the build but got the same error. Note that it applies to both Linux and OSX, anything except 0.3. It's a little worrisome, since other packages don't seem to be having this problem. |
2df480e
to
5c08bce
Compare
This seems to be the slow down caused by the coverage ... |
311e729
to
a39c659
Compare
Feeding Travis with enough output get rid of the timeout ................................ |
That's an impressively-massive increase in runtime thanks to shutting off inlining and adding coverage testing. Still, OK to go with it? An alternative is to try fewer cases in the test, or to leave inlining on. I haven't checked, but it seems possible that with @ihnorton's recent improvements in line numbering, we may not need this to get accurate coverage results. |
Forgot to say that I've tested locally and |
We should write down a list somewhere of packages where enabling/disabling coverage and inlining makes such a noticeable difference to test's run time. |
No description provided.