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

fix(V15): v15 changes #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix(V15): v15 changes #22

wants to merge 2 commits into from

Conversation

BenPinet
Copy link
Member

BREAKING CHANGE: v15 changes

BenPinet and others added 2 commits July 16, 2024 13:41
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

@@ -21,9 +21,9 @@
*
*/

#include <mylib/hello_world.h>
#include <mylib/hello_world.hpp>

Choose a reason for hiding this comment

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

warning: 'mylib/hello_world.hpp' file not found [clang-diagnostic-error]

#include <mylib/hello_world.hpp>
         ^

@@ -21,10 +21,10 @@
*
*/

#include <geode/basic/assert.h>
#include <geode/basic/logger.h>
#include <geode/basic/assert.hpp>

Choose a reason for hiding this comment

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

warning: 'geode/basic/assert.hpp' file not found [clang-diagnostic-error]

#include <geode/basic/assert.hpp>
         ^

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