[Issue 2638] auto string var should be invariant(char)[], not char[]

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2638 Andrei Alexandrescu changed: What|Removed |Added Version|2.023 |D2 --

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 --- Comment #1 from jarrett.billings...@gmail.com 2009-02-01 12:43 --- Uh, what compiler version are you using? If you're using a D1 compiler, then it should be char[6]. --

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 --- Comment #2 from jlqu...@optonline.net 2009-02-01 13:04 --- (In reply to comment #1) > Uh, what compiler version are you using? If you're using a D1 compiler, then > it should be char[6]. Sorry, I'm referring to D2. Also, this i

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 --- Comment #3 from jarrett.billings...@gmail.com 2009-02-01 13:42 --- Both the D1 and D2 specs are on Digital Mars' site, so no, it's not unambiguous. --

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 --- Comment #4 from jlqu...@optonline.net 2009-02-01 14:16 --- (In reply to comment #3) > Both the D1 and D2 specs are on Digital Mars' site, so no, it's not > unambiguous. > The URL includes 2.0 in the path. But I'll try to rememb

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 --- Comment #5 from 2kor...@gmail.com 2009-02-01 16:53 --- shall we close the issue? --

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 --- Comment #6 from bra...@puremagic.com 2009-02-01 16:59 --- Why? string literals should be invariant in D2, so if that's not what's happening, then there's really a bug here. Is this report strictly a documentation bug or was ther

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 bra...@puremagic.com changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #7 fr

[Issue 2638] auto string var should be invariant(char)[], not char[]

2009-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2638 Leandro Lucarella changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|