Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libmicrokitco update #136

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Libmicrokitco update #136

merged 1 commit into from
Jan 10, 2025

Conversation

dreamliner787-9
Copy link
Contributor

This PR changes how coroutine stack pointers are passed into libmicrokitco's init function.

Previously it is a variadic function, this is susceptible to programmer error as it is easy to pass in less or more pointers than required and it is not trivial to check how many arguments a variadic function received.

Now it leverages the type system so that the compiler can caught issues statically.

@dreamliner787-9
Copy link
Contributor Author

Whoops

Signed-off-by: James Archer <[email protected]>
Co-authored-by: Bill Nguyen <[email protected]>
@JE-Archer JE-Archer force-pushed the libmicrokitco_update branch from 7ac1fc3 to cf625b9 Compare January 10, 2025 03:33
@Ivan-Velickovic Ivan-Velickovic merged commit 378a71e into main Jan 10, 2025
5 of 6 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the libmicrokitco_update branch January 10, 2025 04:09
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.

3 participants