Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[ExpressionLanguage] fixed a BC break#20015
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 commentedSep 21, 2016
| Q | A |
|---|---|
| Branch? | master |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | fixes a BC break :) |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | see#19060 (comment) |
| License | MIT |
| Doc PR | n/a |
fabpot commentedSep 21, 2016
nicolas-grekas commentedSep 21, 2016
For reference, this was done to ease with dumping AST. With NameNode, |
fabpot commentedSep 21, 2016
@nicolas-grekas Indeed, tweaking |
nicolas-grekas commentedSep 21, 2016
Would it be OK to add a new node type that extends |
fabpot commentedSep 21, 2016
Not sure :) |
This PR was merged into the 3.2-dev branch.Discussion----------[ExpressionLanguage] fixed a BC break| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | fixes a BC break :)| Deprecations? | no| Tests pass? | yes| Fixed tickets | see#19060 (comment)| License | MIT| Doc PR | n/aCommits-------b00930f [ExpressionLanguage] fixed a BC break