Skip to content
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

retval refinement #582

Merged
merged 1 commit into from
Oct 8, 2024
Merged

retval refinement #582

merged 1 commit into from
Oct 8, 2024

Conversation

lihuiba
Copy link
Collaborator

@lihuiba lihuiba commented Oct 1, 2024

No description provided.

@CLAassistant
Copy link

CLAassistant commented Oct 1, 2024

CLA assistant check
All committers have signed the CLA.

@@ -26,7 +26,9 @@ GTEST_API_ int main(int argc, char **argv) {
#endif

// Initialize state-threads, create idle coroutine.
assert(st_init() == 0);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assert() can be removed if NDEBUG is defined, and st_init() is missed.

@lihuiba lihuiba force-pushed the retval_refinement branch 11 times, most recently from 153747e to 37d55db Compare October 6, 2024 07:33
Copy link
Collaborator

@Coldwings Coldwings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@Coldwings Coldwings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lihuiba lihuiba merged commit e0417b9 into main Oct 8, 2024
11 checks passed
@lihuiba lihuiba deleted the retval_refinement branch October 8, 2024 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants