Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Fix/Rewrite .gitignore regex builder#40763
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedApr 10, 2021
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
0e4daff tocbc233dComparebd5de06 tod530c6dComparee102f96 to883450eComparecarsonbot commentedApr 12, 2021
Hey! I think@hurricane-voronin has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
e859ae5 to31c3f57CompareJeroeny commentedApr 13, 2021
With It seems to give an invalid result: |
d5232c4 toa3d89b6Compare8d1b903 to5a7f2a5Comparemvorisek commentedApr 13, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
a6f61eb to331be37Comparemvorisek commentedMay 7, 2021
This PR is hanging here for 3 weeks, AppVeyor build error is irrelevant, can someone please review it? |
fabpot commentedMay 9, 2021
Thank you@mvorisek. |
Uh oh!
There was an error while loading.Please reload this page.
This PR fixes
.gitignorewith exclude wildcard ignore rules like!a/*/bwere failing withpreg_match(): Compilation failed: lookbehind assertion is not fixed length at offsetPHP error.Functionality/performance was verified against large
.gitignorefiles:This PR also improves the testing cases.