|
| 1 | +-- Error: tests/neg/16463.scala:42:33 ---------------------------------------------------------------------------------- |
| 2 | +42 | println(compiletime.constValue[TupleOps.BubbleSort[(1, 2)]]) // error: Recursion limit exceeded |
| 3 | + | ^ |
| 4 | + | Recursion limit exceeded. |
| 5 | + | Maybe there is an illegal cyclic reference? |
| 6 | + | If that's not the case, you could also try to increase the stacksize using the -Xss JVM option. |
| 7 | + | For the unprocessed stack trace, compile with -Yno-decode-stacktraces. |
| 8 | + | A recurring operation is (inner to outer): |
| 9 | + | |
| 10 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 11 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 12 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 13 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 14 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 15 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 16 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 17 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 18 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 19 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 20 | + | ... |
| 21 | + | |
| 22 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 23 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 24 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 25 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 26 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 27 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 28 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 29 | + | reduce type EmptyTuple *: EmptyTuple match ... |
| 30 | + | reduce type ((1 : Int) *: EmptyTuple.type) *: EmptyTuple match ... |
| 31 | + | reduce type ((1 : Int), (2 : Int)) match ... |
0 commit comments