-
Notifications
You must be signed in to change notification settings - Fork 552
Maintenance: update stub API for libdebug #2033
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
base: master
Are you sure you want to change the base?
Conversation
a0c9482
to
0728674
Compare
void Debug::NameThisKid(int) STUB | ||
void Debug::parseOptions(char const *) STUB | ||
static std::ostringstream nilStream; | ||
std::ostringstream &Debug::Start(const int, const int) STUB_RETVAL_NOP(nilStream) |
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.
@kinkie, just for my own edification, why did you approve a PR that, AFAICT, silently disables basic debugging support in unit tests (that do not use a full debugging library -- libdebug.la)?
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.
Oops, missed that bit
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.
As @rousskov noted, we need to preserve debug output in stub-linked files
No description provided.