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
{{ message }}
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
@Fraser999 The new code will not stop compiling and will not regress because of a minute difference:
The orignal in XorName uses [u8; 64], and the new code uses [u8; 32]. Arrays of size 0-32 inclusive have the needed explicit trait implementations, including Eq.
When running crater against #36384, the results exposed a regression in our
XorName
crate.This crate has been absorbed (more or less verbatim) into our Routing crate which is published on crates.io, and as such I'd have expected a similar regression to have been exposed at https://github.com/maidsafe/routing/blob/master/src/xor_name.rs#L58-L59.
The text was updated successfully, but these errors were encountered: