September 27, 2014
> https://auto-tester.puremagic.com/?projectid=10
>
> Just windows left now.

Looks like a dash is missing?

ofmagicport\magicport2.exe magicport\magicport2.d magicport\ast.d  magicport\scanner.d magicport\tokens.d  magicport\parser.d magicport\dprinter.d  magicport\typenames.d magicport\visitor.d  magicport\namer.d
Error: 'ofmagicport\magicport2.exe' not found
September 27, 2014
"Trass3r"  wrote in message news:fturaeslxjggkucprxpn@forum.dlang.org...

> Looks like a dash is missing?
>
> ofmagicport\magicport2.exe magicport\magicport2.d magicport\ast.d magicport\scanner.d magicport\tokens.d  magicport\parser.d magicport\dprinter.d  magicport\typenames.d magicport\visitor.d magicport\namer.d
> Error: 'ofmagicport\magicport2.exe' not found

No, HOST_DC is not set so after expansions make sees:

-ofmagicport\magicport2.exe magicport\magicport2.d magicport\ast.d
  magicport\scanner.d magicport\tokens.d  magicport\parser.d
magicport\dprinter.d  magicport\typenames.d magicport\visitor.d
magicport\namer.d

instead of
path\to\dmd -ofmagicport\magicport2.exe magicport\magicport2.d magicport\ast.d
  magicport\scanner.d magicport\tokens.d  magicport\parser.d
magicport\dprinter.d  magicport\typenames.d magicport\visitor.d
magicport\namer.d

Then removes the '-' and tries to run the compiler switch. 

November 12, 2014
>As of a few hours ago DDMD has gone green in the autotester on the main platforms.

> https://auto-tester.puremagic.com/?projectid=10

I do not see DDMD here. Is it was moved to another location?
November 12, 2014
On 2014-11-12 09:01, Suliman wrote:

> I do not see DDMD here. Is it was moved to another location?

I would guess it's "DMD Yebblies". "yebblies" is Daniel Murphy's name on Github.

-- 
/Jacob Carlborg
November 12, 2014
"Suliman"  wrote in message news:tzwckeesoiotlabdyxkb@forum.dlang.org...

> >As of a few hours ago DDMD has gone green in the autotester on the main platforms.
>
> > https://auto-tester.puremagic.com/?projectid=10
>
> I do not see DDMD here. Is it was moved to another location?

It is there at the moment, although I do occasionally use that autotester project for testing other branches.  As you can see, it's passing everywhere except windows. 

1 2 3 4 5
Next ›   Last »