mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
Revert "u3: clear cached mugs on cell edit"
This reverts commit 94800ca79c
, which
fixed a bug with mugs in Vere. Fixing it retroactively invalidated the
mugs in all event logs in the present era, however.
This commit is contained in:
parent
4915ceb96b
commit
5c211c682d
@ -329,7 +329,6 @@ _mutate_cat(u3_noun big, c3_l axe_l, u3_noun som)
|
||||
*tar = _edit_or_mutate_cat(*tar, u3x_mas(axe_l), som);
|
||||
}
|
||||
}
|
||||
cel_u->mug_w = 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -349,7 +348,6 @@ _mutate(u3_noun big, u3_noun axe, u3_noun som)
|
||||
? &(cel_u->hed)
|
||||
: &(cel_u->tel);
|
||||
*tar = _edit_or_mutate(*tar, mor, som);
|
||||
cel_u->mug_w = 0;
|
||||
u3z(mor);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user