[local] formatting

dblsaiko
Mar 27, 2024, 4:30 PM
USJRYREFW2LZZ3NMSXDNSAGOTYRM2RETOLU4CD7V3Z5UAANDVT6QC

Dependencies

  • [2] DO2Y5TY5 Tag synchronisation
  • [3] N5XHCYVT Remove use of unsafe
  • [4] ORVORQWW [local] Fix compilation
  • [5] M5FK3ABT Complete dependencies when pushing and pulling
  • [6] QQS7LII4 Add value hints to arguments
  • [7] 5IIVIXY5 Correct typo in help message
  • [8] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [9] MU5GSJAW Partial push and pull (WARNING: breaks the existing protocol)
  • [10] AEPEFS7O Write help for each argument
  • [11] V4T4SC7O Testing binary diff
  • [12] 5HF7C67M push/pull: fixed "changes" arguments

Change contents

  • replacement in pijul/src/commands/pushpull.rs at line 176
    [5.2339][5.113940:113993](),[5.113940][5.113940:113993]()
    full: bool, // This can't be symmetric with push
    [5.2339]
    [5.2340]
    full: bool,
    // This can't be symmetric with push
  • replacement in pijul/src/commands/pushpull.rs at line 696
    [5.123037][2.31033:31099]()
    let n = if let CS::Change(n) = n { n } else { continue };
    [5.123037]
    [5.123037]
    let n = if let CS::Change(n) = n {
    n
    } else {
    continue;
    };
  • replacement in libpijul/src/tests/diff.rs at line 28
    [5.1138][5.1138:1230](),[5.1230][3.81:108](),[3.108][5.1290:1301](),[5.1290][5.1290:1301]()
    contents.extend(
    (&mut rng)
    .sample_iter(&Alphanumeric)
    .take(80),
    );
    [5.1138]
    [3.109]
    contents.extend((&mut rng).sample_iter(&Alphanumeric).take(80));
  • replacement in libpijul/src/tests/diff.rs at line 63
    [5.2563][4.0:98]()
    let mut ret = retrieve(&*txn.read(), txn.read().graph(&*channel.read()), vertex, false)?;
    [5.2563]
    [5.2654]
    let mut ret = retrieve(
    &*txn.read(),
    txn.read().graph(&*channel.read()),
    vertex,
    false,
    )?;