Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Support deserializing tagged literal scalar into primitive #328

Merged
merged 3 commits into from Sep 14, 2022

Commits on Sep 14, 2022

  1. Add regression test for issue 327

    Currently fails with:
    
        ---- test_python_safe_dump stdout ----
        thread 'test_python_safe_dump' panicked at 'called `Result::unwrap()` on an `Err` value:
        Error("foo: invalid type: integer `7200`, expected u32", line: 1, column: 8)', tests/test_de.rs:17:54
    dtolnay committed Sep 14, 2022
    Copy the full SHA
    f41036c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bfff6c1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c68127f View commit details
    Browse the repository at this point in the history