On 10/28/13, Ali Çehreli wrote:
> Looks like a compiler bug to me. Reduced:
> Is there a reason why the last line cannot be compiled?
Could be one of these:
http://d.puremagic.com/issues/show_bug.cgi?id=9295
http://d.puremagic.com/issues/show_bug.cgi?id=9520
There's a bunch of these array liter
On 10/28/2013 02:39 PM, Wolftein wrote:
>>> Error: variable org.ghrum.installer.option.CompilerTable cannot
>>> infer type from initializer
>>
>> The declaration is public static auto CompilerTable = [ ... ]
>
> Had to use string[string][] instead of auto.
Looks like a compiler bug to me. Reduce
On Monday, 28 October 2013 at 21:27:46 UTC, Auto cannot infer
type from initializer wrote:
On Monday, 28 October 2013 at 21:26:41 UTC, Auto cannot infer
type from initializer wrote:
public static CompilerTable = [
/// \brief
public static CompilerTable = [
/// \brief DMD
["-c" : "-c",
"-debug" : "-debug",
"-g" : "-g",
"-gc"
On Monday, 28 October 2013 at 21:26:41 UTC, Auto cannot infer
type from initializer wrote:
public static CompilerTable = [
/// \brief DMD
["-c"