FR: Module search should be breadth first, not depth first

Module search should be breadth first, not depth first. I keep all my modules in ../../modules, lets say I add a module named Foo and it’s in that folder, then I’d expect the Projucer to use ../../modules/Foo, and not recurse into ../../modules/Bar/modules/Foo. Or, if there are two matching modules in the path, throw a error, don’t just blindly pick one of them.

2 Likes
1 Like