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 unintentional unit return #2534

Merged

Conversation

objectx
Copy link
Contributor

@objectx objectx commented Jul 4, 2020

Description

CreateProcess.warnOnExitCode has a string -> CreateProcess<unit> -> CreateProcess<unit> signature. This is too restrictive.

Unintentionally inferred as `string -> CreateProcess<unit> -> CreateProcess<unit>`
@matthid matthid merged commit 0c811b1 into fsprojects:release/next Aug 5, 2020
@matthid
Copy link
Member

matthid commented Aug 5, 2020

Thanks for taking care of this.

@objectx objectx deleted the fix/unintentional-unit-return branch August 5, 2020 12:38
@matthid matthid mentioned this pull request Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants