Propagating the new zero-copy VertexBuffer::output_line to credit.rs

pmeunier
Jan 13, 2022, 10:00 AM
3Q24BC5L3CWCO3EY7RIHRDZARTJAP5LP4S2D3TJWCYB2762GHGAAC

Dependencies

  • [2] YHG37GA4 Removing one buffer copy in VertexBuffer
  • [3] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [4] VO5OQW4W Removing anyhow in libpijul

Change contents

  • replacement in pijul/src/commands/credit.rs at line 106
    [3.181265][2.63:116]()
    assert_eq!(self.buf.len(), v.end - v.start);
    [3.181265]
    [3.181291]
    self.buf.resize(v.end - v.start, 0);