swift-index-store icon indicating copy to clipboard operation
swift-index-store copied to clipboard

Add example of decls you could move

Open keith opened this issue 2 years ago • 2 comments

keith avatar May 30 '23 22:05 keith

this is based on this conversation https://github.com/lyft/swift-index-store/pull/43#issuecomment-1569082087

this doesn't really work well right now because it would require more filtering to understand what types of declarations could actually be moved. Like a property of a struct couldn't be moved even if the only users were in another module unless the whole struct could be

keith avatar May 30 '23 22:05 keith

This helps, I am still trying to learn how to structure my thinking when using indexstores. Thank you

maxwellE avatar May 31 '23 00:05 maxwellE