Niko Matsakis
|
25e085fbdc
|
add a SalsaStructInDb trait
Not currently used anywhere,
but will be implemented by all salsa structs.
|
2022-08-10 00:42:32 -04:00 |
|
Niko Matsakis
|
4400c1b66a
|
make constructing an Id private to salsa
This way we know that all Id instances came from salsa.
Not sure if that matters, but why not?
|
2022-08-10 00:42:32 -04:00 |
|
Niko Matsakis
|
ac837e2cdc
|
rename set method to specify
That's the method name we use when exposing this to users.
|
2022-08-10 00:42:32 -04:00 |
|
Niko Matsakis
|
9229b1a23a
|
rename Ingredients to Routes
The old name makes it sound like it contains the
actual ingredients, but really it just contains
the routes we use to find them at runtime.
|
2022-08-10 00:42:32 -04:00 |
|
Niko Matsakis
|
00d95436e0
|
more comments
|
2022-08-10 00:42:32 -04:00 |
|
Niko Matsakis
|
2547823a5f
|
do not allow dead code anymore
|
2022-08-10 00:42:32 -04:00 |
|
Niko Matsakis
|
f513f46380
|
add comments, remove dead-code lints
|
2022-08-10 00:42:32 -04:00 |
|
Niko Matsakis
|
323e677182
|
enable logging of salsa events by default
and add logging to tests
|
2022-08-10 00:42:27 -04:00 |
|
Niko Matsakis
|
395df47016
|
use DebugWithDb trait for the database key index
|
2022-08-10 00:42:05 -04:00 |
|
Brian Anderson
|
7e72c0c3df
|
Fix storage examples
|
2022-08-05 12:17:22 -06:00 |
|
Niko Matsakis
|
974725a27d
|
re-export from salsa_2022_macros
d'oh, why didn't this fail CI?
|
2022-08-05 14:26:13 -04:00 |
|
Niko Matsakis
|
66f1f1c50c
|
rename salsa-entity to salsa-2022
|
2022-08-05 13:20:14 -04:00 |
|