Fantom

Login | Register

Compiler bug - duplicate slot x$num #528

brian
15 Apr 2009

Andys code:

22.times |Int c|
{
  users.add(User { it.id=c; })
  cols.add(map[users[c]])
}

....

11.times |Int c|
{
  11.times |Int z|
  {
    if (c == z) return
    verifyNotEq(cols[c], cols[z])
  }
}

UserColorMapTest.fan(13,3): Internal error: duplicate slot c$0

I've seen it in another case too.

brian
15 Apr 2009

Promoted to ticket #528 and assigned to brian

brian
1 May 2009

Ticket resolved in 1.0.42

Login or Register to Reply

Back | All Topics