Fix recipe lifecycle completion #19

Open
beasty wants to merge 1 commit from fix-recipe-lifecycle into main
Owner

Summary

  • correct the exact Workshop and Tannery baseline recipe descriptors
  • flush Preserves and Brew from Mill output after non-repeating queues empty
  • size Mill working storage for the largest researched atomic batch
  • add focused regression coverage for all 13 catalog journey failures

Validation

  • cargo nextest run -p cat-sim --lib -E "test(=world_tick::tests::catalog_recipe_lifecycle_regressions_cover_exact_contracts_and_delivery)" --no-fail-fast
  • 13-test descriptor/food-route/capacity neighborhood: passed
  • cargo nextest run --workspace --profile smoke --no-fail-fast (74 passed)
  • cargo clippy -p cat-sim --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • git diff --check
## Summary - correct the exact Workshop and Tannery baseline recipe descriptors - flush Preserves and Brew from Mill output after non-repeating queues empty - size Mill working storage for the largest researched atomic batch - add focused regression coverage for all 13 catalog journey failures ## Validation - `cargo nextest run -p cat-sim --lib -E "test(=world_tick::tests::catalog_recipe_lifecycle_regressions_cover_exact_contracts_and_delivery)" --no-fail-fast` - 13-test descriptor/food-route/capacity neighborhood: passed - `cargo nextest run --workspace --profile smoke --no-fail-fast` (74 passed) - `cargo clippy -p cat-sim --all-targets -- -D warnings` - `cargo fmt --all -- --check` - `git diff --check`
Fix recipe lifecycle completion
Some checks failed
Rust and WASM quality gates / Rust format and Clippy (pull_request) Successful in 5m59s
Rust and WASM quality gates / Build test archive once (pull_request) Failing after 25m56s
Rust and WASM quality gates / Rust tests (shard 1/4) (pull_request) Has been skipped
Rust and WASM quality gates / Rust tests (shard 2/4) (pull_request) Has been skipped
Rust and WASM quality gates / Rust tests (shard 3/4) (pull_request) Has been skipped
Rust and WASM quality gates / Rust tests (shard 4/4) (pull_request) Has been skipped
Rust and WASM quality gates / Build browser client (pull_request) Has been skipped
678526a1be
Correct exact baseline recipe descriptors, flush every Mill output after non-repeating queues complete, and size Mill working storage for its largest maintained batch. Add focused regression coverage for all thirteen catalog journey failures.

Powered by human calories and mass GPU cycles.
Some checks failed
Rust and WASM quality gates / Rust format and Clippy (pull_request) Successful in 5m59s
Rust and WASM quality gates / Build test archive once (pull_request) Failing after 25m56s
Rust and WASM quality gates / Rust tests (shard 1/4) (pull_request) Has been skipped
Rust and WASM quality gates / Rust tests (shard 2/4) (pull_request) Has been skipped
Rust and WASM quality gates / Rust tests (shard 3/4) (pull_request) Has been skipped
Rust and WASM quality gates / Rust tests (shard 4/4) (pull_request) Has been skipped
Rust and WASM quality gates / Build browser client (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix-recipe-lifecycle:fix-recipe-lifecycle
git switch fix-recipe-lifecycle

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff fix-recipe-lifecycle
git switch fix-recipe-lifecycle
git rebase main
git switch main
git merge --ff-only fix-recipe-lifecycle
git switch fix-recipe-lifecycle
git rebase main
git switch main
git merge --no-ff fix-recipe-lifecycle
git switch main
git merge --squash fix-recipe-lifecycle
git switch main
git merge --ff-only fix-recipe-lifecycle
git switch main
git merge fix-recipe-lifecycle
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
beasty/cat_idler!19
No description provided.