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 issue 15807 #4091

Merged
merged 1 commit into from Mar 18, 2016
Merged

Fix issue 15807 #4091

merged 1 commit into from Mar 18, 2016

Conversation

dcarp
Copy link
Contributor

@dcarp dcarp commented Mar 18, 2016

No description provided.

@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
15807 Array!bool insertBack is broken

@schveiguy
Copy link
Member

LGTM. Pretty amazing this hasn't been caught before. Tons of unit tests in Array!bool use insertBack.

@dcarp
Copy link
Contributor Author

dcarp commented Mar 18, 2016

There are a lot of Array!bool unit tests, but none of these verified the elements above index 32. It took me a few debugging hours, till I found that the problem was not in my code, but in phobos >:(.

@schveiguy
Copy link
Member

This is obvious enough, it doesn't need a second review.

@schveiguy
Copy link
Member

Auto-merge toggled on

schveiguy added a commit that referenced this pull request Mar 18, 2016
@schveiguy schveiguy merged commit f3e6c43 into dlang:master Mar 18, 2016
@dcarp dcarp deleted the issue15807 branch March 18, 2016 19:34
tramker pushed a commit to tramker/phobos that referenced this pull request Sep 17, 2016
Fix issue 15807

Signed-off-by: Martin Krejcirik <mk@krej.cz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants