Fixing a bug in replacements, recently introduced during a fix of a graph corruption bug
[?]
Jan 29, 2021, 3:07 PM
CUHXXBDZJRSAQD5USKGQACUQL4O7KYDT2T4SB3USCFO3IKMYKFDQCDependencies
- [2]
HR3WK6A7When lock times out, check that there are no more clients before quitting - [3]
HQ56ADNSFormatting, and version bump - [4]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [5]
PJ7T2VFLDo not hang on locked repositories - [6]
SAGSYAPXVarious version bumps - [7]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [8]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [9]
XAY4DYRRVersion bump - [10]
NX5I5H53New published versions - [11]
YX3VCEOMVersion bump - [12]
KUMJITTFVersion bump in the lockfiles - [13]
VYHHOEYHVersions and formatting - [14]
SN7AGY6SMaking `pijul lock` robust to kill signals - [15]
BZCGXVS7Fixing two bugs around conflicts on the last line, where invalid patches were produced (first bug) and applied (second bug) - [16]
ZTVNGFNTVersion bump - [17]
KVBLRDOUConcatenating edits with order conflict resolutions (if relevant), and parsing the text format of the result - [18]
ZQXP3HNAVersion bump - [19]
G6YZ7U65Version bump - [20]
XWETQ4DEUpgrading versions - [21]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [22]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [23]
N35L72XVVersions in Cargo.lock - [24]
JRENVH5DReqwest 0.11 - [25]
3S4DR77ZVersion updates - [26]
JACZWIJ6Version bump - [27]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [28]
HKEOO4QJVersion bump - [29]
BT2ZHPY4Version bumps - [30]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [31]
CT6FBU57SDPX license + version bump - [32]
WIORLB47Version bump - [33]
3WIQYEISFixing conflicts in Cargo.lock - [34]
OUWD436AVersion bump - [35]
6DOXSHWGCleanup, and version bump - [36]
HW5Q7GGYVersion bump - [37]
XL6Y64UPFixing a panic when iterating over the basenames of a file - [38]
SPA2OL5Ikeep-changes feature (default) to avoid deleting problematic changes - [39]
HSVGP2G4Version bump + formatting - [40]
WI5BS6BSNew published versions - [41]
5YDI33C4Fixing pager on OSX - [42]
IYJZVLETCleaning up the literate programming bits - [43]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [44]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [45]
23LVKATNUse pager crate for log output
Change contents
- replacement in pijul/Cargo.toml at line 4
version = "1.0.0-alpha.36"version = "1.0.0-alpha.38" - replacement in pijul/Cargo.toml at line 54
libpijul = { path = "../libpijul", version = "1.0.0-alpha.31", features = [ "tarball" ] }libpijul = { path = "../libpijul", version = "1.0.0-alpha.34", features = [ "tarball" ] } - replacement in libpijul/src/diff/replace.rs at line 72
if start <= end {if start >= end { - replacement in libpijul/Cargo.toml at line 4
version = "1.0.0-alpha.33"version = "1.0.0-alpha.34" - replacement in Cargo.lock at line 937
version = "1.0.0-alpha.33"version = "1.0.0-alpha.34" - replacement in Cargo.lock at line 1289
version = "1.0.0-alpha.36"version = "1.0.0-alpha.38"