Skip to content

v0.9.0 compliance: full upgrade against core/go reference#5

Merged
Snider merged 6 commits into
mainfrom
dev
Apr 30, 2026
Merged

v0.9.0 compliance: full upgrade against core/go reference#5
Snider merged 6 commits into
mainfrom
dev

Conversation

@Snider

@Snider Snider commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Brings this repo to verdict: COMPLIANT against the v0.9.0 audit.

🤖 Generated with Claude Code + Codex
Co-Authored-By: Codex noreply@openai.com
Co-Authored-By: Virgil virgil@lethean.io

bash /tmp/v090/audit.sh . → verdict: COMPLIANT (all 7 dimensions zero).

Co-authored-by: Codex <noreply@openai.com>
Co-Authored-By: Virgil <virgil@lethean.io>
@coderabbitai

coderabbitai Bot commented Apr 28, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@Snider has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 8 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b694db93-d3ab-4be6-9386-1fcc99238a31

📥 Commits

Reviewing files that changed from the base of the PR and between 38ebf1b and ff57124.

⛔ Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • go.work.sum is excluded by !**/*.sum
📒 Files selected for processing (65)
  • .compat/core/core.go
  • .compat/core/go.mod
  • .woodpecker.yml
  • AGENTS.md
  • cmd/codegen/main.go
  • cmd/codegen/main_test.go
  • cmd/wasm/main.go
  • cmd/wasm/main_test.go
  • cmd/wasm/register.go
  • cmd/wasm/register_test.go
  • cmd/wasm/render_layout_test.go
  • cmd/wasm/size_test.go
  • codegen/codegen.go
  • codegen/codegen_example_test.go
  • codegen/codegen_test.go
  • codegen/doc.go
  • codegen/typescript.go
  • codegen/typescript_example_test.go
  • codegen/typescript_test.go
  • context.go
  • context_example_test.go
  • context_test.go
  • edge_test.go
  • entitled_example_test.go
  • entitled_test.go
  • go.mod
  • grammar_example_test.go
  • grammar_test.go
  • integration_test.go
  • layout.go
  • layout_example_test.go
  • layout_test.go
  • node.go
  • node_example_test.go
  • node_test.go
  • path_example_test.go
  • path_test.go
  • pipeline.go
  • pipeline_example_test.go
  • pipeline_test.go
  • pkg/api/handlers_test.go
  • pkg/api/provider_example_test.go
  • pkg/api/provider_test.go
  • render_example_test.go
  • render_test.go
  • responsive.go
  • responsive_example_test.go
  • responsive_test.go
  • result_default.go
  • result_js.go
  • shadow.go
  • shadow_example_test.go
  • shadow_test.go
  • sonar-project.properties
  • test_helpers_test.go
  • text_builder_default.go
  • text_builder_default_example_test.go
  • text_builder_default_test.go
  • text_builder_js.go
  • text_builder_js_example_test.go
  • text_builder_js_test.go
  • text_translate_args.go
  • wasm.go
  • wasm_example_test.go
  • wasm_test.go

Review rate limit: 0/5 reviews remaining, refill in 2 minutes and 8 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Snider and others added 5 commits April 28, 2026 23:33
…shape

Round 1 of v0.9.1 alignment for go-html, satisfying the full 21-dimension
audit at tests/cli/v090-upgrade/audit.sh in dappco.re/go.

Audit verdict: COMPLIANT across all 21 dimensions.

Notable changes:
- Removed banned ax7*_test.go monolith files (5 deletions); redistributed
  triplet bodies into per-source <file>_test.go siblings.
- Per-source <file>_example_test.go presence completed.
- Banned stdlib imports replaced with dappco.re/go wrappers.
- Repo-specific AGENTS.md authored.

Co-authored-by: Codex <noreply@openai.com>
Audit verdict: COMPLIANT across all 23 dimensions including the
regex-fixed err-shape-funcs (catches tuple returns).

Notable changes:
- Production `error` return surfaces converted to `Result`-shaped flows
- Codegen + WASM registration callers/tests/examples updated for Result
- Custom discardWriter removed; replaced with core.Discard
- Internal text builder write helpers renamed to Append* to dodge vet's
  Write* signature interface checks
- Build-tagged lightweight Result bridge files added so WASM stays
  within its size budget

Co-authored-by: Codex <noreply@openai.com>
@sonarqubecloud

Copy link
Copy Markdown

@Snider Snider merged commit 763fc2a into main Apr 30, 2026
7 of 9 checks passed
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