Stream: compiler development

Topic: Add back missing to-Dec conversions


view this post on Zulip Eric Rogstad (Jul 30 2026 at 04:40):

PR to add back I128.to_dec_try and U128.to_dec_try, which have been missing from the LLVM backend since May:

https://github.com/roc-lang/roc/pull/10479

view this post on Zulip Eric Rogstad (Jul 30 2026 at 04:42):

Btw, is it useful for me to post all my PRs here on Zulip, or should I just open them on GH and trust that someone will see them, and only post here if there's some question I have that I think warrants discussion?

view this post on Zulip Anton (Jul 31 2026 at 11:28):

should I just open them on GH and trust that someone will see them, and only post here if there's some question I have that I think warrants discussion?

Yes, or if the PR is urgent.


Last updated: Aug 12 2026 at 12:35 UTC