forked from Ericsson/CodeCompass
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Kind: EnhancementNew feature or requestNew feature or requestTarget: Incremental parsingTowards incremental parsingTowards incremental parsing
Description
During incremental parsing, new added files should be detected. There are 3 possible solutions:
- Not detecting added files, since parsing will detect and parse them by analyzing the build commands. (Investigate whether this is a valid issue, is this information really unimportant for other tasks too?)
- Detect new files via filesystem parsing. Drawbacks: files not included in the compilations process might be detected; and the source code path prefix must be known (e.g. by a console parameter).
- Detect new files via the build commands. In this case the compilation database should be already built for the incremental parsing file change detection (currently done in the
worker()method), so some refactoring is required.
Metadata
Metadata
Assignees
Labels
Kind: EnhancementNew feature or requestNew feature or requestTarget: Incremental parsingTowards incremental parsingTowards incremental parsing