Skip to content

Conversation

EliRibble
Copy link
Collaborator

Addresses #6

This is a more-or-less direct translation between a C enum and a Swift enum that attempts to preserve the information available in the source code comments. It adds one new error code, SizeInvalid, to capture a few preconditions checking sizes. This may not be the best way to handle it, but it's better than a precondition for now.

This is a more-or-less direct translation between a C enum and a Swift
enum that attempts to preserve the information available in the source
code comments. It adds one new error code, SizeInvalid, to capture a few
preconditions checking sizes. This may not be the best way to handle it,
but it's better than a precondition for now.
@JeremyEspresso
Copy link
Owner

LGTM, thanks for the contribution!

@JeremyEspresso JeremyEspresso merged commit 7ad5aa2 into JeremyEspresso:main Jul 31, 2025
1 check 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.

2 participants