Thread overview
[Issue 18538] ubyte[] can append to string
Feb 28, 2018
FeepingCreature
Feb 28, 2018
FeepingCreature
Feb 28, 2018
ag0aep6g@gmail.com
Dec 17, 2022
Iain Buclaw
February 28, 2018
https://issues.dlang.org/show_bug.cgi?id=18538

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
February 28, 2018
https://issues.dlang.org/show_bug.cgi?id=18538

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
Bonus round!

Works: s ~= ub;

Does not work: s = s ~ ub;

--
February 28, 2018
https://issues.dlang.org/show_bug.cgi?id=18538

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid
                 CC|                            |ag0aep6g@gmail.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18538

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=18538

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19401

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--