Skip to content

Bump jixia to 1.0.5 (fix max_workers TypeError)#15

Merged
Gabrielebattimelli merged 1 commit into
mainfrom
add-agent-skill
Jul 7, 2026
Merged

Bump jixia to 1.0.5 (fix max_workers TypeError)#15
Gabrielebattimelli merged 1 commit into
mainfrom
add-agent-skill

Conversation

@Gabrielebattimelli

Copy link
Copy Markdown
Member

The OOM fix (#14) passes max_workers= to batch_run_jixia, but pinned jixia==1.0.4 doesn't accept it (added in 1.0.5) — the load step failed with TypeError: ... unexpected keyword argument 'max_workers'. Bump to 1.0.5, which preserves all APIs the loader uses (LeanProject, run_jixia, parse_name, structs).

The OOM fix passed max_workers= to batch_run_jixia, but the pinned jixia
1.0.4 does not accept that argument (added in 1.0.5), so the load step
failed immediately with TypeError. Bump the pin to 1.0.5, which keeps the
same APIs the loader uses.
Copilot AI review requested due to automatic review settings July 7, 2026 20:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Gabrielebattimelli Gabrielebattimelli merged commit 9664650 into main Jul 7, 2026
1 check passed
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