You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Steve says: look at this closer when associated types are fully complete.
For now, I have a notion of something called a discretionary constraint, which recognizes that there are/were issues in associated type modeling. In reality, the signature of the interface is wrong. It should be ISwiftComparable<TSelf> : ISwiftEquatable<TSelf> where TSelf : ISwiftComparable<TSelf> I think.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Look at
ComparableTests.ClassLess
in the generated fileTopLevelEntities.cs
. It should have awhere T:ISwiftComparable
clause.The text was updated successfully, but these errors were encountered: