Skip to content

Commit 86cf6dc

Browse files
committed
[ConstraintSystem] Finish porting member failure diagnostics.
Remove special cases for AnyObject member and dynamic member lookup failures - these are now all handled in the new diagnostic infrastructure.
1 parent 38de918 commit 86cf6dc

File tree

3 files changed

+0
-389
lines changed

3 files changed

+0
-389
lines changed

docs/TypeChecker.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -981,10 +981,6 @@ to the new diagnostic framework, which is described in detail in this
981981

982982
The things in the queue yet to be ported are:
983983

984-
- Diagnostics related to member references: ``diagnoseMemberFailures``.
985-
Most of the associated diagnostics have been ported and fixes are
986-
located in ``ConstraintSystem::simplifyMemberConstraint``.
987-
988984
- Problems related to calls and operator applications e.g.
989985

990986
- Missing explicit ``Self.`` and ``self.``

0 commit comments

Comments
 (0)