mirror of
https://github.com/urbit/shrub.git
synced 2024-12-02 08:55:07 +03:00
address joe's feedback (except mean)
This commit is contained in:
parent
4a2c392472
commit
1c243a1154
@ -298,6 +298,7 @@
|
||||
# define c3__delc c3_s4('d','e','l','c')
|
||||
# define c3__delt c3_s4('d','e','l','t')
|
||||
# define c3__dept c3_s4('d','e','p','t')
|
||||
# define c3__dext c3_s4('d','e','x','t')
|
||||
# define c3__dgdp c3_s4('d','g','d','p')
|
||||
# define c3__dgkt c3_s4('d','g','k','t')
|
||||
# define c3__dgnp c3_s4('d','g','n','p')
|
||||
|
@ -23,9 +23,7 @@
|
||||
{
|
||||
return u3m_bail(c3__fail);
|
||||
} else {
|
||||
// XX Maybe it'd be nicer to use a different mote than c3__nest
|
||||
// here. Meh.
|
||||
c3_m fun_m = 141 + c3__nest + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
|
||||
c3_m fun_m = 141 + c3__dext + ((!!u3r_at(u3qfu_van_vet, van)) << 8);
|
||||
u3_noun pro = u3z_find_2(fun_m, sut, ref);
|
||||
|
||||
if ( u3_none != pro ) {
|
||||
|
@ -451,23 +451,20 @@ static c3_c* _141_pen_loot_ha[] = {
|
||||
0
|
||||
};
|
||||
static u3j_harm _141_pen__ut_nest_a[] = {{".2", u3wfu_nest}, {}};
|
||||
static c3_c* _141_pen__ut_nest_ha[] = {0};
|
||||
static u3j_harm _141_pen__ut_nest_dext_a[] = {{".2", u3wfu_nest_dext}, {}};
|
||||
static c3_c* _141_pen__ut_nest_dext_ha[] = {0};
|
||||
static u3j_core _141_pen__ut_nest_in_d[] =
|
||||
{
|
||||
// TODO: compute hash
|
||||
{ "nest-dext", 3, _141_pen__ut_nest_dext_a, 0, 0 },
|
||||
{ "nest-dext", 3, _141_pen__ut_nest_dext_a, 0, _141_pen__ut_nest_dext_ha },
|
||||
{}
|
||||
};
|
||||
static c3_c* _141_pen__ut_nest_in_ha[] = {0};
|
||||
static u3j_core _141_pen__ut_nest_d[] =
|
||||
{
|
||||
// TODO: Compute hash for nest-in.
|
||||
{ "nest-in", 7, 0, _141_pen__ut_nest_in_d, 0 },
|
||||
{ "nest-in", 7, 0, _141_pen__ut_nest_in_d, _141_pen__ut_nest_in_ha },
|
||||
{}
|
||||
};
|
||||
static c3_c* _141_pen__ut_nest_ha[] = {
|
||||
"a55b695cdba00e7fa8f2c74a332880c877701555b2909b5b3028aea5839d62cd",
|
||||
0
|
||||
};
|
||||
static u3j_harm _141_pen__ut_peek_a[] = {{".2", u3wfu_peek}, {}};
|
||||
static c3_c* _141_pen__ut_peek_ha[] = {
|
||||
"904ff7359e89d1886f884c4409f104269cdb8dfb4683f116ff00bc98a4720df7",
|
||||
|
Loading…
Reference in New Issue
Block a user