Tags: assert_eq needs PartialEq

pmeunier
Jul 5, 2021, 11:59 AM
JFDLNRDYRTVW62N44RKB5TZHSI26BEK3YDRNS6WAGYACPFYMTUXQC

Dependencies

  • [2] SCXMBF3Y Correct ordering of pages in libpijul::tag::copy
  • [3] QL6K2ZM3 Tags
  • [4] A3RM526Y Integrating identity malleability

Change contents

  • replacement in libpijul/src/tag.rs at line 262
    [3.13174][3.13174:13248]()
    K: ::sanakirja::UnsizedStorable,
    V: ::sanakirja::UnsizedStorable,
    [3.13174]
    [3.13248]
    K: ::sanakirja::UnsizedStorable + PartialEq,
    V: ::sanakirja::UnsizedStorable + PartialEq,
  • replacement in libpijul/src/tag.rs at line 300
    [2.231][2.231:377]()
    P::set_left_child(
    &mut new_page_,
    &new_curs,
    off,
    );
    [2.231]
    [2.377]
    P::set_left_child(&mut new_page_, &new_curs, off);
  • replacement in libpijul/src/tag.rs at line 522
    [2.1010][2.1010:1156]()
    P::set_left_child(
    &mut new_page_,
    &new_curs,
    new,
    );
    [2.1010]
    [2.1156]
    P::set_left_child(&mut new_page_, &new_curs, new);