Closed azasypkin closed 8 years ago
Good start :)
Ha-ha, especially failed Travis for such a tiny PR :)
It seems we can't implement Serialize
for Atom
as neither of them is in our crate :) I started to play with so called TaxonomyAtom
- wrapper around Atom
until I find a better solution :)
Let's start by making only Id<T>
use Atom
. Then we'll migrate stuff that needs to be atomicized to Id<T>
.
Looks good to me, thanks.
And thanks for taking the opportunity to advance #14 :)
Also, you are now officially in charge of discussing with @SimonSapin to find a way to not bloat our binary with useless strings :)
Looks good to me, thanks. And thanks for taking the opportunity to advance #14 :)
Np! You're so fast :) I was just about to ask if we want Id<T>::new
to accept Atom
instead of String
as an argument :)
Also, you are now officially in charge of discussing with @SimonSapin to find a way to not bloat our binary with useless strings :)
Sure :)
Good start :)