Formatting changes + version bump

pmeunier
Jun 29, 2021, 11:01 AM
FYUDBQ3C5GWIFKITBAKEXTK4AFZXZOH7DHI7QFXQOQ3HYUIYDEVAC

Dependencies

  • [2] SBSM3VZV Fixing a bug in deletions (the encoding was improperly set)
  • [3] 6CZYYOG7 Faster guessing of encoding
  • [4] D66CRGCN Fixing a Sanakirja bug in the debugging output code
  • [5] HW5Q7GGY Version bump
  • [6] JL4WKA5P Implement the Sanakirja concurrency model in a cross-process way
  • [7] 5YDI33C4 Fixing pager on OSX
  • [8] CUHXXBDZ Fixing a bug in replacements, recently introduced during a fix of a graph corruption bug
  • [9] WIORLB47 Version bump
  • [10] ZQXP3HNA Version bump
  • [11] JACZWIJ6 Version bump
  • [12] BT2ZHPY4 Version bumps
  • [13] HSVGP2G4 Version bump + formatting
  • [14] 3AZB5NUO Fixing the Git feature
  • [15] 246V5TYI decode existing files
  • [16] EEBKW7VT Keys and identities
  • [17] G65S7FAW Version bump and cleanup
  • [18] YN63NUZO Sanakirja 1.0
  • [19] IIV3EL2X Cleanup, formatting, and fixing the Git feature
  • [20] ZSF3YFZT encoded file deletion
  • [21] YX3VCEOM Version bump
  • [22] ZAEUSICJ File deletions were not shown with their names in the metadata during record
  • [23] VRDOV7DD Versions
  • [24] UM5DLRPB store new non-UTF-8 files raw and decode to deplay the contents
  • [25] HDGRZISM Version updates
  • [26] 5BRU2RRW Cleanup (debugging a crash related to trees/inodes)
  • [27] TVVW53HZ Conflict resolution
  • [28] CCLLB7OI Upgrading to Sanakirja 0.15 + version bump
  • [29] WI5BS6BS New published versions
  • [30] SPA2OL5I keep-changes feature (default) to avoid deleting problematic changes
  • [31] 3S4DR77Z Version updates
  • [32] QJXNUQFJ Solving conflicts
  • [33] G6YZ7U65 Version bump
  • [34] ZTVNGFNT Version bump
  • [35] UFCZKKLX Upgrading to the latest Sanakirja/Rand
  • [36] 6DOXSHWG Cleanup, and version bump
  • [37] NYOF5766 track file encoding in the record, including change text for file adds
  • [38] XL6Y64UP Fixing a panic when iterating over the basenames of a file
  • [39] VYHHOEYH Versions and formatting
  • [40] GBSL4AZI Version bump
  • [41] V435QOJR Using path-slash to fix path issues on Windows
  • [42] TPEH2XNB 1.0.0-alpha.28, with Tokio 1.0
  • [43] XAY4DYRR Version bump
  • [44] 6HNRL5RT detect non-utf8 text files
  • [45] HR3WK6A7 When lock times out, check that there are no more clients before quitting
  • [46] A3RM526Y Integrating identity malleability
  • [47] UN64Q3P2 Version bump
  • [48] CT6FBU57 SDPX license + version bump
  • [49] OUWD436A Version bump
  • [50] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [51] SN7AGY6S Making `pijul lock` robust to kill signals
  • [52] B3QWIGDE Fixing the Git features with the latest Pijul (+ conflicts in Cargo.toml)
  • [53] NX5I5H53 New published versions
  • [54] SAGSYAPX Various version bumps
  • [55] I52XSRUH Massive cleanup, and simplification
  • [56] JRENVH5D Reqwest 0.11
  • [57] MNTJ3VOK Version bump
  • [58] B5Z4IMEU Generating Cargo.nix for pijul 1.0.0-alpha.6
  • [59] HQ56ADNS Formatting, and version bump
  • [60] OCBM7IFE New release: pijul-1.0.0-alpha.8
  • [61] HKEOO4QJ Version bump
  • [62] BNPSVXIC Friendlier progress bars
  • [63] I24UEJQL Various post-fire fixes

Change contents

  • replacement in pijul/Cargo.toml at line 4
    [5.196462][5.116:143]()
    version = "1.0.0-alpha.48"
    [5.196462]
    [5.196488]
    version = "1.0.0-alpha.49"
  • replacement in pijul/Cargo.toml at line 53
    [5.197438][5.0:90]()
    libpijul = { path = "../libpijul", version = "1.0.0-alpha.39", features = [ "tarball" ] }
    [5.197438]
    [5.197523]
    libpijul = { path = "../libpijul", version = "1.0.0-alpha.40", features = [ "tarball" ] }
  • edit in libpijul/src/working_copy/mod.rs at line 42
    [3.366][3.366:367]()
  • edit in libpijul/src/working_copy/mod.rs at line 44
    [3.414][3.414:415]()
  • edit in libpijul/src/working_copy/mod.rs at line 46
    [3.427][3.427:428]()
  • edit in libpijul/src/record.rs at line 527
    [2.150][2.150:151]()
  • edit in libpijul/src/record.rs at line 529
    [2.207][2.207:208]()
  • edit in libpijul/src/record.rs at line 660
    [5.56892][5.899:910](),[5.910][5.56892:57212](),[5.56892][5.56892:57212](),[5.57212][5.911:923]()
    /*
    let name_start = ChangePosition(contents.len().into());
    // Push the metadata, big-endian.
    contents.push((meta.0 >> 8) as u8);
    contents.push((meta.0 & 0xff) as u8);
    //
    contents.extend(item.basename.as_bytes());
    let name_end = ChangePosition(contents.len().into());
    */
  • edit in libpijul/src/record.rs at line 1249
    [2.291][2.291:292]()
  • edit in libpijul/src/record.rs at line 1288
    [2.367][2.367:368]()
  • edit in libpijul/src/record.rs at line 1290
    [2.390][2.390:391]()
  • edit in libpijul/src/record.rs at line 1299
    [2.520][2.520:521]()
  • edit in libpijul/src/record.rs at line 1303
    [2.594][2.594:595]()
  • edit in libpijul/src/record.rs at line 1326
    [2.1011][2.1011:1012]()
  • edit in libpijul/src/record.rs at line 1370
    [2.1054][2.1054:1055]()
  • edit in libpijul/src/pristine/sanakirja.rs at line 341
    [4.110][4.110:111]()
  • replacement in libpijul/Cargo.toml at line 4
    [5.1020894][5.91:118]()
    version = "1.0.0-alpha.39"
    [5.1020894]
    [5.27]
    version = "1.0.0-alpha.42"
  • replacement in libpijul/Cargo.toml at line 114
    [5.1023338][5.109242:109302]()
    twox-hash = "*"
    crossbeam-deque = "*"
    crossbeam-utils = "*"
    [5.1023338]
    [5.109302]
    twox-hash = "1.6"
    crossbeam-deque = "0.8"
    crossbeam-utils = "0.8"
  • replacement in libpijul/Cargo.toml at line 132
    [5.1323][5.16680:16733]()
    pbkdf2 = { version = "*", default-features = false }
    [5.1323]
    [5.16733]
    pbkdf2 = { version = "0.8", default-features = false }
  • replacement in libpijul/Cargo.toml at line 134
    [5.16781][5.16781:16823]()
    generic-array = "*"
    hmac = "*"
    sha2 = "*"
    [5.16781]
    [5.16823]
    generic-array = "0.14"
    hmac = "0.11"
    sha2 = "0.9"
  • edit in Cargo.lock at line 40
    [3.440][3.440:441]()
  • edit in Cargo.lock at line 156
    [3.453][3.453:454]()
  • edit in Cargo.lock at line 212
    [3.466][3.466:467]()
  • edit in Cargo.lock at line 570
    [3.486][3.486:487]()
  • edit in Cargo.lock at line 719
    [3.499][3.499:500]()
  • edit in Cargo.lock at line 965
    [3.512][3.512:513]()
  • replacement in Cargo.lock at line 1049
    [5.22930][5.22930:22957]()
    version = "1.0.0-alpha.39"
    [5.22930]
    [5.22957]
    version = "1.0.0-alpha.42"
  • edit in Cargo.lock at line 1322
    [3.525][3.525:526]()
  • edit in Cargo.lock at line 1403
    [3.561][3.561:562]()
  • edit in Cargo.lock at line 1415
    [3.581][3.581:582]()
  • replacement in Cargo.lock at line 1442
    [5.33516][5.33516:33543]()
    version = "1.0.0-alpha.48"
    [5.33516]
    [5.33543]
    version = "1.0.0-alpha.49"
  • edit in Cargo.lock at line 1700
    [3.601][3.601:602]()
  • edit in Cargo.lock at line 1710
    [3.614][3.614:615]()
  • edit in Cargo.lock at line 1806
    [3.632][3.632:633]()
  • edit in Cargo.lock at line 2022
    [3.652][3.652:653]()
  • edit in Cargo.lock at line 2197
    [3.665][3.665:666]()