-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Routing] Make sure we only build routes once #25791
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Routing] Make sure we only build routes once #25791
Conversation
I've pressed [enter] to quick... can some of you remove the "Deprecation" and "BC Break" labels please? Also, fabbot's review is false-positive. |
All reactions
Sorry, something went wrong.
832c530
to
927a75a
Compare
Thanks @javiereguiluz. The failure is HHVM and is not related. |
All reactions
Sorry, something went wrong.
Thank you @sroze. |
All reactions
Sorry, something went wrong.
This PR was merged into the 3.3 branch. Discussion ---------- [Routing] Make sure we only build routes once | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #25746 | License | MIT | Doc PR | ø We need to build the collection(s) only once, else the prefix would be duplicated. Commits ------- 927a75a Make sure we only build once and have one time the prefix when importing routes
xabbuh
Successfully merging this pull request may close these issues.
We need to build the collection(s) only once, else the prefix would be duplicated.