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

wasmer_config::package::PackageHash - Refactor to enum #4585

Open
theduke opened this issue Apr 17, 2024 · 0 comments
Open

wasmer_config::package::PackageHash - Refactor to enum #4585

theduke opened this issue Apr 17, 2024 · 0 comments
Labels
cleanup Lets clean up the code!
Milestone

Comments

@theduke
Copy link
Contributor

theduke commented Apr 17, 2024

Refactor the PackageHash type to be an enum.

Note: the inner field is currently private, so refactoring to an enum should be possible without a breaking change.

The enum should be #[non_exhaustive].

Originally posted by @syrusakbary in #4582 (comment)

@syrusakbary syrusakbary added this to the v4.4 milestone Apr 23, 2024
@syrusakbary syrusakbary added the cleanup Lets clean up the code! label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Lets clean up the code!
Projects
None yet
Development

No branches or pull requests

2 participants