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

Reimplement dependent parsers #639

Open
intjftw opened this issue Oct 3, 2023 · 1 comment
Open

Reimplement dependent parsers #639

intjftw opened this issue Oct 3, 2023 · 1 comment

Comments

@intjftw
Copy link
Collaborator

intjftw commented Oct 3, 2023

With the new Cpp metrics plugin, the issue of dependent parsers emerged again. The name cppmetricsparser preceds cppplugin which results in the metrics are to be calculated before the cpp parser is executed, hence the metrics won't be calculated.

@mcserep
Copy link
Collaborator

mcserep commented Oct 3, 2023

As you mentioned, dependent parsers were a thing in CodeCompass, but never really used (at least since version Earhart or Flash), so it was removed in e7e040c. I think this feature should be easily reimplementable based on the code diff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants