Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Improve cast warnings/errors logic #337
Improve cast warnings/errors logic #337
Changes from 48 commits
298df8a
c4588df
82740f7
d71ead6
0dec947
f5c5d22
c916493
bfa5794
93a6a1a
b04007c
9b116a7
b88949f
361f487
874e594
09904ba
9862649
b8f1549
deffd1d
4f476f2
f82dc77
efeeea2
c34285f
16d69a6
4cd7e9a
cb0cb64
d7429e4
8502489
72e074e
1cfd105
e92f0c6
0658def
7991a8b
4ffe0f1
fa1439e
a15d727
bfee453
20d62af
8e0f908
91b22c9
09cc33d
24105c4
c2bea34
1ec438e
a6fb6ce
724a95e
d241446
07eaacb
4229827
fc9ad98
d06ad1f
f4ffe07
ac60c2e
0115fbe
67ba76b
0b78587
1b8f4ab
2d969fc
1b20546
b94311d
98060e3
f4d4ec1
0831233
9147d86
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can you change your comments to full sentences, with initial uppercase letter and a period at the end.
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.
I re-addressed all the comments in this test-file, I think they are better now!
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.
isTypeCastSafe
previously returned a boolean, so theis
beginning makes sense. It now returns an enum. Would a different name be better to describe the wider task?computeTypeCastKind
? AlthoughKind
isn't particularly specific either... more on that with the enum.