We could consider retiring pre-scan.
- this is seldom used
- this forces walking the whole codebase multiple times
- this would be replace by a way to plugin in the filtering of the codebase, so that this can be walked only once
- facets and classification can be made into regular scans that other can depend on
The plugins that use it:
The benefits:
- simpler code
- enable faster codebase walking
Based on a chat with @armijnhemel
We could consider retiring pre-scan.
The plugins that use it:
The benefits:
Based on a chat with @armijnhemel