recording tempfile name has .toml suffix

rohan
Aug 26, 2022, 10:04 AM
EN2ZJNKGKHYMGP52E4NFZYLS2Y4AOLWCR4SVQINSXAEBDYAFWBDQC

Dependencies

  • [2] QJXNUQFJ Solving conflicts
  • [3] RRCSHAYZ Formatting
  • [4] I2D35LLF More accurate recording of modification time
  • [5] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [*] G3A7KDTO Update edit to 0.1.3, fixing windows editing
  • [*] G734WNM6 flake.nix: use crate2nix
  • [*] VYHHOEYH Versions and formatting

Change contents

  • replacement in pijul/src/commands/record.rs at line 385
    [3.108465][3.108465:108511]()
    edit::edit_bytes(&o[..])?
    [3.108465]
    [3.108511]
    edit::edit_bytes_with_builder(&o[..], tempfile::Builder::new().suffix(".toml"))?
  • replacement in pijul/src/commands/record.rs at line 387
    [3.108536][3.108536:108582]()
    edit::edit_bytes(&o[..])?
    [3.108536]
    [3.108582]
    edit::edit_bytes_with_builder(&o[..], tempfile::Builder::new().suffix(".toml"))?
  • edit in pijul/Cargo.toml at line 80
    [7.15]
    [3.198067]
    tempfile = "3.3.0"
  • edit in Cargo.nix at line 4549
    [8.117385]
    [9.1827]
    }
    {
    name = "tempfile";
    packageId = "tempfile";
  • edit in Cargo.lock at line 1586
    [2.33954]
    [2.33954]
    "tempfile",