Skip to content

fix: pass missing gpa argument to addClass in define()#198

Merged
natecraddock merged 1 commit intonatecraddock:zig-0.15.2from
fecet:fix/define-missing-gpa-arg
Feb 28, 2026
Merged

fix: pass missing gpa argument to addClass in define()#198
natecraddock merged 1 commit intonatecraddock:zig-0.15.2from
fecet:fix/define-missing-gpa-arg

Conversation

@fecet
Copy link

@fecet fecet commented Feb 26, 2026

Summary

  • define() calls addClass(&state, T) but addClass requires 3 args: (state, gpa, T). Added the missing gpa argument.

Fixes #197

@fecet fecet force-pushed the fix/define-missing-gpa-arg branch from d5145d5 to c916470 Compare February 26, 2026 06:30
@fecet fecet force-pushed the fix/define-missing-gpa-arg branch from c916470 to 936db11 Compare February 26, 2026 06:38
@natecraddock
Copy link
Owner

I think you intended to merge this into the zig-0.15.2 branch?

@fecet fecet changed the base branch from main to zig-0.15.2 February 28, 2026 02:22
@fecet
Copy link
Author

fecet commented Feb 28, 2026

Thanks for pointing that out! I've updated the base branch to zig-0.15.2

@natecraddock
Copy link
Owner

Thanks!

@natecraddock natecraddock merged commit b6e895f into natecraddock:zig-0.15.2 Feb 28, 2026
8 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.

Bug: define() missing gpa argument in addClass call

2 participants