Skip to content

[ConstraintSystem] Finish porting member failure diagnostics #29360

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

Merged
merged 3 commits into from
Jan 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/TypeChecker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -981,14 +981,8 @@ to the new diagnostic framework, which is described in detail in this

The things in the queue yet to be ported are:

- Diagnostics related to member references: ``diagnoseMemberFailures``.
Most of the associated diagnostics have been ported and fixes are
located in ``ConstraintSystem::simplifyMemberConstraint``.

- Problems related to calls and operator applications e.g.

- Missing explicit ``Self.`` and ``self.``
- Logic related to overload candidate ranking (``CalleeCandidateInfo``)
- ``diagnoseParameterErrors``
- ``diagnoseSimpleErrors``

Loading