-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[TwigBundle] fix configuration tree for paths #9719
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
@@ -79,4 +79,40 @@ public function getPreNormalizationTests() | |||
) | |||
); | |||
} | |||
|
|||
/** | |||
* @group cordoval-davis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be removed.
Could you also add a test to cover the fix? |
let's 👶 of course after travis is green @fabpot |
ping @fabpot |
@fabpot fixing things related, would be great if you display the branch name on the fabbot related pages so to make them handy |
bump @fabpot |
@fabpot rebased @stof could you please clarify your comment #9719 (comment)? |
Any news on this one? |
👍 The |
@stof I'm still not sure why this works, to be honest - as I mentioned before, you can set the |
@mdavis1982 this is because
Because of the custom normalization done on this node, the second behavior is not necessary. But the first behavior (triggered for any non- |
@stof Thanks for the clarification - I think I understand now. Is this PR good to go then? |
@mdavis1982 from my PoV, yes. but the rules are that 2 deciders need to vote on it, and currently, there is only me in #9719 (comment) |
👍 |
is this going to be merged to master? which means that the fix will be available only for symfony 2.6? I am using prepend extension feature to make twig aware of some templates that comes with a library. And it would be good to have it fixed in 2.3 too. |
@makasim nope. As it is a bugfix, it will go in 2.3 |
Thanks for fixing this bug @cordoval. |
…cordoval) This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #9719). Discussion ---------- [TwigBundle] fix configuration tree for paths | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #8171 | License | MIT | Doc PR | na This is a joint effort with @mdavis1982 and @cordoval 👶 pairing up and warming for hacking day in Warsaw Commits ------- 9aa88e4 added regression test 4201d41 fix issue #8171 on configuration tree for twig extension -- pairing up with @cordoval
@stof I actually fixed this bug 😉 |
hmm, indeed. Something to improve in GH when there is several contributors in the PR. curently, it only suggest the names of the PR author for the thank message, and I missed it when merging to change it manually. |
This is a joint effort with @mdavis1982 and @cordoval 👶 pairing up and warming for hacking day in Warsaw