zed/crates/gpui
Kirill Bulatov 1c4be24fb7 Move gpui derives tests into gpui crate to avoid dependency cycles
`cargo run` on Zed project leads to rust-analyzer evantually emitting

`[ERROR project_model::workspace] cyclic deps:
gpui_macros(Idx::<CrateData>(269)) -> gpui(Idx::<CrateData>(264)),
alternative path: gpui(Idx::<CrateData>(264)) ->
gpui_macros(Idx::<CrateData>(269))`

error after loading the project.

The PR fixes this by moving away the test to the "root" project.
2023-08-16 10:19:20 +03:00
..
examples move component into gpui 2023-08-15 15:44:59 -07:00
src move component into gpui 2023-08-15 15:44:59 -07:00
tests Move gpui derives tests into gpui crate to avoid dependency cycles 2023-08-16 10:19:20 +03:00
build.rs Use a hand-coded parser for keymap context predicates 2023-01-16 15:53:49 -08:00
Cargo.toml WIP 2023-08-06 12:45:31 -06:00