Skip to content

fix(compiler): skip invalid contract routes in conflict checks#290

Merged
cssbruno merged 1 commit into
mainfrom
codex/fix-contract-route-diagnostic-order
Jun 11, 2026
Merged

fix(compiler): skip invalid contract routes in conflict checks#290
cssbruno merged 1 commit into
mainfrom
codex/fix-contract-route-diagnostic-order

Conversation

@cssbruno

Copy link
Copy Markdown
Owner

Summary

  • Prevent invalid generated contract routes from also entering route conflict validation.
  • Keeps the specific contract_route_invalid diagnostic ahead of broader route_method_conflict noise when a contract method/path is invalid.
  • Fixes the final combined go test ./... regression after the M2 compiler PR merge chain.

Verification

  • go test ./internal/compiler
  • go test ./...
  • go build ./cmd/gowdk

LLM Assistance

  • Implemented by Codex after the final M2 merge audit exposed the integration failure.

@cssbruno cssbruno merged commit 6b43046 into main Jun 11, 2026
5 checks passed
@cssbruno cssbruno deleted the codex/fix-contract-route-diagnostic-order branch June 11, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant