-
Notifications
You must be signed in to change notification settings - Fork 161
[circle-resizer] Add Shape parser #15082
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
base: master
Are you sure you want to change the base?
Conversation
This commit adds the shapes representation and capabilities to parse string inputs into Shapes objects. ONE-DCO-1.0-Signed-off-by: Mateusz Bencer m.bencer@partner.samsung.com
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
Thank you very much but please give me a moment (before merging) to add doc+unit tests to Shape class ;-) |
Ah, sorry for the impatience. Please let me know when you're ready. |
@jinevening I believe that's the implementation is ready now ;-) |
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
sorry but too huge to review |
@seanshpark I understand. This PR got bigger as @mbencer and I discuss how to handle scalar type. Can we merge as-is with 1 approval or do you want to review splitted PRs? |
With the discussion issue, my questions wasn't resolved and still I am not clear with this module's direction or usage scenario with onecc and TICO, but the PR was posted and landed. |
there is a pretty convenient way now to split the PR into Shape part and parser part. I can prepare such a version
I've collected all(I hope) requests/questions around resizer in #14791 (comment). In particular I agree to stop the idea of a separate python package for resizer. Integration with |
@seanshpark I landed the entrypoint PR because I thought you agreed to develop If you disagree to develop |
@seanshpark @jinevening Please review a smaller piece of this PR - adding Shape representation at first. After #15165 merge I'll synchronize this PR. |
This commit adds the shapes representation and capabilities to parse string inputs into Shapes objects.
ONE-DCO-1.0-Signed-off-by: Mateusz Bencer m.bencer@partner.samsung.com
Issue: #14791
Draft: #14727