-
Notifications
You must be signed in to change notification settings - Fork 862
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
[DRAFT] Add test and some future API changes for startup/cleanup #3100 #3104
base: master
Are you sure you want to change the base?
Conversation
if (m_bGCStatus) | ||
|
||
if (implicit && m_iInstanceCount > 0) | ||
// [reinstate in 1.6.0] return m_iInstanceCount; |
Check notice
Code scanning / CodeQL
Commented-out code Note
return 1; | ||
|
||
if (m_iInstanceCount++ > 0) | ||
// [reinstate in 1.6.0] return m_iInstanceCount; |
Check notice
Code scanning / CodeQL
Commented-out code Note
// [reinstate in 1.6.0] return m_iInstanceCount; | ||
return 1; | ||
|
||
if (m_bGCStatus) |
Check notice
Code scanning / CodeQL
Commented-out code Note
return 0; | ||
if (!force) | ||
{ | ||
if (m_iInstanceCount == 0 || --m_iInstanceCount > 0) |
Check notice
Code scanning / CodeQL
Commented-out code Note
DRAFT FOR PRESENTATION ONLY. Refer to original #3100.