1. 18 Jul, 2014 5 commits
  2. 17 Jul, 2014 19 commits
  3. 16 Jul, 2014 14 commits
  4. 15 Jul, 2014 2 commits
    • 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
    • Dominik Charousset's avatar
      Implement `from_string` for new UTI interface · 2cfb52d8
      Dominik Charousset authored
      Add a `from_string` implementation for the new API of `uniform_type_info`.
      Also improve the string deserializer to correctly parse the serialized form of
      a `node_id`, i.e., correctly handle the '@' sign that separates process and
      host id.
      2cfb52d8