Skip to content

Conversation

joeyh
Copy link
Contributor

@joeyh joeyh commented Aug 1, 2022

Description

Adds a version of createFile that does not retry.

Motivation and Context

This used to be possible using c_createFile which was exported somewhat unintentionally before.

Fixes #208

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have not added a new Haskell dependency.
  • I have included a changelog entry.
  • I have not modified the version of the package in Win32.cabal.

joeyh added 3 commits August 1, 2022 13:42
failIfWithRetry is like failIf, not failIfFalse_. The types make this
clear.
Microsoft has stopped providing this circa 2020,
but there is an archive available.
@Mistuke Mistuke merged commit 42fda6a into haskell:master Aug 2, 2022
@Mistuke
Copy link
Contributor

Mistuke commented Aug 2, 2022

Thanks!

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.

createFile without busy-wait

2 participants