[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-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||llu...@gmail.com
 Resolution||FIXED


--- Comment #8 from Leandro Lucarella  2009-12-07 15:02:02 
PST ---
Fixed 10 months ago (probably in DMD 2.025). It's unlisted in the changelog.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[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 from bra...@puremagic.com  2009-02-01 17:03 ---
Fixed in svn revision 906, pending next release.


-- 



[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 there also code associated to demonstrate the problem?

I'm assuming it's strictly a doc issue at the moment.


-- 



[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 #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 remember to set the version
next time, sorry.


-- 



[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 #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 is an issue with the spec web page, so
the language version is in the URL and 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 #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].


--