-
Notifications
You must be signed in to change notification settings - Fork 11
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
🧮 Extended sequence number counter #122
Conversation
catch2_wrap.get_variable('catch2_dep'), | ||
] | ||
|
||
exe = executable( |
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.
Not sure how I feel about having separate binaries for unit/functional/etc. test suites - does it make sense to build the individual suites as libraries that be linked into one big test executable?
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.
Thinking about it more, maybe it makes sense....
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.
Just a couple nits, beyond that looks good to merge!
Saw this in an RFC and I think it will make tracking NACKs easier as we won't have to deal with wrapping of two-byte sequence numbers directly.
Includes actual tests!