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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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