-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Fix typos and formatting in TypeChecker.rst #239
Conversation
``FloatLiteralConvertible``". As part of the solution, after ``T0`` is | ||
replaced with ``(i : Int, s : String)``, the second of | ||
these constraints is broken down into "``T2 <c ``Int``" and "``X`` <c | ||
these constraints is broken down into "``T2`` <c ``Int``" and "``X`` <c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest of the document has X <c Y
, rather than X
<c Y
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And what about the inconsistent capitalization of <c
vs. <C
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benlangmuir Thanks. Fixed.
@jrtibbetts <c
is a conversion constraint. <C
is a construction constraint.
Thanks, LGTM. |
Fix typos and formatting in TypeChecker.rst
Make the line break before control flow keywords configurable.
* Implements SR-11580
This reverts commit 94fc5ae. This couldn't handle integer literal syntax more than Int.max e.g. 0x9e3779b97f4a0000
Revert "Add Double and Int Convenience Properties (swiftlang#239)"
…fails Update sourcekit-xfails.json for master
No description provided.