-
Notifications
You must be signed in to change notification settings - Fork 0
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
98 grouping with self loops #152
Conversation
…string so that (among others) grouping can be reused
# Conflicts: # pkg/vpcmodel/grouping.go # pkg/vpcmodel/subnetsConnectivity.go
8465af1
to
be56d4d
Compare
…o 98_grouping_with_self_loops
…rom the tests comparison
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.
Added a few initial comments
Co-authored-by: Adi Sosnovich <[email protected]>
Co-authored-by: Adi Sosnovich <[email protected]>
…o 98_grouping_with_self_loops
Co-authored-by: Adi Sosnovich <[email protected]>
Co-authored-by: Adi Sosnovich <[email protected]>
Co-authored-by: Adi Sosnovich <[email protected]>
…o 98_grouping_with_self_loops
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.
General comment: please add documentation for individual functions about their input args and return values, and what they represent, especially for non-trivial functions (such as deltaBetweenGroupedConnLines
, setMinusSet
... ).
solves #98