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

while loop -> for loop in _simplify_include_frames (fixes #41566) #41622

Merged
merged 2 commits into from
Jul 20, 2021
Merged

while loop -> for loop in _simplify_include_frames (fixes #41566) #41622

merged 2 commits into from
Jul 20, 2021

Conversation

fredcallaway
Copy link
Contributor

prevents the possibility of a bounds error when i = 0

prevents the possibility of a bounds error when i = 0
base/errorshow.jl Outdated Show resolved Hide resolved
Co-authored-by: Thomas Christensen <tchr@mit.edu>
@KristofferC KristofferC added backport 1.6 Change should be backported to release-1.6 backport 1.7 bugfix This change fixes an existing bug labels Jul 17, 2021
@KristofferC KristofferC merged commit ed4f316 into JuliaLang:master Jul 20, 2021
KristofferC pushed a commit that referenced this pull request Jul 26, 2021
…1622)

* while loop -> for loop in _simplify_include_frames (fixes #41566)

prevents the possibility of a bounds error when i = 0

(cherry picked from commit ed4f316)
KristofferC pushed a commit that referenced this pull request Jul 26, 2021
…1622)

* while loop -> for loop in _simplify_include_frames (fixes #41566)

prevents the possibility of a bounds error when i = 0

(cherry picked from commit ed4f316)
KristofferC pushed a commit that referenced this pull request Aug 31, 2021
…1622)

* while loop -> for loop in _simplify_include_frames (fixes #41566)

prevents the possibility of a bounds error when i = 0

(cherry picked from commit ed4f316)
KristofferC pushed a commit that referenced this pull request Sep 3, 2021
…1622)

* while loop -> for loop in _simplify_include_frames (fixes #41566)

prevents the possibility of a bounds error when i = 0

(cherry picked from commit ed4f316)
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Sep 7, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
…1622)

* while loop -> for loop in _simplify_include_frames (fixes #41566)

prevents the possibility of a bounds error when i = 0

(cherry picked from commit ed4f316)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants