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

chore: Refactor the op code gen to better support unions of input types #53

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

tristanmenzel
Copy link
Collaborator

@tristanmenzel tristanmenzel commented Dec 9, 2024

This allows us to support accepting string|bytes for certain op codes that expect bytes. This doesn't make sense for every op though so we'll need more thought about which ops to support this

@tristanmenzel tristanmenzel force-pushed the chore/tweak-op-code-gen branch from c9bdef0 to 69542c7 Compare December 9, 2024 21:12
@tristanmenzel tristanmenzel merged commit f94d9f4 into alpha Dec 9, 2024
3 checks passed
Copy link

github-actions bot commented Dec 9, 2024

🎉 This PR is included in version 1.0.0-alpha.28 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@tristanmenzel tristanmenzel deleted the chore/tweak-op-code-gen branch December 16, 2024 04:26
Copy link

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant