-
Notifications
You must be signed in to change notification settings - Fork 740
[CLI] Bugfix: remove item prefix correctly #9663
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
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
maximyurchuk
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.
Сделай описание плз зачем это нужно, в чем заключается фикс, ничего не понятно
Да сделал я сделал |
Changelog category
Only remove an "item." prefix in variables in the plan if the first character is not alphanum.
We remove the excessive "item." prefix (which is a synthetic variable inside the plan) to clean up the plans.
However, current rules screws up valid variables, such as "lineitem.key"