Formatting, and version bump

[?]
Jan 27, 2021, 8:37 PM
HQ56ADNSNBCCEBNK5PE5ZVBKKBGWY3ATGFWEYPXJKJBJDUJ2XKQQC

Dependencies

  • [2] HSVGP2G4 Version bump + formatting
  • [3] BZCGXVS7 Fixing two bugs around conflicts on the last line, where invalid patches were produced (first bug) and applied (second bug)
  • [4] NX5I5H53 New published versions
  • [5] XL6Y64UP Fixing a panic when iterating over the basenames of a file
  • [6] JRENVH5D Reqwest 0.11
  • [7] CT6FBU57 SDPX license + version bump
  • [8] OUWD436A Version bump
  • [9] OCBM7IFE New release: pijul-1.0.0-alpha.8
  • [10] HKEOO4QJ Version bump
  • [11] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [12] WI5BS6BS New published versions
  • [13] HW5Q7GGY Version bump
  • [14] JL4WKA5P Implement the Sanakirja concurrency model in a cross-process way
  • [15] SAGSYAPX Various version bumps
  • [16] VYHHOEYH Versions and formatting
  • [17] ZTVNGFNT Version bump
  • [18] JACZWIJ6 Version bump
  • [19] KVBLRDOU Concatenating edits with order conflict resolutions (if relevant), and parsing the text format of the result
  • [20] N35L72XV Versions in Cargo.lock
  • [21] CCLLB7OI Upgrading to Sanakirja 0.15 + version bump
  • [22] 3S4DR77Z Version updates
  • [23] XAY4DYRR Version bump
  • [24] TPEH2XNB 1.0.0-alpha.28, with Tokio 1.0
  • [25] G6YZ7U65 Version bump
  • [26] 6DOXSHWG Cleanup, and version bump
  • [27] YX3VCEOM Version bump
  • [28] WIORLB47 Version bump
  • [29] UFCZKKLX Upgrading to the latest Sanakirja/Rand

Change contents

  • edit in libpijul/src/diff/replace.rs at line 73
    [3.93][3.93:112]()
    return
  • edit in libpijul/src/diff/replace.rs at line 73
    [3.93]
    [3.112]
    return;
  • edit in libpijul/src/apply.rs at line 415
    [3.266][3.266:447]()
    || txn.find_block(graph, vertex.start_pos()).is_ok() {
    error!("Invalid change: {:?}", vertex);
    return Err(LocalApplyError::InvalidChange);
    }
  • edit in libpijul/src/apply.rs at line 415
    [3.266]
    [3.447]
    || txn.find_block(graph, vertex.start_pos()).is_ok()
    {
    error!("Invalid change: {:?}", vertex);
    return Err(LocalApplyError::InvalidChange);
    }
  • edit in libpijul/Cargo.toml at line 4
    [4.1020894][2.1166:1193]()
    version = "1.0.0-alpha.31"
  • edit in libpijul/Cargo.toml at line 4
    [4.1020894]
    [4.27]
    version = "1.0.0-alpha.33"
  • edit in Cargo.lock at line 937
    [4.560][2.1194:1221]()
    version = "1.0.0-alpha.31"
  • edit in Cargo.lock at line 937
    [4.560]
    [4.729]
    version = "1.0.0-alpha.33"