mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-15 13:17:41 +03:00
Initial klay stuff.
Clay.hoon doesn't work yet, haven't done subscriptions. Should probably changes yakis to only reference yaki mugs rather than yakis themselves - and have a blob map in the dome. Otherwise subscriptions and merges will suck for large stuff.
This commit is contained in:
parent
e308ced2d8
commit
2e8b2aee22
2
v/unix.c
2
v/unix.c
@ -1113,7 +1113,7 @@ _unix_desk_sync_soba(u2_udir* dir_u, u2_noun doz)
|
|||||||
u2_noun zod = u2t(doz);
|
u2_noun zod = u2t(doz);
|
||||||
|
|
||||||
while ( u2_nul != zod ) {
|
while ( u2_nul != zod ) {
|
||||||
_unix_desk_sync_tako(dir_u, u2k(u2h(u2h(zod))), u2k(u2t(u2t(u2h(zod)))));
|
_unix_desk_sync_tako(dir_u, u2k(u2h(u2h(zod))), u2k(u2t(u2h(zod))));
|
||||||
zod = u2t(zod);
|
zod = u2t(zod);
|
||||||
}
|
}
|
||||||
u2z(doz);
|
u2z(doz);
|
||||||
|
Loading…
Reference in New Issue
Block a user