Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Drop Debug compatibility layers#33027

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

Merged
nicolas-grekas merged 1 commit intosymfony:masterfromchalasr:drop-debug-compat
Aug 8, 2019

Conversation

@chalasr
Copy link
Member

QA
Branch?master
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets-
LicenseMIT
Doc PR-

@nicolas-grekas
Copy link
Member

composer.json needs to be updated too, to remove the classmap entry

@fancyweb
Copy link
Contributor

@chalasr Line 137 in Console Application.php -> && !$phpHandler[0] instanceof LegacyErrorHandler

@chalasr
Copy link
MemberAuthor

@fancyweb fixed, thank you.

@nicolas-grekas if you mean the one added by#32873 (comment), it was reverted there

@chalasr
Copy link
MemberAuthor

Removed theProxiedMethodReturnExpression classmap entry

if ($phpHandler =set_exception_handler($renderException)) {
restore_exception_handler();
if (!\is_array($phpHandler) || (!$phpHandler[0]instanceof ErrorHandler && !$phpHandler[0]instanceof LegacyErrorHandler)) {
if (!\is_array($phpHandler) || (!$phpHandler[0]instanceof ErrorHandler)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

extra brackets should be removed :)

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

right! done

@nicolas-grekas
Copy link
Member

Thank you@chalasr.

@nicolas-grekasnicolas-grekas merged commit2326b80 intosymfony:masterAug 8, 2019
nicolas-grekas added a commit that referenced this pull requestAug 8, 2019
This PR was merged into the 5.0-dev branch.Discussion----------Drop Debug compatibility layers| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -<!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply   (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch.-->Commits-------2326b80 [Debug] Drop compatibility layers
@chalasrchalasr deleted the drop-debug-compat branchAugust 8, 2019 08:15
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas left review comments

@ycerutoycerutoyceruto approved these changes

+1 more reviewer

@seriquynhseriquynhseriquynh approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

5.0

Development

Successfully merging this pull request may close these issues.

6 participants

@chalasr@nicolas-grekas@fancyweb@yceruto@seriquynh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp