-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'm a bit stomped by this test failure as it didn't show up in the CI of PR: #34 Furthermore, the same issue existed as far back as #25 I tried to see whether this was introduced in one of the minor versions of Julia 0.5. But running the test now locally fails for all 0.5.0, 0.5.1 and 0.5.2. So, not sure what changed.
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,6 @@ type T9867 end | |
@test istrait(IsCallable{T9867}) | ||
|
||
@test istrait(IsIterator{Array}) | ||
@test !istrait(IsIterator{Cmd}) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mauro3
Author
Owner
|
||
@test !istrait(IsIterator{Symbol}) | ||
@test istrait(IsIterator{Base.UnitRange{Int}}) | ||
@test istrait(IsIterator{Base.UnitRange}) |
This tests passed on my local machine until recently and passed on CI runs until 26 May 2017:
Not sure what happened as I cannot reproduce this with any of Julia 0.5.0, 0.5.1 and 0.5.2 (see also commit message).