[Issue 11213] Simplify switch case-range statement

2013-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11213 Andrej Mitrovic changed: What|Removed |Added Resolution|INVALID |WONTFIX --- Comment #6 from Andrej

[Issue 11213] Simplify switch case-range statement

2013-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11213 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Co

[Issue 11213] Simplify switch case-range statement

2013-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11213 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Co

[Issue 11213] Simplify switch case-range statement

2013-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11213 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11213] Simplify switch case-range statement

2013-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11213 rswhi...@googlemail.com changed: What|Removed |Added CC||rswhi...@googlemail.com ---

[Issue 11213] Simplify switch case-range statement

2013-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11213 --- Comment #1 from Andrej Mitrovic 2013-10-09 16:19:55 PDT --- And in fact every time I have to use a case-range statement I forget that we use this strange syntax, I always reach for "case 0 .. 4" but end up having a syntax error. Allowing