Skip to content

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

Open
fecet wants to merge 1 commit intonatecraddock:mainfrom
fecet:fix/define-missing-gpa-arg
Open

fix: pass missing gpa argument to addClass in define()#198
fecet wants to merge 1 commit intonatecraddock:mainfrom
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
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

1 participant