salsa/calc-example/calc/src
bors[bot] 63fb4ad24c
Merge #376 #379
376: add `synthetic_write` r=nikomatsakis a=XFFXFF

fixes #364 

add `synthetic_write` and use it in test `lru_keeps_dependency_info`, the test will now be broken. We can use `lru_keeps_dependency_info` as a test for https://github.com/salsa-rs/salsa/issues/365, which already has a pr https://github.com/salsa-rs/salsa/pull/371.

379: Update test.yml r=nikomatsakis a=agluszak

- Add names to steps
- No need to run clippy AND check (https://stackoverflow.com/questions/57449356/is-cargo-clippy-a-superset-of-cargo-check)
- Run clippy on all targets with all features
- Fix issues reported by clippy

Co-authored-by: XFFXFF <1247714429@qq.com>
Co-authored-by: Andrzej Głuszak <gluszak.andrzej@gmail.com>
Co-authored-by: andrzej.gluszak <andrzej.gluszak@mpi-sp.org>
2022-08-25 10:30:34 +00:00
..
compile.rs wip type-checking, testing 2022-08-19 08:41:58 -04:00
db.rs Merge #376 #379 2022-08-25 10:30:34 +00:00
ir.rs Fix clippy issues 2022-08-24 18:45:53 +02:00
main.rs More cleanup 2022-08-23 23:39:51 +02:00
parser.rs Fix clippy issues 2022-08-24 18:45:53 +02:00
type_check.rs Fix clippy issues 2022-08-24 18:45:53 +02:00