Jump to page: 1 2 3
Thread overview
[dmd-beta] D 1.076 and 2.061 beta 1
Dec 26, 2012
Walter Bright
Dec 26, 2012
Andrej Mitrovic
Dec 26, 2012
Walter Bright
Dec 26, 2012
David Nadlinger
Dec 26, 2012
David Nadlinger
Dec 27, 2012
David Nadlinger
Dec 26, 2012
Sönke Ludwig
Dec 27, 2012
Andrej Mitrovic
Dec 27, 2012
Walter Bright
Dec 27, 2012
Andrej Mitrovic
Dec 27, 2012
Walter Bright
Dec 27, 2012
Andrej Mitrovic
Dec 30, 2012
Walter Bright
Dec 30, 2012
Andrej Mitrovic
Dec 30, 2012
Walter Bright
Dec 30, 2012
Andrej Mitrovic
Dec 30, 2012
Walter Bright
Dec 31, 2012
Andrej Mitrovic
Dec 30, 2012
Andrej Mitrovic
Dec 30, 2012
Andrej Mitrovic
Dec 31, 2012
Sönke Ludwig
Jan 01, 2013
Sönke Ludwig
Dec 31, 2012
Dmitry Olshansky
Dec 31, 2012
Walter Bright
December 26, 2012
Concomitant with the staging branch, here are the first betas:

http://ftp.digitalmars.com/dmd1beta.zip
http://ftp.digitalmars.com/dmd2beta.zip
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 26, 2012
On 12/26/12, Walter Bright <walter@digitalmars.com> wrote:
> Concomitant with the staging branch, here are the first betas:
>
> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip

Can we discuss the changelog or is that not done yet?

E.g.: It lists the -di flag but we've removed that feature. Also the
changelog list is missing newlines (the dmd bug list is one huge
sentence), and there are no hyperlinks.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 26, 2012
On 12/26/2012 6:32 AM, Andrej Mitrovic wrote:
> On 12/26/12, Walter Bright <walter@digitalmars.com> wrote:
>> Concomitant with the staging branch, here are the first betas:
>>
>> http://ftp.digitalmars.com/dmd1beta.zip
>> http://ftp.digitalmars.com/dmd2beta.zip
> Can we discuss the changelog or is that not done yet?
>
> E.g.: It lists the -di flag but we've removed that feature. Also the
> changelog list is missing newlines (the dmd bug list is one huge
> sentence), and there are no hyperlinks.
>

Eh, I screwed up the changelog. Will fix.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 26, 2012
On Wed, Dec 26, 2012 at 12:00 PM, Walter Bright <walter@digitalmars.com> wrote:
> Concomitant with the staging branch, here are the first betas:
> […]
> http://ftp.digitalmars.com/dmd2beta.zip

Investigating some test suite failures in Thrift right now, not sure if these are regressions yet.

David
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta
December 26, 2012
I'm getting some strange errors inside templates (mostly inside Phobos) that have no obvious
connection to the application code. One reduced example is
http://d.puremagic.com/issues/show_bug.cgi?id=9210 but I have other places failing as well.
Unfortunately, the example imports std.datetime, so maybe it's not reduced enough when taking into
account all the participating code...
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 27, 2012
On Wed, Dec 26, 2012 at 11:14 PM, David Nadlinger <code@klickverbot.at> wrote:
> Investigating some test suite failures in Thrift right now, not sure if these are regressions yet.

http://d.puremagic.com/issues/show_bug.cgi?id=9213

David
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 27, 2012
On 12/26/12, Walter Bright <walter@digitalmars.com> wrote:
> Concomitant with the staging branch, here are the first betas:
>
> http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip

The LIMKCMD variable has been changed from:

LINKCMD=%@P%\link.exe

to hardcoded:

LINKCMD=c:\dm\bin\link.exe

Same thing with VCINSTALLDIR and WindowsSdkDir, why are these
hardcoded to the C drive?
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 27, 2012
On Thu, Dec 27, 2012 at 12:32 AM, David Nadlinger <code@klickverbot.at> wrote:
> On Wed, Dec 26, 2012 at 11:14 PM, David Nadlinger <code@klickverbot.at> wrote:
>> Investigating some test suite failures in Thrift right now, not sure if these are regressions yet.
>
> http://d.puremagic.com/issues/show_bug.cgi?id=9213

Another one: http://d.puremagic.com/issues/show_bug.cgi?id=9215

A fix for this might be easy, but I don't have the time for a closer look at it right now.

David
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 27, 2012
On 12/26/2012 4:15 PM, Andrej Mitrovic wrote:
> On 12/26/12, Walter Bright <walter@digitalmars.com> wrote:
>> Concomitant with the staging branch, here are the first betas:
>>
>> http://ftp.digitalmars.com/dmd1beta.zip
>> http://ftp.digitalmars.com/dmd2beta.zip
> The LIMKCMD variable has been changed from:
>
> LINKCMD=%@P%\link.exe
>
> to hardcoded:
>
> LINKCMD=c:\dm\bin\link.exe
>
> Same thing with VCINSTALLDIR and WindowsSdkDir, why are these
> hardcoded to the C drive?

LINKCMD has been changed back. What do you suggest for the defaults for the others?

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

December 27, 2012
On 12/27/12, Walter Bright <walter@digitalmars.com> wrote:
> LINKCMD has been changed back. What do you suggest for the defaults for the others?

After starting vcvarsall.bat both 'VCINSTALLDIR' and 'WindowsSdkDir'
are defined as environment variables.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

« First   ‹ Prev
1 2 3