Stream: announcements

Topic: Breaking change: Dec's I128 conversions


view this post on Zulip Luke Boswell (Aug 13 2026 at 00:50):

This PR https://github.com/roc-lang/roc/pull/10737 is a breaking change with the next nightly

to_i128_wrap        : Dec -> I128                     ┐
to_i128_try         : Dec -> Try(I128, [OutOfRange])  ┴→ to_i128         : Dec -> I128
round_to_i128_try   : Dec -> Try(I128, [OutOfRange])   → round_to_i128   : Dec -> I128
floor_to_i128_try   : Dec -> Try(I128, [OutOfRange])   → floor_to_i128   : Dec -> I128
ceiling_to_i128_try : Dec -> Try(I128, [OutOfRange])   → ceiling_to_i128 : Dec -> I128

Last updated: Sep 03 2026 at 15:16 UTC