Workspace harmonization and beartype-rollout enablement#5
Open
hmgaudecker wants to merge 22 commits into
Open
Conversation
for more information, see https://pre-commit.ci
Pin dags to the `main` branch (OSE PR #82 merged) rather than a fixed rev, so beartype-compatibility fixes land automatically. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…cha) Folds in pending workspace-config tidy-ups: - .gitmodules: .ai-instructions URL ssh->https, drop make-submodule branch pin - AGENTS.md: update the @-referenced instruction-module list - .pre-commit-config.yaml: pyproject-fmt v2.18.1->v2.19.0
- pre-commit: pyproject-fmt 2.19.0->2.21.2, ruff 0.15.6/0.15.12->0.15.14 - pixi.lock upgraded v6->v7 (pixi 0.69.0 format); dags 0.5.x->0.6.0 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
for more information, see https://pre-commit.ci
Mirror the per-package `tests.activation.env` so a local `pixi run -e py314 tests` from the workspace root matches the CI matrix that activates `TTSIM_BEARTYPE_CLAW`, `GETTSIM_BEARTYPE_CLAW`, and `GETTSIM_PERSONAS_BEARTYPE_CLAW` per package. Without these vars on the workspace env, beartype-claw-dependent tests pass in CI but raise `TypeError` (instead of the expected `BeartypeCallHintViolation`) when run locally from the workspace.
This was referenced May 24, 2026
Track latest ty (0.0.39 currently). Matches the workspace child repos. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Workspace-level (pixi) changes supporting the cross-repo beartype rollout.
pyproject.tomlacross the four sub-projects; build env that can run all repos' tests.tyrule customization for the sub-repos; boilerplate updates; lockfile refresh..gitmodules:.ai-instructionsURL ssh->https, drop themake-submodulebranch pin..ai-instructionssubmodule to40e0ac6.dagsbranch = main for beartype compatibility.Test plan
pixi run -e py314 testsruns across all sub-projects.Before merge
dagstracking pin is release-appropriate.