-
I admit I'm quite confused by the part of the book about Salsa.
Not the content, it feels relatively clear after the previous sections explains in details the idea of the algoritm.
But why it is men…
-
The book never talk about salsa::Update macro, but it's used in the calc example in Statement and Expression.
From my understanding :
- Tracked struct : stored inside Salsa db, changes are track…
-
ViWrap run --input_metagenome /home/fslcollab273/nobackup/archive/SALSA_Assembly/SALSA_ASSEMBLY/final_assembly.fasta \
--input_reads /home/fslcollab273/nobackup/archive/SALSA_Assembly/ALL_…
-
-
This is an error today:
```rust
#[salsa::tracked]
struct SymTy SymTy Self {}
}
```
...but why? I can still desugar this relatively easily to a regular function calling `__unit` (see below), …
-
Hello,
While preparing a Debian package for Sourmash, we are getting the follow error:
```
==================================== ERRORS ====================================
____________________…
-
During the global build at 2021-10-27-14-42-46, spider **la_salsa** failed with **0 features** and **0 errors**.
Here's [the log](https://data.alltheplaces.xyz/runs/2021-10-27-14-42-46/logs/la_salsa.…
-
**rust-analyzer version**: rust-analyzer version: 0.4.2156-standalone [/home/mgx/.vscode-server/extensions/rust-lang.rust-analyzer-0.4.2156-linux-x64/server/rust-analyzer]
**rustc version**: bootstra…
-
Meaning rust-analyzer is unable to figure out what `accumulated` is, which is bad if we want to use salsa in our codebase. The trick used here is mainly to get around lack of defsite hygiene, as other…
-
I noticed a few issues with Salsa's macro that impact the accuracy of rust-analyzer's semantic highlighting. While the [syntax theme](https://github.com/matklad/pale-fire) that I'm using has support f…