-
Notifications
You must be signed in to change notification settings - Fork 66
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
RFH: 0.5-style comprehensions broke the way you're using testsets #25
Comments
Interesting. I am at Denver airport right now but will try to make a reduced example in a couple of days when I am home. |
hope you had a good trip |
Was really awesome. Las Vegas -> Zion National Park -> Antelope Canyon -> Grand Canyon -> Monument Valley -> Arches National Park -> Aspen. Now fly to Washington DC and then home. So much pretty stuff here.. Really amazing. |
maybe related to JuliaLang/julia#17170 |
Fixed now |
possibly about to break again ref JuliaLang/julia#17389 (comment), didn't check the log in detail yet though |
You might be using
@testset for
in a more complicated way than most other people? I think there's a base Julia bug here, but I could use a hand in reducing the test case from here. See http://pkg.julialang.org/detail/NearestNeighbors.htmlI bisected the failure to Julia commit JuliaLang/julia@cd35df536bd, and I'm pretty sure this is an unintended consequence. Base apparently needs more tests of nested testsets with break/continue in them.
The text was updated successfully, but these errors were encountered: