Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic with details for unimplemented features #65

Closed
wants to merge 1 commit into from
Closed

Panic with details for unimplemented features #65

wants to merge 1 commit into from

Conversation

13rac1
Copy link
Contributor

@13rac1 13rac1 commented Mar 26, 2019

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

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.
@13rac1
Copy link
Contributor Author

13rac1 commented Mar 26, 2019

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.

@13rac1
Copy link
Contributor Author

13rac1 commented Jun 13, 2019

No response in over two months. Closing.

@13rac1 13rac1 closed this Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant