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

Revert "trait Serialize uses reference to self instead of move. " #46

Closed
wants to merge 1 commit into from

Conversation

Grinkers
Copy link
Collaborator

Reverts #37

edn-rs is reverting this move to ref for maximum compatibility. No release needs to be made.
naomijub/edn-rs#156

Reference:
naomijub/edn-rs#158

@Grinkers
Copy link
Collaborator Author

Ah, CI breaks because of https://github.com/edn-rs/edn-derive/blob/main/Cargo.toml#L26
I'll cleanup/rerun after edn-rs gets resolved.

@Grinkers Grinkers marked this pull request as draft June 11, 2024 05:31
@naomijub
Copy link
Collaborator

Do we need to merge this @Grinkers ?

@Grinkers
Copy link
Collaborator Author

It looks like I forgot to revert
naomijub/edn-rs@c5422ba
on edn-rs, which this was supposed to also revert. We could just keep this breaking change because there's already a release, or we would need to revert this on edn-rs, do another release, and merge this PR.

@naomijub
Copy link
Collaborator

How bad will this be? If not reverted?

@Grinkers
Copy link
Collaborator Author

How bad will this be? If not reverted?

It's not really bad, just technically a breaking change. some people will have a compiler error on upgrade and have to add a &

@Grinkers Grinkers closed this Nov 3, 2024
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