September 21, 2008
>>>> To facilitate archiving, you may want to post replies to the website instead.
>>>>
>>>> Andrei
>>>>
>>> Well that's weird, I could have sworn that replies posted to the NG thread were mirrored on bugzilla.  Maybe it's a bug in the puremagic mailing lists?
>> No, it never used to and I like the way it is!
>>
>> Sometimes I express my thoughts on the subject here on purpose so that they don't get posted to the bugzilla (because they address some irrelevant topic or loosely related to the original post or not helpful all). This discussion is on of examples :)
>>
> 
> Well well.  Color me wrong.

It's supposed to.  If that's stopped working, I'll fix it.  It's extremely handy.
September 21, 2008
On Sat, Sep 20, 2008 at 11:00 PM, Brad Roberts <braddr@puremagic.com> wrote:
>>>>> To facilitate archiving, you may want to post replies to the website instead.
>>>>>
>>>>> Andrei
>>>>>
>>>> Well that's weird, I could have sworn that replies posted to the NG thread were mirrored on bugzilla.  Maybe it's a bug in the puremagic mailing lists?
>>> No, it never used to and I like the way it is!
>>>
>>> Sometimes I express my thoughts on the subject here on purpose so that they don't get posted to the bugzilla (because they address some irrelevant topic or loosely related to the original post or not helpful all). This discussion is on of examples :)
>>>
>>
>> Well well.  Color me wrong.
>
> It's supposed to.  If that's stopped working, I'll fix it.  It's extremely handy.
>

I knew it!
September 30, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2367





------- Comment #4 from terranium@yandex.ru  2008-09-30 03:09 -------
(In reply to comment #2)
> One possibility discussed is that strings with only ASCII characters to have invariant(char)[N] as principal type.
What's up with ASCII? char in D is utf byte.

> In fact the N should be dropped too for a number of reasons.
ololo templates?


-- 

June 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2367


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com


--- Comment #5 from yebblies <yebblies@gmail.com> 2011-06-15 07:51:41 PDT ---
From Andrei's comment on bug 2606

void f(const(char)[] s) {}
void f(const(dchar)[] s) {}

void main()
{
    f("abc");
    auto a = "abc";
    f(a);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2367



--- Comment #6 from yebblies <yebblies@gmail.com> 2011-06-15 07:51:48 PDT ---
*** Issue 2606 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2367


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfj1esp02@sneakemail.com


--- Comment #7 from yebblies <yebblies@gmail.com> 2011-06-15 07:52:05 PDT ---
*** Issue 4592 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 17, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2367


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ellery-newcomer@utulsa.edu


--- Comment #8 from Don <clugdbug@yahoo.com.au> 2011-06-17 01:19:16 PDT ---
*** Issue 4353 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 29, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2367


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
           Platform|x86                         |All
            Version|unspecified                 |D2
         OS/Version|Linux                       |All


--- Comment #9 from yebblies <yebblies@gmail.com> 2011-06-30 07:16:26 EST ---
https://github.com/D-Programming-Language/dmd/pull/176

This issue also applies to 'null' literals.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 10, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2367


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeljko.grk@gmail.com


--- Comment #10 from yebblies <yebblies@gmail.com> 2011-09-10 23:42:26 EST ---
*** Issue 6639 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 09, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2367


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Severity|normal                      |enhancement


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