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

Remove retroactive CustomDebugStringConvertible conformance in tests #425

Merged

Conversation

FranzBusch
Copy link
Member

Motivation

We had a retroactive CustomDebugStringConvertible conformance to ByteBufferView in one of our tests harnesses which caused compiler errors in the latest nightlies.

Modification

This PR removes the retroactive conformance.

Result

No more compiler errors.

# Motivation
We had a retroactive `CustomDebugStringConvertible` conformance to `ByteBufferView` in one of our tests harnesses which caused compiler errors in the latest nightlies.

# Modification
This PR removes the retroactive conformance.

# Result
No more compiler errors.
@FranzBusch FranzBusch added the semver/none No version bump required. label Oct 25, 2023
@FranzBusch FranzBusch enabled auto-merge (squash) October 25, 2023 14:58
@FranzBusch FranzBusch merged commit 3bd9004 into apple:main Oct 25, 2023
@FranzBusch FranzBusch deleted the fb-remove-retroactive-conformance-in-tests branch October 25, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants