-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add FlatMapRec, MonadRec. #1040
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
Conversation
|
/cc @ceedubs @adelbertc |
|
I don't understand why, but it looks like the build is failing with this: |
Current coverage is 88.13%
@@ master #1040 diff @@
==========================================
Files 215 217 +2
Lines 2727 2729 +2
Methods 2663 2667 +4
Messages 0 0
Branches 59 57 -2
==========================================
- Hits 2421 2405 -16
- Misses 306 324 +18
Partials 0 0
|
|
So when I (halfway) implemented this many moons ago I tried to write a test that would test the stack safety of implementations.. is that possible? |
|
@ceedubs strange, I haven't seen that error. But I fixed a Scaladoc link so now the travis build started again. |
|
@adelbertc Yeah, but that should go to #1041 then. |
|
2.11.8 test is succeeding now. 2.10.6 failed and I can't even tell why. |
|
@TomasMikula is it possible to get this and #1041 put into 1 PR? either this one or that one? |
|
@adelbertc sure, #1041 contains the commit of this PR as well. |
|
Closed in favor of #1041 |
See #616.