Skip to content

Add native-counterpart doc comments to progress_wasm.go and spinner_wasm.go - #51904

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-add-doc-comments
Aug 11, 2026
Merged

Add native-counterpart doc comments to progress_wasm.go and spinner_wasm.go#51904
pelikhan merged 2 commits into
mainfrom
copilot/deep-report-add-doc-comments

Conversation

Copilot AI commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

The WASM/native build-tag pattern (//go:build js || wasm vs. native counterpart) is used across 26 files, but most pairs lack a pointer from the WASM file back to its native implementation, hurting discoverability. repository_features_validation_wasm.go already follows this convention; two files in pkg/console were missing it.

Changes

  • pkg/console/progress_wasm.go: added // For the native implementation, see progress.go.
  • pkg/console/spinner_wasm.go: added // For the native implementation, see spinner.go.

No functional change — pure discoverability improvement.

…asm.go

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add native counterpart doc comments to progress_wasm.go and spinner_wasm.go Add native-counterpart doc comments to progress_wasm.go and spinner_wasm.go Aug 11, 2026
Copilot AI requested a review from pelikhan August 11, 2026 01:49
@pelikhan
pelikhan marked this pull request as ready for review August 11, 2026 02:15
Copilot AI balanced review requested due to automatic review settings August 11, 2026 02:15
@pelikhan
pelikhan merged commit f363000 into main Aug 11, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/deep-report-add-doc-comments branch August 11, 2026 02:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds discoverability comments linking WASM console implementations to their native counterparts.

Changes:

  • Links WASM progress and spinner implementations to native files.
  • Matches the existing repository convention.
Show a summary per file
File Description
pkg/console/progress_wasm.go References progress.go.
pkg/console/spinner_wasm.go References spinner.go.

Review details

Tip

Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.2

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.

[deep-report] Add native-counterpart doc comments to progress_wasm.go and spinner_wasm.go

3 participants