Version bump + formatting
[?]
Jan 16, 2021, 7:54 PM
HSVGP2G4D2F56DS3YKZLSYPS4A5BNGH4NTAXAOZ57OCXFM3E5AYACDependencies
- [2]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [3]
EEKB5MHJFixing an error message in unrecord - [4]
KUMJITTFVersion bump in the lockfiles - [5]
WIORLB47Version bump - [6]
76PCXGMLPushing to, and pulling from the local repository - [7]
SAGSYAPXVarious version bumps - [8]
XAY4DYRRVersion bump - [9]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [10]
6DOXSHWGCleanup, and version bump - [11]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [12]
CT6FBU57SDPX license + version bump - [13]
ZQXP3HNAVersion bump - [14]
GHO6DWPIRefactoring iterators - [15]
3WIQYEISFixing conflicts in Cargo.lock - [16]
HKEOO4QJVersion bump - [17]
VO5OQW4WRemoving anyhow in libpijul - [18]
PJ7T2VFLDo not hang on locked repositories - [19]
XL6Y64UPFixing a panic when iterating over the basenames of a file - [20]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [21]
VYHHOEYHVersions and formatting - [22]
HW5Q7GGYVersion bump - [23]
ZTVNGFNTVersion bump - [24]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [25]
NX5I5H53New published versions - [26]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [27]
G6S6PWZEDo not touch the channel if this is a partial record - [28]
I52XSRUHMassive cleanup, and simplification - [29]
MU5GSJAWPartial push and pull (WARNING: breaks the existing protocol) - [30]
G6YZ7U65Version bump - [31]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [32]
3S4DR77ZVersion updates - [33]
JACZWIJ6Version bump - [34]
3AMEP2Y5More convenient interface for channels - [35]
QMTANHVNReset: only output changed files - [36]
SPA2OL5Ikeep-changes feature (default) to avoid deleting problematic changes - [37]
YX3VCEOMVersion bump - [38]
OUWD436AVersion bump - [39]
N35L72XVVersions in Cargo.lock - [40]
BT2ZHPY4Version bumps - [41]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [42]
JRENVH5DReqwest 0.11 - [43]
XWETQ4DEUpgrading versions - [44]
23LVKATNUse pager crate for log output - [45]
WI5BS6BSNew published versions
Change contents
- replacement in pijul/src/commands/pushpull.rs at line 313
if txn.channel_has_state(&channel.borrow(), m)?.is_some() {if txn.channel_has_state(txn.states(&channel.borrow()), m)?.is_some(){ - replacement in pijul/src/commands/pushpull.rs at line 343
if txn.channel_has_state(&channel.borrow(), m)?.is_some() {if txn.channel_has_state(txn.states(&channel.borrow()), m)?.is_some(){ - replacement in pijul/Cargo.toml at line 53
libpijul = { path = "../libpijul", version = "1.0.0-alpha.30", features = [ "tarball" ] }libpijul = { path = "../libpijul", version = "1.0.0-alpha.31", features = [ "tarball" ] } - replacement in libpijul/src/unrecord/mod.rs at line 27
ChangeIsDependedUpon { change_id: ChangeId, dependent: ChangeId },ChangeIsDependedUpon {change_id: ChangeId,dependent: ChangeId,}, - replacement in libpijul/src/unrecord/mod.rs at line 105
return Err(UnrecordError::ChangeIsDependedUpon { change_id, dependent: d });return Err(UnrecordError::ChangeIsDependedUpon {change_id,dependent: d,}); - edit in libpijul/src/pristine/sanakirja.rs at line 811
type States = ::sanakirja::Db<Merkle, u64>;fn states<'a>(&self, channel: &'a Self::Channel) -> &'a Self::States {&channel.states} - replacement in libpijul/src/pristine/sanakirja.rs at line 817
channel: &Self::Channel,channel: &Self::States, - replacement in libpijul/src/pristine/sanakirja.rs at line 820
Ok(self.txn.get(&channel.states, m, None)?)Ok(self.txn.get(channel, m, None)?) - edit in libpijul/src/pristine/mod.rs at line 163
fn states<'a>(&self, channel: &'a Self::Channel) -> &'a Self::States; - edit in libpijul/src/pristine/mod.rs at line 224
type States; - replacement in libpijul/src/pristine/mod.rs at line 227
channel: &Self::Channel,channel: &Self::States, - replacement in libpijul/src/pristine/mod.rs at line 1676
if let Some(aa) = txn.channel_has_state(c0, state)? {if let Some(aa) = txn.channel_has_state(txn.states(c0), state)? { - replacement in libpijul/src/pristine/mod.rs at line 1684
if let Some(aa_) = txn.channel_has_state(c0, state)? {if let Some(aa_) = txn.channel_has_state(txn.states(c0), state)? { - replacement in libpijul/Cargo.toml at line 4
version = "1.0.0-alpha.30"version = "1.0.0-alpha.31" - replacement in Cargo.lock at line 937
version = "1.0.0-alpha.30"version = "1.0.0-alpha.31" - replacement in Cargo.lock at line 1288
version = "1.0.0-alpha.33"version = "1.0.0-alpha.35"