You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for mentioning that @douglasgondim
Indeed, I was able to reproduce the issue.
import Foo // I am a random comment
makes the internal library used(sitrep) to think the name of the dependency is Foo // I am a random comment
For now, a simple workaround could be to ignore the comments and only keep the first word. So, in the case of Foo // I am a random comment, we’d just take Foo. This should help avoid any issues. In the future, I’m planning to use SwiftSyntax directly, which should make handling these cases a lot smoother!
It's a small issue that would be nice if fixed 🤩.
The text was updated successfully, but these errors were encountered: