-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Make Self available to instance member functions (SE-0068?) * Works for value types and static functions. * Further experiments with TypeExpr * Move Self processing off diagnostic path * diagnostic instead of assertion fail * TypeExpr of DynamicSelfType now working. * Update tests for availability of Self * Cast to Self fixed! * Self not available as type in classes except for return type * Could it be this simple? * Nearly there * Fix function decls using Self inside methods. * Fix validation-test/compiler_crashers_2_fixed/0164-sr7989.swift * Fix of ./validation-test/compiler_crashers_2_fixed/0179-rdar44963974.swift * "Un-fix" validation-test/compiler_crashers_2_fixed/0164-sr7989.swift * CHANGELOG entry * Update CHANGELOG.md Co-Authored-By: johnno1962 <github@johnholdsworth.com> * Update CHANGELOG.md
- Loading branch information
1 parent
98d2d5d
commit dbe99d7
Showing
7 changed files
with
151 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters