-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Numeric literal semantics #144
Numeric literal semantics #144
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bacdbbb - Browse repository at this point
Copy the full SHA bacdbbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c68c3d - Browse repository at this point
Copy the full SHA 5c68c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11cbfab - Browse repository at this point
Copy the full SHA 11cbfabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc27e3 - Browse repository at this point
Copy the full SHA 9dc27e3View commit details
Commits on Sep 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4e8fe12 - Browse repository at this point
Copy the full SHA 4e8fe12View commit details
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 35bf1d8 - Browse repository at this point
Copy the full SHA 35bf1d8View commit details
Commits on Sep 21, 2021
-
In order to support division of literals, we need to be able to
represent all rationals, not only dyadic and decadic rationals. For example, we need to be able to represent 1.0 / 3.0 exactly.
Configuration menu - View commit details
-
Copy full SHA for 215f4a1 - Browse repository at this point
Copy the full SHA 215f4a1View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 048fa3c - Browse repository at this point
Copy the full SHA 048fa3cView commit details -
Clarify that the same type is used for the numerator and denominator …
…of a Carbon.Rational. Co-authored-by: Chandler Carruth <chandlerc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa1ab61 - Browse repository at this point
Copy the full SHA aa1ab61View commit details -
Use Carbon digit separators instead of C++ digit separators.
Co-authored-by: Chandler Carruth <chandlerc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c8a9b90 - Browse repository at this point
Copy the full SHA c8a9b90View commit details -
Use relative link rather than absolute one.
Co-authored-by: Jon Meow <46229924+jonmeow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 37ca5ea - Browse repository at this point
Copy the full SHA 37ca5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b384da - Browse repository at this point
Copy the full SHA 8b384daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11daecd - Browse repository at this point
Copy the full SHA 11daecdView commit details -
Alternatives considered: add headings, remove unhelpful suggestion of
adding an AnyIntLiteral interface, clarify that two listed disadvantages are covering two different possibilities.
Configuration menu - View commit details
-
Copy full SHA for df2dd6a - Browse repository at this point
Copy the full SHA df2dd6aView commit details