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

Make :dumptests check whether type is testable before starting. #642

Merged
merged 1 commit into from
Aug 30, 2019

Conversation

brianhuffman
Copy link
Contributor

Instead of panicking, :dumptests will now print the message
"The expression is not of a testable type" when used with an
inappropriately-typed expression. Also, Integer return values
are now supported.

Fixes #615.

Instead of panicking, :dumptests will now print the message
"The expression is not of a testable type" when used with an
inappropriately-typed expression. Also, Integer return values
are now supported.

Fixes #615.
@brianhuffman brianhuffman merged commit 8581f8e into master Aug 30, 2019
@brianhuffman brianhuffman deleted the issue615 branch December 13, 2019 20:00
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.

dumptests with (0 : Integer) panics
1 participant