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 stack-safety-test for tailRecM in MonadTests only fail when checking the test #1507

Merged
merged 1 commit into from
Dec 29, 2016

Commits on Dec 29, 2016

  1. make stack-safety-test for tailRecM in MonadTests only fail when chec…

    …king the test
    
    Previously, already calling 'MonadTests[Signal].monad[Int, Int, Int].all' would cause a StackOverflowError, now this is only caused when executing the test and can be captured e.g. by using check.
    
    In our case, this solved a ScalaTest test suite from aborting and thus not executing any tests to just a failing test.
    fabianschmitthenner committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    bf2bc13 View commit details
    Browse the repository at this point in the history