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

[DRAFT] Add test and some future API changes for startup/cleanup #3100 #3104

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ethouris
Copy link
Collaborator

DRAFT FOR PRESENTATION ONLY. Refer to original #3100.

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

This comment appears to contain commented-out code.
return 1;

if (m_iInstanceCount++ > 0)
// [reinstate in 1.6.0] return m_iInstanceCount;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
// [reinstate in 1.6.0] return m_iInstanceCount;
return 1;

if (m_bGCStatus)

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
return 0;
if (!force)
{
if (m_iInstanceCount == 0 || --m_iInstanceCount > 0)

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
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.

1 participant