Skip to content
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 narrowing conversions in Result Test #282

Merged
merged 3 commits into from
Jun 25, 2020

Conversation

paulgessinger
Copy link
Member

@paulgessinger paulgessinger commented Jun 24, 2020

Fixes Result related warnings surfaced in #267. They are due to Result<double> being assigned integer literals, which Result just passes through. This is what the compiler complains about then.

Fixes Result related warnings surfaced in acts-project#267. They are due to
`Result<double>` being assigned integer literals, which `Result` just
passes through. This is what the compiler complains about then.
@paulgessinger paulgessinger requested a review from msmk0 June 24, 2020 09:22
@paulgessinger paulgessinger added the Improvement Changes to an existing feature label Jun 24, 2020
@acts-issue-bot acts-issue-bot bot removed the Triage label Jun 24, 2020
@paulgessinger paulgessinger added this to the v0.27.00 milestone Jun 24, 2020
@paulgessinger
Copy link
Member Author

Hm. Does the coverage job run out of disk space again?

@paulgessinger paulgessinger modified the milestones: v0.27.00, v0.28.00 Jun 25, 2020
@paulgessinger
Copy link
Member Author

I'm overriding the failing coverage job.

@paulgessinger paulgessinger merged commit 2846181 into acts-project:master Jun 25, 2020
@paulgessinger paulgessinger deleted the result_warning_fixes branch June 25, 2020 12:05
paulgessinger added a commit to paulgessinger/acts that referenced this pull request Jul 13, 2020
* Fix narrowing conversions in Result Test

Fixes Result related warnings surfaced in acts-project#267. They are due to
`Result<double>` being assigned integer literals, which `Result` just
passes through. This is what the compiler complains about then.

* Format fix

Co-authored-by: Moritz Kiehn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Changes to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants