Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
feat: use the same Oid type everywhere
Merged liw opened 1 year ago

Previously we imported the Oid type (for Git object identifiers) different places. This was confusing, and also meant that upgrading a dependency (radicle-git-ext) broke, because two types with the same name imported from different versions of the same crate are different types.

Change this so that radicle::git::Oid is the one true Oid type we use.

Signed-off-by: Lars Wirzenius liw@liw.fi

liw opened with revision 43a8a95c on base 00ca0e8f +8 -12 1 year ago

Previously we imported the Oid type (for Git object identifiers) different places. This was confusing, and also meant that upgrading a dependency (radicle-git-ext) broke, because two types with the same name imported from different versions of the same crate are different types.

Change this so that radicle::git::Oid is the one true Oid type we use.

Signed-off-by: Lars Wirzenius liw@liw.fi

liw merged revision 43a8a95c at c45291bc 1 year ago