MobileNativeFoundation / swift-index-store

Library to read from Swift / clang source code indexes
Apache License 2.0
137 stars 12 forks source link

Enable sed command generated by unused-imports to correctly handle file paths containing spaces #26

Closed wileykestner closed 1 year ago

wileykestner commented 1 year ago

The unused-imports program currently generates sed invocations to remove import statements which operate on relative file paths, these paths should be quoted in order to handle the case where the path to the source file contains a space.

keith commented 1 year ago

Looks like the cla needs a fix