Skip to content

Conversation

@MichaReiser
Copy link
Member

@MichaReiser MichaReiser commented May 21, 2025

Pulls in salsa-rs/salsa#882 which fixes multiple multithreaded fixpoint related hangs and panics

Test plan

#18370

@github-actions
Copy link
Contributor

github-actions bot commented May 21, 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.

@AlexWaygood AlexWaygood added the ty Multi-file analysis & type inference label May 21, 2025
@MichaReiser MichaReiser force-pushed the micha-verify-hang branch 3 times, most recently from f07152c to 1dcebfe Compare May 29, 2025 06:49
@github-actions
Copy link
Contributor

github-actions bot commented May 29, 2025

mypy_primer results

No ecosystem changes detected ✅

@MichaReiser MichaReiser force-pushed the micha-verify-hang branch 2 times, most recently from 33933a8 to 1428243 Compare May 29, 2025 12:59
@MichaReiser MichaReiser changed the title Patch salsa Pull in salsa multithreaded fix point bugfixes May 29, 2025
@MichaReiser MichaReiser changed the base branch from main to micha/update-salsa-generational May 29, 2025 12:59
@MichaReiser MichaReiser changed the title Pull in salsa multithreaded fix point bugfixes Pull in salsa's multithreaded fix point bugfixes May 29, 2025
@MichaReiser MichaReiser added the bug Something isn't working label May 29, 2025
@MichaReiser MichaReiser changed the title Pull in salsa's multithreaded fix point bugfixes Fix multithreaded hangs May 29, 2025
@MichaReiser MichaReiser changed the title Fix multithreaded hangs [ty] Fix multithreaded hangs May 29, 2025
@MichaReiser MichaReiser changed the title [ty] Fix multithreaded hangs [ty] Fix multithreading related hangs and panics May 29, 2025
Comment on lines +7 to +8
discord.py
freqtrade
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll move them to good in a separate commit

Base automatically changed from micha/update-salsa-generational to main May 30, 2025 13:31
@MichaReiser MichaReiser force-pushed the micha-verify-hang branch 2 times, most recently from e22ca10 to 76dee37 Compare June 1, 2025 08:31
#[cfg(not(debug_assertions))]
#[cfg(target_pointer_width = "64")]
static_assertions::assert_eq_size!(Type, [u8; 24]);
static_assertions::assert_eq_size!(Type, [u8; 16]);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice @ibraheemdev some of your recent changes reduced the size of Type again!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, that's interesting. The only change to the stack types was that Id is now aligned to 4-bytes instead of 8.

@MichaReiser
Copy link
Member Author

I'll merge this. I can't see how this would be controversial 😆 but happy to address any feedback post merge

@MichaReiser MichaReiser marked this pull request as ready for review June 1, 2025 09:07
@MichaReiser MichaReiser merged commit 54f5976 into main Jun 1, 2025
35 checks passed
@MichaReiser MichaReiser deleted the micha-verify-hang branch June 1, 2025 09:07
dcreager added a commit that referenced this pull request Jun 2, 2025
…aration

* origin/main:
  [ty] Treat lambda functions as instances of types.FunctionType (#18431)
  [ty] Fix false positives for legacy `ParamSpec`s inside `Callable` type expressions (#18426)
  [ty] Improve diagnostics if the user attempts to import a stdlib module that does not exist on their configured Python version (#18403)
  Update taiki-e/install-action action to v2.52.4 (#18420)
  Update docker/build-push-action action to v6.18.0 (#18422)
  [ty] Fix server hang after shutdown request (#18414)
  Update Rust crate libcst to v1.8.0 (#18424)
  Update Rust crate clap to v4.5.39 (#18419)
  Update cargo-bins/cargo-binstall action to v1.12.6 (#18416)
  Update dependency mdformat-mkdocs to v4.3.0 (#18421)
  Update pre-commit dependencies (#18418)
  Update dependency ruff to v0.11.12 (#18417)
  [ty] Ensure `Literal` types are considered assignable to anything their `Instance` supertypes are assignable to (#18351)
  [ty] Promote projects to good that now no longer hang (#18370)
  Sync vendored typeshed stubs (#18407)
  [ty] Fix multithreading related hangs and panics (#18238)
  Support relative `--ty-path` in ty-benchmark (#18385)
  [ty] Update docs for Python version inference (#18397)
  [ty] Infer the Python version from the environment if feasible (#18057)
  Implement template strings (#17851)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ty Multi-file analysis & type inference

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants