Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Fix tests on windows and add UB warning for YAML DeSer #92

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

niluxv
Copy link
Contributor

@niluxv niluxv commented Jan 21, 2021

Fix tempfile leak in integration test, fix tests failing on windows due to open tempfile handles locking those files and document the YAML DeSer UB in the README and the API documentation.

These were due to open temp file handles, which prohibited the used tempfile to
be replaced by our atomic save mechanism.
@niluxv niluxv changed the title Fix tests windows and add UB warning for YAML DeSer Fix tests on windows and add UB warning for YAML DeSer Jan 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant