-
Notifications
You must be signed in to change notification settings - Fork 115
Prevent double-evaluation in includet
#265
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
This prevents an error that leads to an annoying warning
Codecov Report
@@ Coverage Diff @@
## master #265 +/- ##
=====================================
Coverage 0% 0%
=====================================
Files 11 11
Lines 1089 1090 +1
=====================================
- Misses 1089 1090 +1
Continue to review full report at Codecov.
|
|
Already part of this PR? |
|
Hmm, the OSX failure on 1.0 is worrisome. I don't have a suitable machine for testing, anyone out there willing to debug it? |
|
Sorry, I deleted my comment after I realized I missed that it had already been done. For reference: It said that JuliaInterpreter upper bound in REQUIRE needed bumping |
Ah, it seems intermittent. I was worried because it happened on both instances, but I reran one of them and it's passing. So I'll merge this as-is; anyone willing to help understand what makes it flaky would have my gratitude. |
|
Passed locally on macOS with: |
|
Does it always pass if you run it several times? (You have to exit the session and start again, all the modules are already defined so you need to start fresh.) |
|
Passed 3 times in a row at least. |
|
OK, thanks for checking! I'll pass it off as an oddity of Travis. I am pretty sure I've seen this specific failure on other PRs, but this is the first time it failed on both instances. |
This fixes serious problems caused by #265
This fixes serious problems caused by #265
This fixes #263 and also updates to JuliaInterpreter 0.4. Also addresses the TODO item in #258 and fixes a missed aspect of #254.
CC @essenciary