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
Including other files is done in lines that must start with #include followed by a relative or absolute link to a file or symbolic link or Windows shortcut file.
make sure that circular includes are detected somehow -> concept needed
example: foo/.filetags includes bar/.filetags which includes baz/.filetags which includes foo/.filetagsagain
promising approach: calculate md5sum of each CV file before loading, compare with all md5sums already loaded and stop when the md5sum is already in the list of known CV files.
The text was updated successfully, but these errors were encountered:
I want to include other .filetags files within a .filetags file like:
Including other files is done in lines that must start with
#include
followed by a relative or absolute link to a file or symbolic link or Windows shortcut file.foo/.filetags
includesbar/.filetags
which includesbaz/.filetags
which includesfoo/.filetags
againThe text was updated successfully, but these errors were encountered: