List of bugs in jets I found so far:
("exit" means bailing with c3__exit: deterministic crash that can be caught by the virtual interpreter; "failing" means bailing non-deterministically with any other how)
decexits on a cell sample instead of failing (infinite loop in Hoon)addexits onabeing a cell instead of failing (infinite loop in Hoon)cutandmetuse shortcuts that lead to incorrect results for(cut 2 [0 (bex 31)] (bex (bex 33)))and(met 32 (bex (bex 33)))lteandlthexit when the args are two equal cells, but they should return&and|respectivelycue,max,min,dvrdon't validate if the sample is an atom, leading to process abortingswpdoesn't check the bloq sizesorttreats non-loobean atoms as %|, but it must exit on them insteaddivon[0 0 0]exits instead of returning 0 (since(lth 0 0 0)should return&)u3qb_dropis plain wrong, though it is not used, so should just be removed