Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[ty] Fix missing visitor guard in Callable branch#24964

Merged
charliermarsh merged 1 commit into
mainfrom
charlie/g
May 1, 2026
Merged

[ty] Fix missing visitor guard in Callable branch#24964
charliermarsh merged 1 commit into
mainfrom
charlie/g

Conversation

@charliermarsh
Copy link
Copy Markdown
Member

Summary

This came up in a subsequent PR, but I think it's just missing here.

@astral-sh-bot astral-sh-bot Bot added the ty Multi-file analysis & type inference label May 1, 2026
@charliermarsh charliermarsh added the internal An internal refactor or improvement label May 1, 2026
@astral-sh-bot
Copy link
Copy Markdown

astral-sh-bot Bot commented May 1, 2026

Typing conformance results

No changes detected ✅

Current numbers
The percentage of diagnostics emitted that were expected errors held steady at 89.34%. The percentage of expected errors that received a diagnostic held steady at 85.30%. The number of fully passing files held steady at 87/134.

@astral-sh-bot
Copy link
Copy Markdown

astral-sh-bot Bot commented May 1, 2026

Memory usage report

Memory usage unchanged ✅

@astral-sh-bot
Copy link
Copy Markdown

astral-sh-bot Bot commented May 1, 2026

ecosystem-analyzer results

No diagnostic changes detected ✅

Full report with detailed diff (timing results)

@charliermarsh charliermarsh marked this pull request as ready for review May 1, 2026 21:06
@charliermarsh charliermarsh merged commit b1fe4e4 into main May 1, 2026
58 checks passed
@charliermarsh charliermarsh deleted the charlie/g branch May 1, 2026 21:06
carljm added a commit that referenced this pull request May 6, 2026
* main: (63 commits)
  Update uraimo/run-on-arch-action action to v3.1.0 (#25011)
  Update dependency astral-sh/uv to v0.11.10 (#25002)
  Update prek dependencies (#25003)
  Update taiki-e/install-action action to v2.75.25 (#25007)
  Update Rust crate mimalloc to v0.1.50 (#25006)
  Update Rust crate libc to v0.2.186 (#25005)
  Update maturin to v1.13.1 (#25009)
  Update CodSpeedHQ/action action to v4.15.0 (#25008)
  Update Rust crate jiff to v0.2.24 (#25004)
  Increase max value of `line-length` setting (#24962)
  [ty] Fix the Pyodide assets deployment in the ty playground. (#24994)
  [ty] Selectively promote a union of homogeneous fixed-length tuples to a single variadic tuple. (#24705)
  [ty] Cache results in desperate module resolution (#24977)
  [ty] implement proper handling of recursive types in `CycleDetector` (#24773)
  [ty] Skip parameter accumulation for object variadics (#24976)
  Add missing rust related files when detecting changes in CI (#24971)
  [ty] Expand support for narrowing within walruses (#24968)
  [ty] Fix missing visitor guard in `Callable` branch (#24964)
  [ty] Allow reference finding in stringified annotations (#24956)
  [ty] Unpack Union of TypedDict in various sites (#24958)
  ...
thejchap pushed a commit to thejchap/ruff that referenced this pull request May 23, 2026
## Summary

This came up in a subsequent PR, but I think it's just missing here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal An internal refactor or improvement ty Multi-file analysis & type inference

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants