Closed
Description
The TailRec
phase goes into an infinit loop when processing a tree: Apply
such that tree.symbol != tree.fun
. This is the loop I observed with jstack
:
- src/dotty/tools/dotc/transform/TailRec.scala#309
- src/dotty/tools/dotc/transform/TailRec.scala#210
- src/dotty/tools/dotc/transform/TailRec.scala#190
- src/dotty/tools/dotc/transform/TailRec.scala#177
Unfortunately I don't see how I could derive a minimized test case from the very large scalatest code base, if someone has an idea on how to pinpoint the issue in source please let me know!
Metadata
Metadata
Assignees
Labels
No labels