Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information