rules_spm icon indicating copy to clipboard operation
rules_spm copied to clipboard

Parse paths as set rather than list

Open pswaminathan opened this issue 2 years ago • 0 comments

Occasionally a directory will be included multiple times. This can happen when the includes is underneath the root path for the sources. e.g. https://github.com/TimOliver/TOCropViewController/tree/main/Objective-C/TOCropViewController. In many cases this may be acceptable. But if a module.modulemap file is included twice, it shouldn't fail.

pswaminathan avatar Oct 26 '22 22:10 pswaminathan