-
Notifications
You must be signed in to change notification settings - Fork 441
Add integerValue
to IntegerLiteralExprSyntax
and floatingValue
to FloatLiteralExprSyntax
#2605
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
Conversation
integerValue
to IntegerLiteralExprSyntax
integerValue
to IntegerLiteralExprSyntax
and floatingValue
to FloatLiteralExprSyntax
22f796b
to
992c2ce
Compare
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.
Thanks. Looks like the Float
and Int
initializers do indeed do the job here. Could you also add an entry to the release notes?
|
I agree with the naming. Unless there is a reason to put them in the parser (which I don’t think there is, |
7d5b12f
to
371fa2a
Compare
Renamed to |
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.
Looks good to me.
371fa2a
to
7ef31c5
Compare
@ahoppen should this also have a release note? |
Yes, please. I thought I amended my review with that but looks like I never hit the submit button. |
Could this do it? |
5bcb556
to
c6a2c22
Compare
@swift-ci please test |
e303412
to
34a55fc
Compare
@swift-ci please test |
@swift-ci please test windows |
34a55fc
to
425e80a
Compare
425e80a
to
0bc8743
Compare
0bc8743
to
e9fcb4d
Compare
@swift-ci please test |
@swift-ci please test windows |
Update Convenience.swift Update Convenience.swift
e9fcb4d
to
a576b13
Compare
@swift-ci please test |
Resolves #405