feature/workspace-restructuring-worker-pool-fixes #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/workspace-restructuring-worker-pool-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Ported from development
All meaningful commits from development have been cherry-picked and adapted to the workspace layout:
Not integrated
The development_consistent_bugs branch commit
a08590f("follow consistent error structure across all crate modules") is not included. This is a sweeping refactor that replacesanyhow::Result with crate::error::Result across 19 files. It conflicts with the workspace restructuring and the error/errno changes already ported here. It should be re-applied on top of
the workspace layout after this PR lands.
Post-merge
After merging, the development branch can be reset to main — all its changes are already here. Development continues from the workspace layout going forward.
Test plan
Can you please solve conflicts?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.