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