User Activity

  • Posted a comment on ticket #566 on ruamel.yaml

    example.yaml contained a typo. Here is the corrected version

  • Posted a comment on ticket #566 on ruamel.yaml

    To reproduce the bug: def test_example(tmp_path: Path): import ruamel.yaml input_file = Path("example.yaml") yaml = ruamel.yaml.YAML() correctly_parsed = yaml.load(open(input_file, "r")) incorrectly_parsed = yaml.load(input_file) output_path_correct = tmp_path / "correct.yaml" output_path_incorrect = tmp_path / "incorrect.yaml" yaml.dump(correctly_parsed, output_path_correct) yaml.dump(incorrectly_parsed, output_path_incorrect) # This assertion fails, because incorrect.yaml contains additional CR...

  • Created merge request #14 on Code on ruamel.yaml

    Fix #566: RoundTripScanner incorrectly scans comments with CRLF line endings

  • Created ticket #566 on ruamel.yaml

    RoundTripScanner incorrectly scans comments with CRLF line endings

  • Committed [e6286b] on ruamel.yaml - Code

    Fix scanning of CRLF in RoundTripScanner: Scan line break with self.scan_line_break() instead of srf()

  • Committed [260833] on ruamel.yaml - Code

    Fix scanning of CRLF in RoundTripScanner: Add tests

View All

Personal Data

Username:
nevsor-lr
Joined:
2026-03-17 08:47:30.991000

Projects

  • No projects to display.
MongoDB Logo MongoDB