We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See report here (on derived codebase):
walkie/icfp2014@9982935#commitcomment-7189254
It appears that @tailrec doesn't see the tail call happening through an auxiliary function.
@tailrec
The text was updated successfully, but these errors were encountered:
Type inference: Fix stack overflow in @tailrec fun
55980cf
Workaround https://issues.scala-lang.org/browse/SI-8767: @tailrec does not work when the tail recursion is indirect, and does not even warn about that. Fixes #3.
I moved extraneous comment into #4, so that it's preserved when I port the fix from walkie/icfp2014.
Sorry, something went wrong.
ec778e0
Blaisorblade
No branches or pull requests
See report here (on derived codebase):
walkie/icfp2014@9982935#commitcomment-7189254
It appears that
@tailrec
doesn't see the tail call happening through an auxiliary function.The text was updated successfully, but these errors were encountered: