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

impl Clone + Debug for core types + VariantDispatch #747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Waridley
Copy link
Contributor

@Waridley Waridley commented Jun 9, 2021

This implements Clone and Debug for all core types and for VariantDispatch. For types that implement NewRef, Clone was implemented in terms of it. Types that could derive Copy do so.

@Waridley
Copy link
Contributor Author

Waridley commented Jun 9, 2021

This could be influenced by any decisions on #712

@Bromeon
Copy link
Member

Bromeon commented Jun 9, 2021

I would even say this is is blocked by #712. We should sort out the naming and semantics first.

@ghost ghost added the status: postponed label Jun 9, 2021
@ghost
Copy link

ghost commented Jun 9, 2021

I agree that this should be blocked by #712. Need to paint that bikeshed first :)

@Bromeon Bromeon added this to the v0.10.1 milestone Nov 1, 2021
@Bromeon Bromeon modified the milestones: v0.10.1, v0.11 Jul 16, 2022
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.

None yet

2 participants