Skip to content

fix: handler_test.go 3-value unbundle signature (unbreak main after #116+#118) - #125

Merged
argonui merged 1 commit into
mainfrom
fix/handler-unbundle-sig
Aug 4, 2026
Merged

fix: handler_test.go 3-value unbundle signature (unbreak main after #116+#118)#125
argonui merged 1 commit into
mainfrom
fix/handler-unbundle-sig

Conversation

@argonui

@argonui argonui commented Aug 4, 2026

Copy link
Copy Markdown
Owner

#116 and #118 merged clean individually but are incompatible together — #116's handler test used the old 2-value unbundle, #118 changed it to 3. This discards the new root-name return in the test so handler compiles again. Build/vet/test all green.

#116 (handler tests) and #118 (bundler Rootname refactor) each merged clean
against a main that lacked the other, but together they don't compile: the
test called h.unbundle with two return values while #118 changed it to three.
Discard the new root-name return in the test.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@argonui
argonui merged commit 06ff810 into main Aug 4, 2026
1 check passed
@argonui
argonui deleted the fix/handler-unbundle-sig branch August 4, 2026 02:32
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