Refactor|FileSys: Replaced vdmapping stuff with a list of string pairs
We can't presently use a Map or Hash for these. Although the paths are unique, several of the existing algorithms which match using patterns assume they are sorted in a quasi load ordering.
Todo: Rethink the implementation once the rest of the refactoring work has been completed.
Refactor|FileSys: Replaced vdmapping stuff with a list of string pairs
We can't presently use a Map or Hash for these. Although the paths
are unique, several of the existing algorithms which match using
patterns assume they are sorted in a quasi load ordering.
Todo: Rethink the implementation once the rest of the refactoring
work has been completed.