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
The fallback uint128 aggregate has no constructor from integers, so
constructing it directly from int/uint64_t literals broke the
zmij-no-int128-test build. Route construction through a make_bigint
helper that handles both the native __int128 and the fallback type.
0 commit comments