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

Extend MetricsParsers to handle incremental parsing #10

Closed
mcserep opened this issue Jul 1, 2018 · 2 comments
Closed

Extend MetricsParsers to handle incremental parsing #10

mcserep opened this issue Jul 1, 2018 · 2 comments
Assignees
Labels
Kind: Enhancement New feature or request Target: Incremental parsing Towards incremental parsing

Comments

@mcserep
Copy link
Owner

mcserep commented Jul 1, 2018

Extend MetricsParser with a maintain() method and implement incremental parsing maintenance functionalities for the Metrics database table. MetricsParser should be dependent on CppParser if the latter manages the maintenance of the File entities.

Blocked by #9.

@intjftw
Copy link
Collaborator

intjftw commented Jul 12, 2018

Solved by 7affe06

@intjftw intjftw closed this as completed Jul 12, 2018
@mcserep
Copy link
Owner Author

mcserep commented Jul 12, 2018

Minor fix in 02424ea, since the operator[] will insert a new element into a map if the given key does not exist.

@mcserep mcserep added the Kind: Enhancement New feature or request label Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Enhancement New feature or request Target: Incremental parsing Towards incremental parsing
Projects
None yet
Development

No branches or pull requests

2 participants