-
Notifications
You must be signed in to change notification settings - Fork 78
Fix build on Windows by adding explicit type annotations #344
Fix build on Windows by adding explicit type annotations #344
Conversation
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.
LGTM. Please reword commit message:
- Should have type
build
instead offix
- Remove issue number: The brackets should hold the scope (e.g. button) not the issue number. You can remove the scope in your case as it is optional. If you want to provide the issue number, please move it to the body (when using words like Fixes, or Solves right before the issue number you can autoclose the issue when the pr is merged)
- Would reword to something
Fixes build on Windows by adding explicit type annotations
ae35580
to
2d520dc
Compare
Thank you @thomaspink for the suggestions. I hope I did the rebase correctly. I updated the commit message to your suggestion with Fixes and the issue number to autoclose the issue. |
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.
LGTM: @ffriedl89 but we should investigate the root cause while the type inference is not working on windows. In case it is working on macOS.
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.
@ermin-muratovic one small issue left, please move the issue number to the body/footer
build: Fixes build on Windows by adding explicit type annotations.
Closes #343
I updated the commit message guidelines to make it more clearer: #345 345
2d520dc
to
51d6caf
Compare
@lukasholzer And I think using explicit type annotations is not wrong anyway. |
Codecov Report
@@ Coverage Diff @@
## master #344 +/- ##
=========================================
+ Coverage 87.69% 88% +0.31%
=========================================
Files 337 331 -6
Lines 11182 11049 -133
Branches 1802 1780 -22
=========================================
- Hits 9806 9724 -82
+ Misses 1364 1313 -51
Partials 12 12
Continue to review full report at Codecov.
|
I have added explicit type annotations where they were missing and breaking the build. For details see issue #343