You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks small differences between old-base and new-base where the difference needlessly adds work to migrating from old-base to new-base. Just add items here and mark them as resolved when new-base has been updated in the main branch.
Serial method add became inc
domain::base::serial::Serial has a method add(self, u32) while domain::new::base::serial::Serial has a method inc(self, i32).
i32 might be better that u32 but renaming from add to inc is unneeded.
Serial method now became unix_time
domain::base::serial::Serial vs domain::new::base::serial::Serial.
The fn doc string was changed as well.
Rtype became RType
domain::base::iana::rtype::Rtype vs domain::base::iana::RType
This issue tracks small differences between old-base and new-base where the difference needlessly adds work to migrating from old-base to new-base. Just add items here and mark them as resolved when new-base has been updated in the main branch.
Serial method
addbecameincdomain::base::serial::Serialhas a methodadd(self, u32)whiledomain::new::base::serial::Serialhas a methodinc(self, i32).i32 might be better that u32 but renaming from add to inc is unneeded.
Serial method
nowbecameunix_timedomain::base::serial::Serialvsdomain::new::base::serial::Serial.The fn doc string was changed as well.
Rtype became RType
domain::base::iana::rtype::Rtypevsdomain::base::iana::RType