Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
    • bors's avatar
      Auto merge of #1394 - Susurrus:sigevent_extra_traits, r=gnzlbg · 11c762c5
      bors authored
      Switch to manual trait impls for sigevent
      
      `sigevent` on most platforms have padding or unused fields. Rather
      than display those in the `Debug` impl by deriving it, manually implement
      all `extra_traits` instead ignoring those fields.
      
      I do worry that my `PartialEq` implementations for this for some platforms (like Linux) is not correct due to ignoring bytes that shouldn't be ignored because these structs don't have a proper union set up.
      
      cc @asomers
      Part of nix-rust/nix#1035
      11c762c5
  2. Jun 10, 2019
    • Bryant Mairs's avatar
      Switch to manual trait impls for sigevent · 7c265919
      Bryant Mairs authored
      sigevent structs on most platforms have padding or unused fields. Rather
      than display those in the Debug impl by deriving it, manually implement
      all extra_traits instead ignoring those fields.
      7c265919
  3. Jun 08, 2019
  4. Jun 07, 2019
  5. Jun 06, 2019
  6. Jun 05, 2019
  7. Jun 04, 2019
  8. Jun 03, 2019
  9. Jun 02, 2019
  10. May 31, 2019
  11. May 29, 2019
Loading