Stream: bugs

Topic: Runtime Panic/Incorrect Try matching with List(Try))


view this post on Zulip Edwin Santos (Dec 17 2025 at 02:11):

Opened an issue for: https://github.com/roc-lang/roc/issues/8696

When creating a List(Try(I64, _)) and matching on the Try in a for_each, the list elements are not recognized as either an Ok or an Err which will cause a runtime panic without an extraneous _ => matching branch.


Last updated: Dec 21 2025 at 12:15 UTC