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.09k stars 142 forks source link

Add DisplayWithDb #480

Closed gavrilikhin-d closed 2 months ago

gavrilikhin-d commented 5 months ago

This implements feature requested in #477

netlify[bot] commented 5 months ago

Deploy Preview for salsa-rs canceled.

Name Link
Latest commit 285ec938d7c8eab89a60f140edceecd1ad407f25
Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/65feba2fe26a900008436026
nikomatsakis commented 5 months ago

This is looking good!

gavrilikhin-d commented 5 months ago

Test is failing in some other place that I didn't touch. That is strange

nikomatsakis commented 2 months ago

Hi @gavrilikhin-d -- I'm going to close this PR as there's been a lot of activity in the meantime. I'm still interested in this change, though I suspect that there will be enough churn that it's worth waiting before taking another try.