mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
zinc gate casting bug
Casting with a `^&` rune example fails because of a minor jet typo: ``` > ^+(^&(|=(@ 15)) |=(@ 15)) -gene.[%ktpd %brts [%base %atom 0] %sand %ud 15] play-open-z ford: %slim failed: ford: %ride failed to compute type: ``` The above cast should go through. This fix makes that happen.
This commit is contained in:
parent
5d6e7eec0e
commit
aadd95bf98
@ -358,7 +358,7 @@
|
||||
return pro;
|
||||
}
|
||||
|
||||
case c3__ktpm: p_gen = u3t(gen);
|
||||
case c3__ktpd: p_gen = u3t(gen);
|
||||
_play_used();
|
||||
{
|
||||
u3_noun boc = _play_x(van, sut, p_gen);
|
||||
|
Loading…
Reference in New Issue
Block a user