Skip to content
Snippets Groups Projects
  1. Jul 07, 2015
  2. Jul 06, 2015
  3. Jul 05, 2015
  4. Jul 02, 2015
  5. Jul 01, 2015
    • Mike Pennisi's avatar
      Use "monkeyYaml" in all environments · 1303ef0d
      Mike Pennisi authored
      The "monkeyYaml" parser is intended to serve as a lightweight fallback
      to Python's standard YAML parser in contexts where the latter is not
      available. Any intentionally-simplified implementation will necessarily
      exhibit non-standard behavior for different input, so not all input
      accepted by the standard parser will be accepted by "monkeyYaml". If
      loaded exclusively in fallback situations, these edge cases can only be
      identified (and debugged) in the environments that require the fallback.
      This has allowed developers to unknowingly author tests that cause
      errors.
      
      Update the test runner to use "monkeyYaml" in all cases, ensuring more
      consistent behavior across contexts and precluding this class of
      regression.
      1303ef0d
    • Erik Arvidsson's avatar
      monkeyYaml: Add support for line folding · 37b1d7a7
      Erik Arvidsson authored
      Fixes #345
      37b1d7a7
  6. Jun 29, 2015
  7. Jun 28, 2015
  8. Jun 26, 2015
Loading