-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
always re-initialize variables to undefined at the top of their scope
fixes #11065
- Loading branch information
1 parent
6b35206
commit ebfebfd
Showing
2 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ebfebfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost certainly unrelated, but @carnaval any idea what would cause
here? https://travis-ci.org/JuliaLang/julia/jobs/64523844
ebfebfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hum, strange corruption or very worrying logic error in the gc. Is this the first time you see this one happening ?
ebfebfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so, but I haven't looked through every travis failure - might be worth doing some API-scraping and programmatically trying to categorize the different intermittent failures we've been getting
ebfebfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This block of conditionally executed tests
julia/test/parallel.jl
Lines 211 to 244 in a031f93
pmap
is affected by this commit.ebfebfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, I think I found the reason for the above.
ebfebfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing this is the source of #11595 and #10980 (comment)