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

[CBRD-25257] Include headers of wrapping functions into "all" cubrid files #5195

Closed

Conversation

Rudeus
Copy link

@Rudeus Rudeus commented May 13, 2024

http://jira.cubrid.org/browse/CBRD-25257

Fix new workflow with adding false include memory_wrapper.hpp in the files not using it.

@Rudeus Rudeus self-assigned this May 13, 2024
@Rudeus Rudeus requested a review from hornetmj as a code owner May 13, 2024 03:13
@@ -243,6 +243,12 @@ jobs:
fi
fi

filename=$(basename $f)
Copy link
Contributor

Choose a reason for hiding this comment

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

This check is more efficent just after file type checking like .c or .cpp.

Copy link
Author

Choose a reason for hiding this comment

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

This behavior modifies the check results for files not present in cubrid/CMakeLists.txt, converting the check result from FAIL to PASS. If we move it as you suggested, it will create a larger condition statement structure wrapping the check section. Are you suggesting this behavior to skip the check altogether?

@Rudeus Rudeus requested a review from hornetmj May 15, 2024 23:57
@Rudeus Rudeus closed this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants