Skip to content

update to salsa that doesn't panic silently on cycles#18450

Merged
MichaReiser merged 1 commit intomainfrom
cjm/salsa-cycle-panic
Jun 4, 2025
Merged

update to salsa that doesn't panic silently on cycles#18450
MichaReiser merged 1 commit intomainfrom
cjm/salsa-cycle-panic

Conversation

@carljm
Copy link
Contributor

@carljm carljm commented Jun 4, 2025

Summary

Update to Salsa with salsa-rs/salsa#898, to restore debug information on query cycle panics.

Test Plan

Checked a file known to fail with a query cycle panic and observed debug information (Rust backtrace, Salsa query trace) again.

@carljm carljm requested a review from MichaReiser June 4, 2025 00:59
@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2025

mypy_primer results

No ecosystem changes detected ✅

@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@MichaReiser MichaReiser merged commit 9e8a7e9 into main Jun 4, 2025
35 checks passed
@MichaReiser MichaReiser deleted the cjm/salsa-cycle-panic branch June 4, 2025 05:40
carljm added a commit to mtshiba/ruff that referenced this pull request Jun 4, 2025
* main:
  [ty] Only consider a type `T` a subtype of a protocol `P` if all of `P`'s members are fully bound on `T` (astral-sh#18466)
  [ty] Exclude members starting with `_abc_` from a protocol interface (astral-sh#18467)
  [ty] Add subdiagnostic suggestion to `unresolved-reference` diagnostic when variable exists on `self` (astral-sh#18444)
  [ty] IDE: only provide declarations and bindings as completions (astral-sh#18456)
  [ty] ty_ide: Hotfix for `expression_scope_id` panics (astral-sh#18455)
  [ty] Improve docs for Class{Literal,Type}::instance_member (astral-sh#18454)
  [ty] Add meta-type tests for legavy TypeVars (astral-sh#18453)
  update to salsa that doesn't panic silently on cycles (astral-sh#18450)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants