You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes implicit coercion in Primus Lisp monoid operators (#1301)
Arithmetic and bitwise operators in Primus Lisp accept bitvectors of
arbitrary lengths and performs implicit coercion of the operands to
the greatest sort.
However, the first argument was accidentally removed from the
coercion, which is now fixed. In addition, the coercion procedure was
missing an opportunity to perform the coercion statically, which is
done in the new implementation.
0 commit comments