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

Base: fix tryparse(Bool, " ") #42623

Merged
merged 1 commit into from
Oct 13, 2021
Merged

Conversation

barucden
Copy link
Contributor

The while conditions were incorrectly ordered, resulting in BoundsError.

Fixes #42616.

The `while` conditions were incorrectly ordered, resulting in
`BoundsError`.
@KristofferC KristofferC added backport 1.6 Change should be backported to release-1.6 backport 1.7 labels Oct 13, 2021
@dkarrasch
Copy link
Member

Let's rerun CI, something went awefully wrong.

@dkarrasch dkarrasch closed this Oct 13, 2021
@dkarrasch dkarrasch reopened this Oct 13, 2021
@DilumAluthge DilumAluthge added bugfix This change fixes an existing bug strings "Strings!" labels Oct 13, 2021
@fredrikekre fredrikekre merged commit 9739f50 into JuliaLang:master Oct 13, 2021
@barucden barucden deleted the tryparse-bool-fix branch October 13, 2021 14:55
@DilumAluthge
Copy link
Member

Thank you @barucden!

KristofferC pushed a commit that referenced this pull request Oct 18, 2021
The `while` conditions were incorrectly ordered, resulting in
`BoundsError`.

(cherry picked from commit 9739f50)
KristofferC pushed a commit that referenced this pull request Oct 19, 2021
The `while` conditions were incorrectly ordered, resulting in
`BoundsError`.

(cherry picked from commit 9739f50)
KristofferC pushed a commit that referenced this pull request Nov 11, 2021
The `while` conditions were incorrectly ordered, resulting in
`BoundsError`.

(cherry picked from commit 9739f50)
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Nov 13, 2021
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
The `while` conditions were incorrectly ordered, resulting in
`BoundsError`.
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
The `while` conditions were incorrectly ordered, resulting in
`BoundsError`.
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
The `while` conditions were incorrectly ordered, resulting in
`BoundsError`.

(cherry picked from commit 9739f50)
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 strings "Strings!"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tryparse(Bool, " ") throws an error instead of returning nothing
5 participants