Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Bridge][Twig] DebugCommand - fix escaping and filter#30660
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot left a comment
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.
with a typo to be fixed before merging.
Uh oh!
There was an error while loading.Please reload this page.
80818ef to7bdb066Comparefabpot commentedMar 31, 2019
Thank you@SpacePossum. |
…cePossum)This PR was squashed before being merged into the 3.4 branch (closes#30660).Discussion----------[Bridge][Twig] DebugCommand - fix escaping and filter| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| License | MITThe PR fixes:- output escaping was not done for decorated consoles- filter was not applied when using format json+ added some tests for paths currently not testedCommits-------7bdb066 [Bridge][Twig] DebugCommand - fix escaping and filter
nicolas-grekas commentedApr 1, 2019
@SpacePossum I did not merge your patch on the bridge in 4.2 because I couldn't figure out how to resolve merge conflicts. Could you please send a PR against 4.2? |
SpacePossum commentedApr 1, 2019
sure thing@nicolas-grekas , please see#30811 |
…pacePossum)This PR was merged into the 4.2 branch.Discussion----------[Bridge][Twig] DebugCommand - fix escaping and filter| Q | A| ------------- | ---| Branch? | 4.2| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| License | MITcherry-pick on 4.2, conflicts resolved, original PR#30660 (comment)Commits-------b7120c5 [Bridge][Twig] DebugCommand - fix escaping and filter
The PR fixes: