Fix communal migrant gate crossing #21

Open
beasty wants to merge 1 commit from fix-system-journeys into main
Owner

Summary

  • carve a deterministic paved approach from the communal village south gate
  • require migrant exterior endpoints to be physically reachable from the shrine contact tile
  • cover the production world seed that previously stranded arrivals behind mountains

Validation

  • focused communal migrant regression
  • related six-test migrant and founding selection
  • cargo nextest run --workspace --profile smoke (74 passed)
  • cargo clippy -p cat-sim --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • git diff --check

The pre-push hook independently reran workspace smoke and workspace Clippy successfully.

## Summary - carve a deterministic paved approach from the communal village south gate - require migrant exterior endpoints to be physically reachable from the shrine contact tile - cover the production world seed that previously stranded arrivals behind mountains ## Validation - focused communal migrant regression - related six-test migrant and founding selection - cargo nextest run --workspace --profile smoke (74 passed) - cargo clippy -p cat-sim --all-targets -- -D warnings - cargo fmt --all -- --check - git diff --check The pre-push hook independently reran workspace smoke and workspace Clippy successfully.
Fix communal migrant gate crossing
Some checks failed
Rust and WASM quality gates / Rust format and Clippy (pull_request) Successful in 57s
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
Rust and WASM quality gates / Build test archive once (pull_request) Failing after 25m57s
c1f7ce9a94
Carve the communal founding's south approach and require migrant endpoints to have a real route to the shrine contact tile. Add a regression for the production world seed that previously stranded arrivals behind a mountain band.

Powered by human calories and mass GPU cycles.
Some checks failed
Rust and WASM quality gates / Rust format and Clippy (pull_request) Successful in 57s
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
Rust and WASM quality gates / Build test archive once (pull_request) Failing after 25m57s
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-system-journeys:fix-system-journeys
git switch fix-system-journeys

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-system-journeys
git switch fix-system-journeys
git rebase main
git switch main
git merge --ff-only fix-system-journeys
git switch fix-system-journeys
git rebase main
git switch main
git merge --no-ff fix-system-journeys
git switch main
git merge --squash fix-system-journeys
git switch main
git merge --ff-only fix-system-journeys
git switch main
git merge fix-system-journeys
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!21
No description provided.