-
Notifications
You must be signed in to change notification settings - Fork 157
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
[luci/service] migrate Range shape inference rule to sinf::Algorithm #13987
Conversation
This commit migrate Range shape inference rule to sinf::Algorithm. ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
ce3d380
to
ffa0ce8
Compare
This commit add include code. ONE-DCO-1.0-Signed-off-by: bokyeong lee <[email protected]>
21cc930
to
a1d4c75
Compare
This commit copy own_shape function with non-contst params. ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
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.
Could you copy and paste the testcase (TEST(ShapeRuleTest, range_const_param)
) from your draft?
IMO, It might be good to add a test to show that original algorithm works well for CircleConst
inputs.
This commit add tests for range with const param. ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
I add test cases to show that original algorithm works well for CircleConst inputs in zenwhite's opinion. |
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 😄
This commit remove comment. ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
This commit revise comment about use_own() ONE-DCO-1.0-Signed-off-by: Bokyeong Lee k<[email protected]> Co-authored-by: SaeHie Park <[email protected]>
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!
=)
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
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!
This commit migrate Range shape inference rule to sinf::Algorithm.
Todo : support shape inference for non-const param of Range
ONE-DCO-1.0-Signed-off-by: Bokyeong Lee [email protected]