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

Merge upstream main #9

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Merge upstream main #9

wants to merge 10 commits into from

Conversation

Plebshot
Copy link

No description provided.

Randolf J and others added 10 commits May 11, 2024 14:43
* Expose Score enum.

* Derive serde traits for Score.

* Prefer u8 for Score conversion.

* Add TryFrom<u8> implementation for Score.

* Tweak TryFrom error message.

Include a bit more context.

* Improve doc comment.

* Ensure Score serde uses numeric value.
* Add support for injecting unix millisecond time function for non-JS WASM targets

* Cleanup dependencies in WASM targets

* Rename feature for better conveying the intention

* Run cargo fmt and add getrandom as dev dependency

* Revert feature conditional cfg in tests

* Make sure wasm-pack only runs features that are compatible with wasm-bindgen

---------

Co-authored-by: AndyTitu <[email protected]>
Addresses #74.

This is a non-backward compatible change, as the commit changes
`Pattern.sequence_name` and `RegexPattern.regex_name` from
`&'static str` to `String` in order to avoid static bounds during
deserialization.
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.

7 participants