Skip to content

Commit 26f0924

Browse files
authored
Merge pull request #29360 from hborla/finish-member-failures
[ConstraintSystem] Finish porting member failure diagnostics
2 parents ea1e219 + 0c00d45 commit 26f0924

File tree

7 files changed

+16
-465
lines changed

7 files changed

+16
-465
lines changed

docs/TypeChecker.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -981,14 +981,8 @@ 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.``
991987
- Logic related to overload candidate ranking (``CalleeCandidateInfo``)
992988
- ``diagnoseParameterErrors``
993-
- ``diagnoseSimpleErrors``
994-

0 commit comments

Comments
 (0)