Allow fields on prepared agricultural perimeter #25

Open
beasty wants to merge 1 commit from fix-farm-mill-campaign into main
Owner

Summary

  • allow Field scaffolds on prepared agricultural perimeter parcels that intentionally replace the palisade
  • preserve all other collision, fertility, claim-margin, and shrine-route checks
  • add a focused regression for the perimeter placement boundary

Validation

  • cargo test -p cat-sim --lib world_tick::tests::field_placement_accepts_prepared_agricultural_perimeter_ground -- --exact
  • cargo nextest run -p cat-sim --test farming_processing_campaign signed_player_guidance_from_preearned_research_reaches_physical_farm_to_mill_deterministically --no-fail-fast
  • cargo nextest run --workspace --profile smoke (74 passed)
  • cargo clippy -p cat-sim --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • lefthook pre-commit: gitleaks and rustfmt passed
## Summary - allow Field scaffolds on prepared agricultural perimeter parcels that intentionally replace the palisade - preserve all other collision, fertility, claim-margin, and shrine-route checks - add a focused regression for the perimeter placement boundary ## Validation - cargo test -p cat-sim --lib world_tick::tests::field_placement_accepts_prepared_agricultural_perimeter_ground -- --exact - cargo nextest run -p cat-sim --test farming_processing_campaign signed_player_guidance_from_preearned_research_reaches_physical_farm_to_mill_deterministically --no-fail-fast - cargo nextest run --workspace --profile smoke (74 passed) - cargo clippy -p cat-sim --all-targets -- -D warnings - cargo fmt --all -- --check - lefthook pre-commit: gitleaks and rustfmt passed
Allow fields on agricultural perimeter
Some checks failed
Rust and WASM quality gates / Rust format and Clippy (pull_request) Successful in 6m44s
Rust and WASM quality gates / Build test archive once (pull_request) Failing after 25m3s
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
4bba1ab19b
Treat prepared agricultural parcels as valid Field footprints while preserving every other placement and route check.

Powered by human calories and mass GPU cycles.
Some checks failed
Rust and WASM quality gates / Rust format and Clippy (pull_request) Successful in 6m44s
Rust and WASM quality gates / Build test archive once (pull_request) Failing after 25m3s
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-farm-mill-campaign:fix-farm-mill-campaign
git switch fix-farm-mill-campaign

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-farm-mill-campaign
git switch fix-farm-mill-campaign
git rebase main
git switch main
git merge --ff-only fix-farm-mill-campaign
git switch fix-farm-mill-campaign
git rebase main
git switch main
git merge --no-ff fix-farm-mill-campaign
git switch main
git merge --squash fix-farm-mill-campaign
git switch main
git merge --ff-only fix-farm-mill-campaign
git switch main
git merge fix-farm-mill-campaign
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!25
No description provided.