Fix generation of railway tunnels#1203
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a7eeec1dd2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
The benchmark itself completed successfully: generation time was 19s versus the 18s baseline, and peak memory was 1181 MB versus 1160 MB; both are classified as unchanged by the workflow. The check is red only because the fork-scoped |
Summary
railway=*ways taggedtunnel=yesthrough the existing two-phase underground railway generator instead of dropping themFixes #994
Testing
cargo fmt --all -- --checkcargo test --all-targets --all-features(359 passed, 6 ignored)cargo clippy --all-targets --all-features -- -D warnings