Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Initial support for analyzing categories. #45

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

fabianfreyer
Copy link

No description provided.

@dlevi309
Copy link

Include/ObjectiveNinjaCore/Analyzers/CategoryAnalyzer.h is missing from the commit

@fabianfreyer
Copy link
Author

@dlevi309 good catch! I even forgot to add another file, fixed that!

@dlevi309
Copy link

dlevi309 commented May 1, 2022

@dlevi309 good catch! I even forgot to add another file, fixed that!

No prob 👍 happens all the time lol

@fabianfreyer
Copy link
Author

Aaaand rebased onto v2.2.0

@jonpalmisc jonpalmisc changed the base branch from master to dev May 2, 2022 18:01
Copy link
Owner

@jonpalmisc jonpalmisc left a comment

Choose a reason for hiding this comment

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

Looks good barring a few minor issues mentioned in the comments. There is also some inconsistent whitespace which can be resolved by running the format task provided by CMakeLists.txt.

@@ -0,0 +1,81 @@
#include <ObjectiveNinjaCore/Analyzers/ClassAnalyzer.h>
Copy link
Owner

Choose a reason for hiding this comment

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

This file is also missing a copyright header

@@ -0,0 +1,81 @@
#include <ObjectiveNinjaCore/Analyzers/ClassAnalyzer.h>
Copy link
Owner

Choose a reason for hiding this comment

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

Unnecessary #include here

#include <ObjectiveNinjaCore/Analyzers/ClassAnalyzer.h>
#include <ObjectiveNinjaCore/Analyzers/CategoryAnalyzer.h>

#include <ObjectiveNinjaCore/TypeParser.h>
Copy link
Owner

@jonpalmisc jonpalmisc May 2, 2022

Choose a reason for hiding this comment

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

Also unnecessary to #include <ObjectiveNinjaCore/TypeParser.h> (although ClassAnalyzer.cpp makes this mistake too, not your fault)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants