CoatiSoftware / Sourcetrail

Sourcetrail - free and open-source interactive source explorer
https://www.sourcetrail.com/
GNU General Public License v3.0
14.84k stars 1.39k forks source link

When multiple custom indexers are used, increment updates pass the wrong files #1211

Open randym32 opened 3 years ago

randym32 commented 3 years ago

Background I have a project with two different, custom source indexers. Each is given a different starting path and file extension to index files over. The full index works as expected.

However, an incremental index does not work as expected. The indexer(s) are called with the wrong kind of file, from the folder that does not go with the indexer.

mainjak commented 2 years ago

how solve it?