-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or requestrefactorImprovements to code structureImprovements to code structure
Description
Feature/behavior summary
The configuration dictionary used by Code Base Investigator 1.x stores a subset of the information available in a compilation database. Rather than maintain support for two data formats and move back and forth between them, we should adopt compilation databases as the only representation of a compilation.
Request attributes
- Would this be a refactor of existing code?
- Does this proposal require new package dependencies?
- Would this change break backwards compatibility?
Related issues
No response
Solution description
- Introduce a
CompilationDatabaseclass that storesCompileCommandobjects and is interoperable with JSON. - Rewrite external interface(s) to use a
CompilationDatabaseand update the tests. - Rewrite internal interface(s) to use a
CompilationDatabase(replacing functionality fromconfig.py).
Additional notes
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefactorImprovements to code structureImprovements to code structure