Skip to content

chore: ignore the _asm binary left behind by go build - #20

Merged
fredbi merged 1 commit into
masterfrom
chore/ignore-asm-binary
Aug 23, 2026
Merged

chore: ignore the _asm binary left behind by go build#20
fredbi merged 1 commit into
masterfrom
chore/ignore-asm-binary

Conversation

@fredbi

@fredbi fredbi commented Aug 23, 2026

Copy link
Copy Markdown
Member

go build in json/internal/utf8x/_asm or in
json/lexers/default-lexer/internal/strscan/_asm writes a 7.7 MB _asm executable next to the generator source. Only the .s that generator emits is committed.

Change type

Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update

Short description

Fixes

Full description

Checklist

  • I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
  • I have rebased and squashed my work, so only one commit remains
  • I have added tests to cover my changes.
  • I have properly enriched go doc comments in code.
  • I have properly documented any breaking change.

go build in json/internal/utf8x/_asm or in
json/lexers/default-lexer/internal/strscan/_asm writes a 7.7 MB _asm executable
next to the generator source. Only the .s that generator emits is committed.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
@fredbi
fredbi merged commit 6ba4f3c into master Aug 23, 2026
14 checks passed
@fredbi
fredbi deleted the chore/ignore-asm-binary branch August 23, 2026 17:58
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