Skip to content

Commit

Permalink
u3: declares %139 jets for +scot and +scow (#537)
Browse files Browse the repository at this point in the history
This PR corrects a mistake from #291, introduced in porting from
urbit/urbit#6008. Those new jets were declared for %140, but that PR was
merged on top of the release of %139, and the declarations were not
duplicated as they should've been.
  • Loading branch information
joemfb authored Oct 13, 2023
2 parents 770d094 + be185b5 commit 9097efb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/noun/jets/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2224,11 +2224,8 @@ static u3j_core _139_qua_d[] =
{ "mole", 7, _140_qua_mole_a, 0, no_hashes },
{ "mule", 7, _140_qua_mule_a, 0, no_hashes },

// XX disabled, implicated in memory corruption
// write tests and re-enable
//
// { "scot", 7, _140_qua_scot_a, 0, no_hashes },
// { "scow", 7, _140_qua_scow_a, 0, no_hashes },
{ "scot", 7, _140_qua_scot_a, 0, no_hashes },
{ "scow", 7, _140_qua_scow_a, 0, no_hashes },
{ "slaw", 7, _140_qua_slaw_a, 0, no_hashes },
{}
};
Expand Down

0 comments on commit 9097efb

Please sign in to comment.