-
The following example misses a `#[salsa::db]` on the `impl Db for Pimpl` but it only fails at runtime with a panic in `as_view`.
Ideally, we would catch this error at compile time. If this isn't p…
-
![Image](https://github.com/user-attachments/assets/962f4074-bcc3-4d67-b58e-8f143e7866fd)
Reproduction:
1. go to definition of any corelib item
2. Either while staying in the corelib module or after …
-
Hello,
I believe I am having issues with running the Salsa attack on a provided toy example. I downloaded the "80_7_omega15_lwe_data_prefix.tar.gz" and extracted it using the following command:
…
-
As described in [this hackmd](https://hackmd.io/@salsa/ryisALuT0), we want to change how tracked struct dependencies work. The basic idea is to switch the default: instead of labeling some fields as `…
-
Today every tracked function gets assigned a distinct [`MemoIngredientIndex`](https://github.com/salsa-rs/salsa/blob/c6c51a0ea0bb11ce5a449c4b9256c66c5e484fee/src/zalsa.rs#L99-L102). These are used to …
-
[Zulip meeting](https://rust-lang.zulipchat.com/#narrow/channel/185405-t-compiler.2Frust-analyzer/topic/Steering.20meeting/near/480727443)
Previous issue: https://github.com/rust-lang/rust-analyzer/is…
-
A tracked trait impl give `inner_fn_name_` as ingredient debug name. We should pick the name of the original trait impl, not the `InnerTrait` trait impl generated by `salsa::tracked` macro.
```rust…
-
https://github.com/salsa-rs/salsa might become interesting once the next version gets released
Until then we might be able to use stuff like https://github.com/GregoryConrad/rearch-rs (?)
Here…
-
# Bug Report
**Cairo version:**
2.8.0
**Current behavior:**
I am cryptonerdcn, author of WASM-Cairo. After this PR(https://github.com/starkware-libs/cairo/pull/6173/), the WASM-Cairo vers…
-
As described in [this hackmd](https://hackmd.io/@salsa/rkC-2qWCR), we currently create an interned ingredient for every tracked function unless it has exactly 1 argument. This is wasteful. The reason …