mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
We were treating arrays of fixits as if they were independent actions, but in reality we have at most one quick-fix per diagnostic, which is composed of multiple edits. This fixes cases like renaming a deprecated method where there are multiple edits that need to be combined.