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

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    572b671 View commit details
    Browse the repository at this point in the history
  2. Fix windows test failures

    These were due to open temp file handles, which prohibited the used tempfile to
    be replaced by our atomic save mechanism.
    niluxv committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d5adfd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Warn for UB in the YAML DeSerialiser

    See issue TheNeikos#87 for details.
    niluxv committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b8011a6 View commit details
    Browse the repository at this point in the history