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

[FrameworkBundle] fix deprecation of fragments by using FQCN#31708

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

Conversation

@Simperfit
Copy link
Contributor

QA
Branch?4.3
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed ticketsnon
LicenseMIT
Doc PRnon

This fixes the error I got inhttps://travis-ci.org/symfony/symfony/jobs/538890475 and I don't understand why it doesn't fail anywhere else.

@nicolas-grekas
Copy link
Member

We're missing something, this breaks tests on 4.3.
Anyone with a clue?

@SimperfitSimperfitforce-pushed thefix-fragment-template-with-fqcn-call branch from34bab1b to80e45c1CompareMay 29, 2019 21:24
@Simperfit
Copy link
ContributorAuthor

test fixed

@chalasr
Copy link
Member

I don't understand why it doesn't fail anywhere else.

Because theResolveControllerNameSubscriber class that you are removing in#31702 was preventing the deprecation from being triggered as it converts controller names that use the deprecated notation to a one that use a valid notation (class::method). The test case should have been broken way before your PRs.

This means that we also miss a deprecation notice inResolveControllerNameSubscriber since 4.1 which we may want to add in 4.4 to make the BC layer complete.

@Tobion
Copy link
Contributor

I didn't see your PR. Here is mine which is a little more complete:#31713

@fabpot
Copy link
Member

closes in favor of#31713

@fabpotfabpot closed thisMay 30, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

4.3

Development

Successfully merging this pull request may close these issues.

6 participants

@Simperfit@nicolas-grekas@chalasr@Tobion@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp