-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Antithesis instrumentation improvements #5213
Antithesis instrumentation improvements #5213
Conversation
e357eeb
to
10366ae
Compare
Used to verify the Antithesis instrumentation build
10366ae
to
1653844
Compare
d69bf8e
to
eb9464c
Compare
eb9464c
to
6855fd5
Compare
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.
Man, I wish I could ignore the ASSERT
-> XRPL_ASSERT
changes the way I can ignore whitespace. This PR would be like 50 lines long.
You could repeat what I've done
... and then compare results. |
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.
Looks good from here. There's a conflict that needs to be resolved, though.
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.
Thanks for leaving ASSERT
available for clients. This looks good from Clio's perspective 👍
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
High Level Overview of Change
Minor changes relating to feedback received late in #5042
Context of Change
ASSERT
toXRPL_ASSERT
assert
instrumentation
workflow to verify build with instrumentation enabledType of Change
.gitignore
, formatting, dropping support for older tooling)