Thread overview
[Issue 23393] JSONValue: Appending object to array fails
Oct 07, 2022
FeepingCreature
Dec 17, 2022
Iain Buclaw
October 07, 2022
https://issues.dlang.org/show_bug.cgi?id=23393

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
It is a bit unclear what `[a] ~= b` should even do if b *is* an array: `a ~ b` or `a ~ [b]`. In D, this is normally disambiguated by the typesystem. Unfortunately, JS does not have an array concat operator. Requiring ~ to be array-plus-array may genuinely be the best solution.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
December 01
https://issues.dlang.org/show_bug.cgi?id=23393

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

https://github.com/dlang/phobos/issues/10502

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

--