-
Notifications
You must be signed in to change notification settings - Fork 22
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
[FIX] versionInfoGenerator: manifest without embeds #486 #576
Conversation
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.
Really good catch and a good fix, please also provide a test for this scenario
see similar test
https://github.com/SAP/ui5-builder/blob/master/test/lib/processors/versionInfoGenerator.js#L224
I added a similar test . |
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.
LGTM
When merging, please adapt the summary line of the commit message according to our guidelines. |
Suggestion for commit message:[FIX] VersionInfoGenerator Processor: Correct Handling of non-existing manifestInfo.embeds
Fixes: #486 |
Fixes: SAP/ui5-tooling#486 |
manifestInfo.embeds can be initial and calling map on initial value will not work, thus default to empty array when initial
Thank you for your contribution! 🙌
To get it merged faster, kindly review the checklist below:
Pull Request Checklist