-
Notifications
You must be signed in to change notification settings - Fork 681
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
add sub_node_interface field to array node #6018
Conversation
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6018 +/- ##
==========================================
- Coverage 37.04% 37.04% -0.01%
==========================================
Files 1316 1316
Lines 132262 132267 +5
==========================================
- Hits 48998 48997 -1
- Misses 79002 79008 +6
Partials 4262 4262
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
Can we move this out of draft mode, @pvditt ? |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
@eapolinario yup - was waiting on some consensus on some backward compatibility concerns. |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
@pvditt , can you merge master to get rid of the |
Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
* add is_original_sub_node_interface field to array node Signed-off-by: Paul Dittamo <pvdittamo@gmail.com> * update idl Signed-off-by: Paul Dittamo <pvdittamo@gmail.com> * make arraynode compilation backwards compatible Signed-off-by: Paul Dittamo <pvdittamo@gmail.com> * use boolvalue for is_original_sub_node_interface Signed-off-by: Paul Dittamo <pvdittamo@gmail.com> --------- Signed-off-by: Paul Dittamo <pvdittamo@gmail.com>
* add is_original_sub_node_interface field to array node * update idl * make arraynode compilation backwards compatible * use boolvalue for is_original_sub_node_interface --------- Signed-off-by: Paul Dittamo <pvdittamo@gmail.com> Co-authored-by: Paul Dittamo <37558497+pvditt@users.noreply.github.com>
Tracking issue
Why are the changes needed?
What changes were proposed in this pull request?
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link