Replacing a panic with a proper error

pmeunier
Feb 27, 2023, 2:41 PM
QY4E6CLE6MFO6GGT5XVCPMGJQK22W4FZNLWRZKVMYYPOMAAZUX4AC

Dependencies

  • [2] I24UEJQL Various post-fire fixes
  • [3] A3RM526Y Integrating identity malleability
  • [4] EUZFFJSO Updating Pijul with the latest changes in Libpijul
  • [5] S2B5MEWP Minor change in the type of sanakirja::GraphTxnT::Graph (prepare for more general backends)
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in pijul/src/commands/debug.rs at line 44
    [2.21427][2.21427:21530]()
    .follow_oldest_path(&repo.changes, &channel, &root)
    .unwrap();
    [2.21427]
    [2.21530]
    .follow_oldest_path(&repo.changes, &channel, &root)?;