Uh oh!
There was an error while loading. Please reload this page.
Promote warnings to errors in array_push() - #4585
Closed
Girgias wants to merge 1 commit into
Closed
Conversation
SjonHortensius
approved these changes
Aug 21, 2019
nikic
reviewed
Aug 26, 2019
Member
There was a problem hiding this comment.
So, this is actually a pretty generic warning, in particular also used by $foo[] = $x, see
Line 1971 in 0038db2
$foo[] = $x and array_push($foo, $x).Girgiasforce-pushed
the
push-array-warnings2error
branch
from
August 26, 2019 15:53
59b3ab9 to
8f780abCompareGirgias
commented
Aug 26, 2019
MemberAuthor
Appveyor failure seems unrelated. |
Uh oh!
There was an error while loading. Please reload this page.
Girgiasforce-pushed
the
push-array-warnings2error
branch
from
August 29, 2019 21:38
2a753b9 to
7680d5bCompareGirgias
commented
Aug 29, 2019
MemberAuthor
This probably needs to wait the result of the Reclassifying Engine Warnings RFC. |
cmb69
commented
Sep 29, 2019
Member
That RFC has been accepted (this issue should trigger an |
nikic
approved these changes
Sep 29, 2019
nikic
commented
Oct 2, 2019
Member
Merged as 1ca4ab0. |
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 freeto 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.
Split from #4566