1. 05 Jul, 2019 1 commit
    • patch_parse: do not depend on parsed buffer's lifetime · dedf70ad
      When parsing a patch from a buffer, we let the patch lines point into
      the original buffer. While this is efficient use of resources, this also
      ties the lifetime of the parsed patch to the parsed buffer. As this
      behaviour is not documented anywhere in our API it is very surprising to
      its users.
      
      Untie the lifetime by duplicating the lines into the parsed patch. Add a
      test that verifies that lifetimes are indeed independent of each other.
      Patrick Steinhardt committed
  2. 27 Jun, 2019 7 commits
  3. 26 Jun, 2019 6 commits
  4. 25 Jun, 2019 1 commit
  5. 24 Jun, 2019 25 commits