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
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Changed
17
17
18
+
-**Unified type resolution.** Hover, go-to-type-definition, find-references, deprecated diagnostics, and replace-deprecated code actions now share a single variable/subject resolution pipeline. Fixes resolved in one feature automatically apply to all others.
18
19
-**Diagnostic code identifiers.** Standardised all diagnostic codes to a consistent `snake_case` noun-phrase scheme: `undefined_variable` → `unknown_variable`, `type_error.argument` → `type_mismatch_argument`, `argument_count` → `argument_count_mismatch`, `deprecated` → `deprecated_usage`, `implementation_error` → `missing_implementation`. Users with editor filters or scripts that match on these codes will need to update them.
19
20
-**LSP responsiveness.** Hover, go-to-definition, go-to-type-definition, signature help, code actions, document highlight, prepare-rename, and rename handlers now run on background threads instead of the async event loop. When one request is slow (e.g. resolving a deep trait hierarchy), other requests and cancellations are no longer blocked.
0 commit comments