salsa/tests
Niko Matsakis 3f95c0b4a0 panic when recovering from a cycle
It turns out this is necessary, as this test reveals!
If we don't panic, you might encounter further cycles
that aren't supposed to have executed. (Prior to these changes,
this test was panicking from the second cycle.)
2021-11-01 10:10:50 -04:00
..
incremental use RefCell::take 2021-10-31 04:13:42 -04:00
parallel introduce Cycle type and use in recovery, errors 2021-10-31 07:21:07 -04:00
storage_varieties remove the DB parameter 2020-07-04 14:17:11 +00:00
cycles.rs panic when recovering from a cycle 2021-11-01 10:10:50 -04:00
dyn_trait.rs implement the Storage<DB> change 2020-07-04 14:17:10 +00:00
interned.rs CI runs Clippy 2021-06-17 15:21:51 +01:00
lru.rs remove the DB parameter 2020-07-04 14:17:11 +00:00
macros.rs CI runs Clippy 2021-06-17 15:21:51 +01:00
no_send_sync.rs remove the DB parameter 2020-07-04 14:17:11 +00:00
on_demand_inputs.rs make "maybe changed since" share code with read 2021-10-30 11:45:12 -04:00
panic_safely.rs CI runs Clippy 2021-06-17 15:21:51 +01:00
transparent.rs remove the DB parameter 2020-07-04 14:17:11 +00:00
variadic.rs remove the DB parameter 2020-07-04 14:17:11 +00:00