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

Improve Array Diffing #6141

Merged
merged 2 commits into from
Dec 14, 2021
Merged

Improve Array Diffing #6141

merged 2 commits into from
Dec 14, 2021

Conversation

adamgfraser
Copy link
Contributor

Only having the low priority instance available for AnyVal prevents it from being available for invariant data types like Array that are parameterized on subtypes of AnyVal, among other things. I think we need to directly make a low priority Diff instance available for any type so that we can do diffing of collections of arbitrary types.

@jdegoes jdegoes merged commit 06025ae into zio:master Dec 14, 2021
@adamgfraser adamgfraser deleted the diff branch December 15, 2021 04:58
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.

None yet

2 participants