[Issue 8244] cannot slice a type tuple with '[]' in locations where a type is valid

2013-11-25 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8244 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8244] cannot slice a type tuple with '[]' in locations where a type is valid

2013-11-25 Thread d-bugmail
/57c972cbf74e57a823626f487b790e810e2e40b2 fix Issue 8244 - cannot slice a type tuple with '[]' in locations where a type is valid https://github.com/D-Programming-Language/dmd/commit/a6bda1e6fca61df9a46a94dcc95bc5564fc47ce9 Merge pull request #2855 from 9rnsr/fix8244 Issue 8244 - cannot slice a type tuple with '[]'

[Issue 8244] cannot slice a type tuple with '[]' in locations where a type is valid

2013-11-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8244 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 201