sway/sway-lsp
Joshua Batty 227cb2b264
Refactor parse_project to return a result. (#4922)
## Description
This PR refactors the `parse_project` method to return a result instead
of writing to internal types in place. This helps to seperate the
parsing and writing logic into seperate phases, useful for future work
where we execute parsing on seperate threads.

I've also tried to clean up the `Session` interface at the same time.
2023-08-07 21:20:08 +10:00
..
src Refactor parse_project to return a result. (#4922) 2023-08-07 21:20:08 +10:00
tests temp remove publish_diagnostics_dead_code_warning test (#4856) 2023-07-25 12:45:51 +04:00
Cargo.toml Bump to v0.43.2 (#4907) 2023-08-03 18:23:32 +02:00