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
Summary
--
This PR updates `check_path` in the `ruff_linter` crate to return a
`Vec<Message>` instead of a `Vec<Diagnostic>`. The main motivation for this is
to make it easier to convert semantic syntax errors directly into `Message`s
rather than `Diagnostic`s in #16106. However, this also has the benefit of
keeping the preview check on unsupported syntax errors in `check_path`, as
suggested in https://github.com/astral-sh/ruff/pull/16429/files#r1974748024.
Test Plan
--
Existing tests. I also tested the playground and server manually.
0 commit comments