remove unneccesary explicit lifetimes
[?]
Dec 5, 2020, 2:15 PM
WKX5S4Z4DOB5S6A6X5V6ECZFCHQUMWRGX5XT4FBOG57P6HPWK7CACDependencies
- [2]
6T5ULULMFixing conflicts with the changes from discussion #143 - [3]
UDHP4ZVBFixing SSH asynchronicity issues - [4]
VQPAUKBQchannel switch as an alias to reset - [5]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [6]
7A2TSC4PConflict solving code (FOLDER edges) - [7]
DNQHXWRZaddress clippy hard errors - [8]
WZVCLZKYaddress clippy lints - [9]
SZWBLWZ4Reading ~/.ssh/config - [10]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [11]
I52XSRUHMassive cleanup, and simplification
Change contents
- replacement in pijul/src/remote/ssh.rs at line 46
pub fn ssh_remote<'a>(addr: &'a str) -> Option<Remote<'a>> {pub fn ssh_remote(addr: &str) -> Option<Remote> { - replacement in pijul/src/remote/mod.rs at line 436
pub async fn pull<'a, T: MutTxnTExt + TxnTExt>(&'a mut self,pub async fn pull<T: MutTxnTExt + TxnTExt>(&mut self, - replacement in pijul/src/config.rs at line 76
pub fn current_channel<'a>(&'a self) -> Option<&'a str> {pub fn current_channel(&self) -> Option<&str> { - replacement in libpijul/src/vertex_buffer.rs at line 4
pub const START_MARKER: &'static str = "\n>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n";pub const START_MARKER: &str = "\n>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n"; - replacement in libpijul/src/vertex_buffer.rs at line 6
pub const SEPARATOR: &'static str = "\n================================\n";pub const SEPARATOR: &str = "\n================================\n"; - replacement in libpijul/src/vertex_buffer.rs at line 8
pub const END_MARKER: &'static str = "\n<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n";pub const END_MARKER: &str = "\n<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n"; - replacement in libpijul/src/record.rs at line 389
fn delete_obsolete_children<'a, T: MutTxnT, W: WorkingCopy>(fn delete_obsolete_children<T: MutTxnT, W: WorkingCopy>( - replacement in libpijul/src/pristine/sanakirja.rs at line 641
fn iter_revinodes<'txn>(&'txn self,) -> super::Cursor<Self, &'txn Self, Self::RevinodesCursor, Position<ChangeId>, Inode> {fn iter_revinodes(&self,) -> super::Cursor<Self, &Self, Self::RevinodesCursor, Position<ChangeId>, Inode> { - replacement in libpijul/src/pristine/mod.rs at line 204
fn iter_revdep<'a, 'txn>(&'txn self,p: ChangeId,) -> Cursor<Self, &'txn Self, Self::DepCursor, ChangeId, ChangeId>;fn iter_revdep(&self, p: ChangeId) -> Cursor<Self, &Self, Self::DepCursor, ChangeId, ChangeId>; - replacement in libpijul/src/pristine/mod.rs at line 206
fn iter_dep<'txn>(&'txn self,p: ChangeId,) -> Cursor<Self, &'txn Self, Self::DepCursor, ChangeId, ChangeId>;fn iter_dep(&self, p: ChangeId) -> Cursor<Self, &Self, Self::DepCursor, ChangeId, ChangeId>; - replacement in libpijul/src/pristine/mod.rs at line 213
fn iter_touched<'txn>(&'txn self,fn iter_touched(&self, - replacement in libpijul/src/pristine/mod.rs at line 216
) -> Cursor<Self, &'txn Self, Self::Touched_filesCursor, Position<ChangeId>, ChangeId>;) -> Cursor<Self, &Self, Self::Touched_filesCursor, Position<ChangeId>, ChangeId>; - replacement in libpijul/src/pristine/mod.rs at line 218
fn iter_rev_touched<'txn>(&'txn self,fn iter_rev_touched(&self, - replacement in libpijul/src/pristine/mod.rs at line 221
) -> Cursor<Self, &'txn Self, Self::Rev_touched_filesCursor, ChangeId, Position<ChangeId>>;) -> Cursor<Self, &Self, Self::Rev_touched_filesCursor, ChangeId, Position<ChangeId>>; - replacement in libpijul/src/pristine/mod.rs at line 255
fn iter_inodes<'txn>(&'txn self,) -> Cursor<Self, &'txn Self, Self::InodesCursor, Inode, Position<ChangeId>>;fn iter_inodes(&self) -> Cursor<Self, &Self, Self::InodesCursor, Inode, Position<ChangeId>>; - replacement in libpijul/src/pristine/mod.rs at line 260
fn iter_revinodes<'txn>(&'txn self,) -> Cursor<Self, &'txn Self, Self::RevinodesCursor, Position<ChangeId>, Inode>;fn iter_revinodes(&self,) -> Cursor<Self, &Self, Self::RevinodesCursor, Position<ChangeId>, Inode>;