Fix issue 17157 ctRegex.matchAll doesn't set last item in Captures#5250
Merged
andralex merged 1 commit intodlang:stablefrom Mar 9, 2017
Merged
Fix issue 17157 ctRegex.matchAll doesn't set last item in Captures#5250andralex merged 1 commit intodlang:stablefrom
andralex merged 1 commit intodlang:stablefrom
Conversation
Contributor
|
735f30f to
d26c60e
Compare
JackStouffer
approved these changes
Mar 8, 2017
Contributor
JackStouffer
left a comment
There was a problem hiding this comment.
CI failures look unrelated
Contributor
|
Auto-merge toggled on |
Contributor
|
@DmitryOlshansky Try git force pushing to restart the doc builder |
d26c60e to
4fba0ef
Compare
Member
Author
Tried that to no avail. I think it's broken on stable so what's next? cc @MartinNowak |
Contributor
|
Auto-merge toggled off |
Contributor
|
@DmitryOlshansky this is the same problem with all PRs on stable. @CyberShadow added a dlang.org workaround for a DMD bug in master, but stable is still broken. The only people who can merge this are @MartinNowak @andralex and Walter. |
Member
|
Fix for stable: dlang/dlang.org#1604 |
4fba0ef to
0e76847
Compare
Member
|
Failing CircleCI tests were fixed on master by 48a1792 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backtracking engine reused stale data in matches from the previous run.