-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle][Template name] fixed "the template format is invalid." #12254
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
Conversation
aitboudad
commented
Oct 18, 2014
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Fixed tickets | #12249 |
Tests pass? | yes |
License | MIT |
0858ed4
to
0305ce7
Compare
👍 for this PR! :) Will this be available on 2.6 version? |
This looks good to me but I have some questions:
|
If best practices should be able to apply on >=2.3, so yes, I think this bug fix would be merge on 2.3 and 2.6. |
@fabpot I agree that this should be backported to 2.3 because old projects use best practices too. |
Hey guys! I did some digging around, because the flow here is quite complex (there are several layers of try-catch). Basically, we need to not throw an exception from As far as the behavior changing, it really doesn't. We're no longer throwing an exception from So unless you're using the Regardless, I think getting this into 2.3 is important - the error message is much much better after this patch. Cheers! |
closed in favor of #12894 ( +2.3 ). |
…he shortcut n... (aitboudad) This PR was merged into the 2.3 branch. Discussion ---------- [FrameworkBundle][Template name] avoid error message for the shortcut n... | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets | #12249, #12254 | Tests pass? | yes | License | MIT Commits ------- 055129c [FrameworkBundle][Template name] avoid error message for the shortcut notation.