Thread overview
[Issue 15778] [REG2.064] polysemous string type doesn't work in array operation
[Issue 15778] polysemous string type doesn't work in array operation
Mar 08, 2016
ag0aep6g@gmail.com
Mar 09, 2016
b2.temp@gmx.com
Mar 09, 2016
Kenji Hara
Mar 09, 2016
Kenji Hara
Mar 10, 2016
Temtaime
Mar 10, 2016
Temtaime
Mar 14, 2016
Sobirari Muhomori
Mar 21, 2020
Basile-z
March 08, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

ag0aep6g@gmail.com changed:

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

--- Comment #1 from ag0aep6g@gmail.com ---
The 'regression' severity level indicates that the code works with a previous version of dmd. What version does it work with?

--
March 09, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #2 from b2.temp@gmx.com ---
void f(wchar[] s)
{
    s[]="a"w;
}
March 09, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|polysemous string type      |[REG2.064] polysemous
                   |doesn't work in array       |string type doesn't work in
                   |operation                   |array operation

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
Introduced in 2.064.

--
March 09, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/5511

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f3849978badaf2e07966c2f6c5c8af50486a1b0a fix Issue 15778 - polysemous string type doesn't work in array operation

https://github.com/D-Programming-Language/dmd/commit/f1ee0d010a0cdcb7af096f157a18228a9eca0e2f Merge pull request #5511 from 9rnsr/fix15778

[REG2.064] Issue 15778 - polysemous string type doesn't work in array operation

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

Temtaime <temtaime@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |temtaime@gmail.com
           Severity|regression                  |normal

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

Temtaime <temtaime@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression

--- Comment #6 from Temtaime <temtaime@gmail.com> ---
I'm sorry bugzilla redirects in a strange way
Restored status to regression

--
March 14, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f3849978badaf2e07966c2f6c5c8af50486a1b0a fix Issue 15778 - polysemous string type doesn't work in array operation

https://github.com/D-Programming-Language/dmd/commit/f1ee0d010a0cdcb7af096f157a18228a9eca0e2f Merge pull request #5511 from 9rnsr/fix15778

--
March 14, 2016
https://issues.dlang.org/show_bug.cgi?id=15778

--- Comment #8 from Sobirari Muhomori <dfj1esp02@sneakemail.com> ---
(In reply to ag0aep6g from comment #1)
> The 'regression' severity level indicates that the code works with a previous version of dmd. What version does it work with?

I upgraded from 2.063 :3

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=15778

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--