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][Routing] Move RoutingResolverPass to the Routing component#21835

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
fabpot merged 1 commit intosymfony:masterfromchalasr:routingresolverpass
Mar 5, 2017

Conversation

@chalasr
Copy link
Member

QA
Branch?master
Bug fix?no
New feature?yes
BC breaks?no
Deprecations?yes
Tests pass?yes
Fixed ticketsn/a
LicenseMIT
Doc PRn/a

useSymfony\Component\DependencyInjection\Reference;
useSymfony\Component\DependencyInjection\ContainerBuilder;
useSymfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
@trigger_error(sprintf('The %s class is deprecated since version 3.3 and will be removed in 4.0. UseSymfony\Component\Routing\DependencyInjection\RoutingResolverPass instead.', RoutingResolverPass::class),E_USER_DEPRECATED);

Choose a reason for hiding this comment

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

you can move that line below the "use" and useBaseRoutingResolverPass::class insprintf

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Ok I wasn't sure if having it immediately after the namespace has an importance

"symfony/http-foundation":"~2.8|~3.0",
"symfony/yaml":"~2.8|~3.0",
"symfony/expression-language":"~2.8|~3.0",
"symfony/dependency-injection":"~2.7|~3.0",

Choose a reason for hiding this comment

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

2.8 instead of 2.7

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

fixed

Copy link
Member

@nicolas-grekasnicolas-grekas left a comment

Choose a reason for hiding this comment

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

👍

@chalasrchalasrforce-pushed theroutingresolverpass branch 2 times, most recently from7f9ce37 to8b04332CompareMarch 3, 2017 12:51
@nicolas-grekasnicolas-grekas added this to the3.3 milestoneMar 4, 2017
class RoutingResolverPassimplements CompilerPassInterface
{
private$resolverServiceId ='routing.resolver';
private$loaderTag ='routing.loader';

Choose a reason for hiding this comment

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

default values could be removed here, would prevent a duplication and any sync mistake

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

that's a mistake, fixed. Thanks

@fabpot
Copy link
Member

Thank you@chalasr.

@fabpotfabpot merged commit32be16b intosymfony:masterMar 5, 2017
fabpot added a commit that referenced this pull requestMar 5, 2017
… the Routing component (chalasr)This PR was merged into the 3.3-dev branch.Discussion----------[FrameworkBundle][Routing] Move RoutingResolverPass to the Routing component| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | yes| Tests pass?   | yes| Fixed tickets | n/a| License       | MIT| Doc PR        | n/aCommits-------32be16b Move RoutingResolverPass to the Routing component
@fabpotfabpot mentioned this pull requestMay 1, 2017
@chalasrchalasr deleted the routingresolverpass branchMay 10, 2017 18:31
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

3.3

Development

Successfully merging this pull request may close these issues.

4 participants

@chalasr@fabpot@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp