salsa-rs / salsa

A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
https://salsa-rs.netlify.app/
Apache License 2.0
2.13k stars 152 forks source link

[book] fix the cycle fallback section to match current code #528

Closed carljm closed 3 months ago

carljm commented 3 months ago

Update the book section on cycle fallbacks to match what actually worked for me with the current Salsa code in main branch.

netlify[bot] commented 3 months ago

Deploy Preview for salsa-rs ready!

Name Link
Latest commit 148abe38f6e8a12349d39d74b80cfe819312ba60
Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/66a7c33bd35c6200089e5679
Deploy Preview https://deploy-preview-528--salsa-rs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

carljm commented 3 months ago

Is there a test case or example we can point people at?

Good call, I'll add a link to https://github.com/salsa-rs/salsa/blob/cd339fc1c9a6ea0ffb1d09bd3bffb5633f776ef3/tests/cycles.rs#L132-L141