Skip to content

refactor(go): use module-only dependency resolution - #487

Merged
akonwi merged 1 commit into
mainfrom
refactor/go-module-only-resolver
Sep 7, 2026
Merged

refactor(go): use module-only dependency resolution#487
akonwi merged 1 commit into
mainfrom
refactor/go-module-only-resolver

Conversation

@akonwi

@akonwi akonwi commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove compiler-created go.work files and production GOWORK manipulation
  • resolve dependency FFI through private -modfile overlays for existing modules and isolated standalone temporary modules when the project has no go.mod
  • keep checker and generated backend module graphs aligned across requirements, replacements, selected-root precedence, major versions, synthetic module names, and checksum trust
  • update ADR 0068 to make Ard module-only throughout

Validation

  • go test ./... -count=1
  • go test -race ./checker ./go ./lsp ./lsp/analysis -count=1
  • go vet ./...
  • gopls check on changed Go files
  • LSP harness: 18/18
  • downstreams: Tinear, Decode, SQL, Cooper

Fixes #473

@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
ard-lang-dev Ready Ready Preview Sep 7, 2026 9:29pm UTC

@akonwi
akonwi merged commit 1682110 into main Sep 7, 2026
6 checks passed
@akonwi
akonwi deleted the refactor/go-module-only-resolver branch September 7, 2026 21:35
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.

Remove Go workspace support code

1 participant