salsa/salsa-2022-tests/tests
bors[bot] 1cabfdb077
Merge #390
390: Add some doc on `specify` r=nikomatsakis a=XFFXFF

Add some documentation to explain why `specify` only works if the key is a tracked struct created in the current query, as per [this](https://salsa.zulipchat.com/#narrow/stream/146365-good-first-issue/topic/questions.20about.20.60specify.60/near/295416521) zulip thread.  
I also added some tests to test that "specify" shouldn't work in some cases.

Co-authored-by: XFFXFF <1247714429@qq.com>
2022-08-30 10:17:28 +00:00
..
compile-fail add a test for specify 2022-08-27 07:51:35 +08:00
parallel give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
warnings avoid warnings in generated code 2022-08-26 18:51:51 +02:00
accumulate-from-tracked-fn.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
accumulate-reuse-workaround.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
accumulate-reuse.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
accumulate.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
compile_fail.rs run compile_fail test only on stable 2022-08-27 16:01:04 +08:00
cycles.rs add report_untracked_read to salsa::Database 2022-08-25 06:30:27 +08:00
debug.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
deletion-cascade.rs Merge #376 #379 2022-08-25 10:30:34 +00:00
deletion.rs Merge #376 #379 2022-08-25 10:30:34 +00:00
expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
expect_reuse_field_x_of_an_input_changes_but_fn_depends_on_field_y.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
hello_world.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
lru.rs add report_untracked_read to salsa::Database 2022-08-25 06:30:27 +08:00
mutate_in_place.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
override_new_get_set.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
specify-only-works-if-the-key-is-created-in-the-current-query.rs add a test for specify 2022-08-27 07:51:35 +08:00
specify_tracked_fn_in_rev_1_but_not_2.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
tracked_fn_on_input.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
tracked_fn_on_tracked.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
tracked_fn_on_tracked_specify.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00
tracked_fn_read_own_entity.rs give salsa_runtime a default implementation 2022-08-24 20:11:48 +08:00