[#841] | project: api | priority: low | category: missing feature | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Nikolay | Burak | fixed | 2006-11-27 11:37:49.0 | |
subject | [contrib #266] scala.Product10 and beyond would be useful | |||
code |
case class X(_1 : Int, _2 : Int, _3 : Int, _4 : Int, _5 : Int, _6 : Int, _7 : Int, _8 : Int, _9 : Int, _10 : Int) |
|||
what happened | type mismatch; found : X required: scala.Product case class CZoneFile(_1 : Int, _2 : Int, _3 : Int, _4 : Int, _5 : Int, _6 : Int, _7 : Int, _8 : Int, _9 : Int, _\ 10 : Int) ^ one error found |
|||
what expected | silent compilation | |||
[back to overview] |
Nikolay edited on 2006-11-27 11:38:38.0 |
Contribution #266 |
Burak edited on 2006-11-27 15:30:53.0 |
we generate some more products now (Product0..22) |
Burak edited on 2006-11-27 15:31:20.0 |
erm rather I should say we *have* more products... generation is something a compiler hacker has to do by hand. |