Skip to content

fix: e2e_test.go 3-value UnbundleAll (unbreak main after #118+#119) - #126

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

fix: e2e_test.go 3-value UnbundleAll (unbreak main after #118+#119)#126
argonui merged 1 commit into
mainfrom
fix/e2e-unbundle-sig

Conversation

@argonui

@argonui argonui commented Aug 4, 2026

Copy link
Copy Markdown
Owner

#119's new normalizeBundledLua used the old 2-value UnbundleAll; #118 made it 3-value. They merged textually without a conflict but don't compile together. One-line fix at the call site. Full build/vet/test green.

#119's normalizeBundledLua called bundler.UnbundleAll with two return values,
but #118 changed it to three. Rebasing #119 onto main merged textually but
did not compile. Discard the new root-name return at the call site.

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