-
Notifications
You must be signed in to change notification settings - Fork 13
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
GLSP-1266 Fix handling of zero values in builder functions #76
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.
Looks good to me. Could you please also make the same adjustment for the GAlignableBuilder
functions?
Also please update the Resolves
comment in your commit to Resolves eclipse-glsp/glsp/issues/1266
otherwise autoclosing on merge won't work.
- Fix handling of zero values in GBoundsAwareBuilder functions - Fix handling of zero values in GAlignableBuilder function Resolves eclipse-glsp/glsp/issues/1266
5ba0a10
to
4cf2218
Compare
Sure, thanks for the review @tortmayr! |
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.
Thanks! LGTM 👍🏼
I found some motivation and added a few unit tests for the functions I updated, would be great if you could have a quick look on those as well when you get a chance. Thanks! |
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.
Thanks. More test coverage is always appreciated 😉
What it does
GBoundsAwareBuilder
functionsGAlignableBuilder
functionResolves eclipse-glsp/glsp/issues/1266
Changelog