Thread overview
[Issue 15792] Error Filling an array
Mar 12, 2016
Alex
Mar 12, 2016
Alex
Mar 12, 2016
Alex
Jun 03, 2016
Jack Stouffer
Dec 17, 2022
Iain Buclaw
Feb 13, 2023
RazvanN
March 12, 2016
https://issues.dlang.org/show_bug.cgi?id=15792

--- Comment #1 from Alex <sascha.orlov@gmail.com> ---
The error is: Error: cannot implicitly convert expression (1) of type int to Nullable!uint[]

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

--- Comment #2 from Alex <sascha.orlov@gmail.com> ---
filling via

arr[] = Nullable!uint(1);

is also possible

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

Alex <sascha.orlov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |minor

--
June 03, 2016
https://issues.dlang.org/show_bug.cgi?id=15792

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|phobos                      |dmd
           Hardware|x86_64                      |All
                 OS|Mac OS X                    |All

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
February 13, 2023
https://issues.dlang.org/show_bug.cgi?id=15792

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
          Component|dmd                         |phobos

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
This is not a compiler bug, but at most a phobos one.

--