Skip to content
Snippets Groups Projects
  1. Feb 03, 2020
    • Dorota Czaplejewicz's avatar
      variant: Fix leak · 2e9b8581
      Dorota Czaplejewicz authored
      2e9b8581
    • Dorota Czaplejewicz's avatar
      variant: Fix double-free · 1cbc21ad
      Dorota Czaplejewicz authored
      gio::Settings::set_value takes over ownership of the Variant sometimes, but in other cases it doesn't. To prevent this being a problem, the custom Variant is made of the type that will never have its ownership taken.
      
      This is not necessarily consistent with what gtk-rs authors intended.
      
      In practice, the ownership is shared by refcounting, and after the Rust reference is dropped, one taken by Settings survives.
      1cbc21ad
  2. Jan 31, 2020
  3. Jan 30, 2020
  4. Jan 29, 2020
  5. Jan 28, 2020
  6. Jan 25, 2020
  7. Jan 24, 2020
  8. Jan 23, 2020
  9. Jan 21, 2020
  10. Jan 20, 2020
  11. Jan 19, 2020
  12. Jan 17, 2020
  13. Jan 16, 2020
    • Dorota Czaplejewicz's avatar
      logging: Try to improve common operations · ea84f4f0
      Dorota Czaplejewicz authored
      This adds sugar for logging `Result`s with a handler, makes names evoke something closer to "logging" than "warning", tries to remove any redundant `Logging` where the module name will do, and introduces a type strictly for bad things happening.
      ea84f4f0
  14. Jan 15, 2020
Loading