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

fix: compare fat pointer leads to wrong panic in some condition #537

Closed Chronostasys closed 3 months ago

Chronostasys commented 3 months ago

Fix #536

netlify[bot] commented 3 months ago

Deploy Preview for salsa-rs canceled.

Name Link
Latest commit 726bd11d308e1dce2be46daed916498830113c1a
Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/66a3d9d7c105bd000845133f
MichaReiser commented 3 months ago

I think that's the same fix as https://github.com/salsa-rs/salsa/pull/532

Chronostasys commented 3 months ago

I think that's the same fix as #532

Oh, my bad. Forget to search related pr. I'll close this one.