-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
Recently read the codebase and found that force unwraps are widely used for casting SourceKit response values.
It leads to dangerous unstable behavior.
Every single change in SourceKit response will crash the framework and the client application.
It doesn't feel right.
Did you plan some validation and user friendly errors?
Or maybe replacing dictionaries with strong types (like CodeCompletionItem)?
Metadata
Metadata
Assignees
Labels
No labels