Skip to content
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

Fix eachrow bug #334 #335

Merged
merged 3 commits into from Sep 15, 2022
Merged

Conversation

pdeffebach
Copy link
Collaborator

Fixes #334

Culprit was code from 0.6 which I believe is not needed.

@@ -195,4 +195,31 @@ end
@test res.b == [2, 5]
end

@testset "#334" begin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe update the docstring of @eachrow and @eachrow! with information that what this macro does is that it creates a for loop so, in particular, break and continue may be used?

@pdeffebach pdeffebach merged commit ed4544c into JuliaData:master Sep 15, 2022
@pdeffebach pdeffebach deleted the fix_eachrow_bug branch September 15, 2022 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with eachrow and eachrow! + break/continue
2 participants