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

Add Deserialize implementation to the ser feature. #89

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

Emm
Copy link
Contributor

@Emm Emm commented Jan 19, 2025

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.

Addresses shssoichiro#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.
Copy link
Owner

@shssoichiro shssoichiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry that it's taken so long to review this. I don't love the typing change, but I suppose it's unavoidable... I'll go ahead and accept this. Thanks!

@shssoichiro shssoichiro merged commit 38410db into shssoichiro:master Feb 12, 2025
5 checks passed
@Emm
Copy link
Contributor Author

Emm commented Feb 13, 2025 via email

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