Thread overview
[Issue 19986] Can't assign large const T to std.Variant.VariantN
Jun 19, 2019
Dlang Bot
Jun 27, 2019
Atila Neves
Jul 01, 2019
John Colvin
Jul 08, 2019
Dlang Bot
June 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19986

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@shove70 created dlang/phobos pull request #7080 "Fix issue 19986 - Can't assign large const T to std.Variant.VariantN" fixing this issue:

- Fix issue 19986 - Can't assign large const T to std.Variant.VariantN

https://github.com/dlang/phobos/pull/7080

--
June 27, 2019
https://issues.dlang.org/show_bug.cgi?id=19986

Atila Neves <atila.neves@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |atila.neves@gmail.com

--- Comment #2 from Atila Neves <atila.neves@gmail.com> ---
I'm unsure of why this is a bug.

--
July 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19986

--- Comment #3 from John Colvin <john.loughran.colvin@gmail.com> ---
(In reply to Atila Neves from comment #2)
> I'm unsure of why this is a bug.

Why would you expect it to work for const(ubyte[32]) or ubyte[33] but not for
const(ubyte[33])?

--
July 08, 2019
https://issues.dlang.org/show_bug.cgi?id=19986

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7080 "Fix issue 19986 - Can't assign large const T to std.Variant.VariantN" was merged into master:

- b289b55b7d35f56100c55696c53dcd5756c327a3 by shove70:
  Fix issue 19986 - Can't assign large const T to std.Variant.VariantN

https://github.com/dlang/phobos/pull/7080

--