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]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [5]
VO5OQW4WRemoving anyhow in libpijul - [6]
MU5GSJAWPartial push and pull (WARNING: breaks the existing protocol) - [7]
WIORLB47Version bump - [8]
76PCXGMLPushing to, and pulling from the local repository - [9]
WI5BS6BSNew published versions - [10]
UFCZKKLXUpgrading to the latest Sanakirja/Rand - [11]
XWETQ4DEUpgrading versions - [12]
XL6Y64UPFixing a panic when iterating over the basenames of a file - [13]
XAY4DYRRVersion bump - [14]
HW5Q7GGYVersion bump - [15]
ZQXP3HNAVersion bump - [16]
QMTANHVNReset: only output changed files - [17]
SAGSYAPXVarious version bumps - [18]
N35L72XVVersions in Cargo.lock - [19]
OCBM7IFENew release: pijul-1.0.0-alpha.8 - [20]
JACZWIJ6Version bump - [21]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [22]
G6S6PWZEDo not touch the channel if this is a partial record - [23]
KUMJITTFVersion bump in the lockfiles - [24]
HKEOO4QJVersion bump - [25]
JRENVH5DReqwest 0.11 - [26]
BT2ZHPY4Version bumps - [27]
SPA2OL5Ikeep-changes feature (default) to avoid deleting problematic changes - [28]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [29]
3WIQYEISFixing conflicts in Cargo.lock - [30]
YX3VCEOMVersion bump - [31]
VYHHOEYHVersions and formatting - [32]
PJ7T2VFLDo not hang on locked repositories - [33]
6DOXSHWGCleanup, and version bump - [34]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [35]
ZTVNGFNTVersion bump - [36]
3AMEP2Y5More convenient interface for channels - [37]
CT6FBU57SDPX license + version bump - [38]
3S4DR77ZVersion updates - [39]
OUWD436AVersion bump - [40]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [41]
I52XSRUHMassive cleanup, and simplification - [42]
G6YZ7U65Version bump - [43]
GHO6DWPIRefactoring iterators - [44]
NX5I5H53New published versions - [45]
23LVKATNUse pager crate for log output
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"