1. 18 Jul, 2014 6 commits
  2. 17 Jul, 2014 19 commits
  3. 16 Jul, 2014 14 commits
  4. 15 Jul, 2014 1 commit
    • Dominik Charousset's avatar
      Do not propagate exceptions in `from_string` · 9cb98f9b
      Dominik Charousset authored
      Catch exception thrown in `from_string_impl` and do not propagate them. The
      calling function, i.e., `from_string`, return `none` in case of a parser error.
      Hence, exceptions are not expected (or allowed).
      9cb98f9b