Closed 13rac1 closed 5 years ago
I'm fairly sure I'm only panicking for unimplemented features. All existing tests work, but there is a non-zero chance this may cause failures for users of undocumented/untested/undefined features. Probably for the best though, since we'll find out what those are.
No response in over two months. Closing.
A better developer experience IMO than the current unexplained errors. Custom tests have "expectPanic" which fail when a panic() doesn't happen.
Comment out panic() and expectPanic bool to work on a feature.
Pulled out of #63