lurk-lab / arecibo

An advanced fork of Nova
https://lurk-lang.org/
MIT License
63 stars 27 forks source link

No more assert on result #346

Closed huitseeker closed 4 months ago

huitseeker commented 4 months ago

An assertion failure on a Result cannot output the useful message of the error.

This removes the systematic pattern of asserting on result states, specially when it comes to tests / benches. Prohibits them for good measure, using clippy.