Conversation
…1227)
Bring go-cache to v0.9.0 audit-COMPLIANT verdict (every counter at 0).
Layout migration:
- Moved flat module into go/ subtree
- Added go.work at repo root with use ./go + ./external/{go,go-io}
- Added 2 git submodules (external/go, external/go-io) on dev branch
- go/go.mod declares `module dappco.re/go/cache`
Contract migration:
- Banned-import cleanup
- Result-discard propagation
- err-shape-funcs migrated to core.Result
- AX-7 triplet + Example coverage backfilled
- 0 gaming patterns
Verification: build / vet / test / audit.sh all clean.
Closes tasks.lthn.sh/view.php?id=1227
Co-authored-by: Codex <noreply@openai.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (14)
📝 WalkthroughWalkthroughThe pull request reorganises the cache module structure by moving the implementation from the repository root into a dedicated Changes
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)level=error msg="Running error: context loading failed: failed to load packages: failed to load packages: failed to load with go/packages: err: exit status 1: stderr: go: cannot load module external/go listed in go.work file: open external/go/go.mod: no such file or directory\ngo: cannot load module external/go-io listed in go.work file: open external/go-io/go.mod: no such file or directory\n" Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |
|



Brings v0.11.0 to main: restructure + audit COMPLIANT. Closes Mantis #1227.
Summary by CodeRabbit
Release Notes
New Features
Documentation
Tests
Chores