Replies: 1 comment 2 replies
-
Hi @alamb @tustvold, do you think this is a case where panic should be error results? Or should the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The rle decoder has an assertion that can cause panic given corrupted inputs and the corresponding unit test says TBD (currently panics). By TBD It seems the panic is just a temporary behavior. If so, what would be the better behavior there if we want to avoid panics?
Beta Was this translation helpful? Give feedback.
All reactions