You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to separate file capture rules and file type tagging rules and make them more universal, instead of limiting both flows with only known file extensions.
Action items:
For file capturing: Make some file specifications not file extension-based by removing the file name pattern constraint, e.g., file_inst(), to make them capture arbitrary files.
For file type tagging: Revise the tagging strategy by using the file extension dictionary + marking everything else binary.
Add file specification functions for more directories observed here: demo/, exec/, po/, build/.
When evaluating file specifications to create file collections, we should follow this:
The text was updated successfully, but these errors were encountered: