Jump to page: 1 211  
Page
Thread overview
[dmd-beta] D 2.062 beta
Feb 08, 2013
Walter Bright
Feb 08, 2013
Don Clugston
Feb 08, 2013
Nick Sabalausky
Feb 10, 2013
Nick Sabalausky
Feb 08, 2013
Nick Sabalausky
Feb 08, 2013
Walter Bright
Feb 08, 2013
Jordi Sayol
Feb 08, 2013
Walter Bright
Feb 08, 2013
Jordi Sayol
Feb 08, 2013
Jordi Sayol
Feb 08, 2013
Walter Bright
Feb 08, 2013
Brad Anderson
Feb 08, 2013
Nick Sabalausky
Feb 08, 2013
Sönke Ludwig
Feb 08, 2013
Sönke Ludwig
Feb 08, 2013
Don Clugston
Feb 08, 2013
Nick Sabalausky
Feb 08, 2013
Walter Bright
Feb 08, 2013
Jonathan M Davis
Feb 08, 2013
Nick Sabalausky
Feb 08, 2013
Jonathan M Davis
Feb 08, 2013
Nick Sabalausky
Feb 09, 2013
Nick Sabalausky
Feb 09, 2013
kenji hara
Feb 09, 2013
Nick Sabalausky
Feb 09, 2013
Nick Sabalausky
Feb 09, 2013
Walter Bright
Feb 08, 2013
Andrej Mitrovic
Feb 09, 2013
Rainer Schuetze
Feb 10, 2013
Andrej Mitrovic
Feb 10, 2013
Walter Bright
Feb 10, 2013
Rainer Schuetze
Feb 10, 2013
Walter Bright
Feb 10, 2013
Rainer Schuetze
Feb 10, 2013
Walter Bright
Feb 11, 2013
Jacob Carlborg
Feb 12, 2013
Rainer Schuetze
Feb 12, 2013
Walter Bright
Feb 13, 2013
Leandro Lucarella
Feb 13, 2013
Walter Bright
Feb 13, 2013
Jacob Carlborg
Feb 13, 2013
Walter Bright
Feb 14, 2013
Jacob Carlborg
Feb 15, 2013
Jesse Phillips
Feb 15, 2013
Walter Bright
Feb 15, 2013
Jesse Phillips
Feb 15, 2013
Nick Sabalausky
Feb 15, 2013
Jacob Carlborg
Feb 15, 2013
Jesse Phillips
Feb 13, 2013
Nick Sabalausky
Feb 14, 2013
Jacob Carlborg
Feb 14, 2013
Nick Sabalausky
Feb 15, 2013
Leandro Lucarella
Feb 15, 2013
Nick Sabalausky
Feb 17, 2013
Leandro Lucarella
Feb 14, 2013
Leandro Lucarella
Feb 13, 2013
Jonathan M Davis
Feb 13, 2013
Jacob Carlborg
Feb 11, 2013
Walter Bright
Feb 11, 2013
Rory McGuire
Feb 12, 2013
Nick Sabalausky
Feb 12, 2013
Nick Sabalausky
Feb 12, 2013
Walter Bright
Feb 13, 2013
Walter Bright
Feb 15, 2013
Walter Bright
Feb 15, 2013
H. S. Teoh
Feb 15, 2013
David Nadlinger
Feb 15, 2013
Walter Bright
Feb 15, 2013
David Nadlinger
Feb 15, 2013
kenji hara
Feb 16, 2013
Walter Bright
Feb 17, 2013
David Nadlinger
Feb 15, 2013
Jacob Carlborg
Feb 17, 2013
Nick Sabalausky
Feb 17, 2013
Walter Bright
Feb 17, 2013
Walter Bright
Feb 17, 2013
Walter Bright
Feb 17, 2013
Andrej Mitrovic
Feb 17, 2013
Walter Bright
Feb 17, 2013
Nick Sabalausky
Feb 17, 2013
H. S. Teoh
Feb 17, 2013
Jonathan M Davis
Feb 17, 2013
Walter Bright
Feb 17, 2013
Andrej Mitrovic
Feb 17, 2013
Nick Sabalausky
Feb 17, 2013
Walter Bright
Feb 17, 2013
Jacob Carlborg
Feb 17, 2013
Walter Bright
Feb 17, 2013
Daniel Murphy
Feb 17, 2013
Jacob Carlborg
Feb 17, 2013
Walter Bright
Feb 17, 2013
Jonathan M Davis
Feb 17, 2013
Andrej Mitrovic
Feb 17, 2013
Jacob Carlborg
Feb 17, 2013
Walter Bright
Feb 17, 2013
Andrej Mitrovic
Feb 17, 2013
Jonathan M Davis
Feb 17, 2013
David Nadlinger
Feb 17, 2013
Jacob Carlborg
February 08, 2013
http://ftp.digitalmars.com/dmd2beta.zip
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 08, 2013
On 8 February 2013 09:30, Walter Bright <walter@digitalmars.com> wrote:
> http://ftp.digitalmars.com/dmd2beta.zip

I think we should fix bug 9427 "wrong code for 'struct S{ union{
int[2] i; } }',  64 bit only" before making a release.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 08, 2013
At a brief glance:

Good: Wow, that was fast! Back down to a one month cycle and yet an enormous amount of big compiler fixes.

Bad: I see we're still sticking to awful new "changelog that doesn't log any changes" format :(

Ugly: The CSS file doesn't get found and picked up when viewing the off-line HTML docs.


On Fri, 08 Feb 2013 00:30:29 -0800
Walter Bright <walter@digitalmars.com> wrote:

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

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

February 08, 2013
Also: It's a 30MB download, *174MB extracted*, and the vast majority of that is platform-specific binaries. On Windows, stripping the non-Windows binaries eliminates *over 100MB*.

Isn't it about time we start splitting this giant into per-platform
downloads? Finally?
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 08, 2013
I'm currently trying to update the documentation generator for the new JSON output format and when compiling phobos staging, I get a number of errors stating that the argument passed to typeof() is not an expression (it's a type). Does the beta use a different branch or how is it possible that the code compiled successfully there?

By the way, I had the same problem that Phobos didn't compile quite often in the past, maybe it's a consequence of compiling all of Phobos and Druntime with one compiler invocation?

Other than that the beta seems to be fine except for
http://d.puremagic.com/issues/show_bug.cgi?id=9397 - I cannot really test further because a large
code base depends on this extensively.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 08, 2013
On 2/8/2013 1:08 AM, Nick Sabalausky wrote:
> Also: It's a 30MB download, *174MB extracted*, and the vast majority
> of that is platform-specific binaries. On Windows, stripping the
> non-Windows binaries eliminates *over 100MB*.
>
> Isn't it about time we start splitting this giant into per-platform
> downloads? Finally?
>


The platform specific ones are done on the release.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 08, 2013
Al 08/02/13 11:58, En/na Walter Bright ha escrit:
> 
> On 2/8/2013 1:08 AM, Nick Sabalausky wrote:
>> Also: It's a 30MB download, *174MB extracted*, and the vast majority of that is platform-specific binaries. On Windows, stripping the non-Windows binaries eliminates *over 100MB*.
>>
>> Isn't it about time we start splitting this giant into per-platform downloads? Finally?
>>
> 
> 
> The platform specific ones are done on the release.

is this true even for windows?

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

February 08, 2013
> Other than that the beta seems to be fine except for http://d.puremagic.com/issues/show_bug.cgi?id=9397 - I cannot really test further because a large code base depends on this extensively.
A workaround was possible and further testing did not show up problems for me.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 08, 2013
On 8 February 2013 09:30, Walter Bright <walter@digitalmars.com> wrote:
> http://ftp.digitalmars.com/dmd2beta.zip

There is one nasty low-level wrong-code that I think we should fix before making a release.

9427 wrong code for 'struct S{ union{int[2] i; } }',  [64 bit only]
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 08, 2013
On 2/8/2013 3:17 AM, Jordi Sayol wrote:
> Al 08/02/13 11:58, En/na Walter Bright ha escrit:
>> On 2/8/2013 1:08 AM, Nick Sabalausky wrote:
>>> Also: It's a 30MB download, *174MB extracted*, and the vast majority
>>> of that is platform-specific binaries. On Windows, stripping the
>>> non-Windows binaries eliminates *over 100MB*.
>>>
>>> Isn't it about time we start splitting this giant into per-platform
>>> downloads? Finally?
>>>
>>
>> The platform specific ones are done on the release.
> is this true even for windows?

Yes, there is a Windows-specific install.

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

« First   ‹ Prev
1 2 3 4 5 6 7 8 9 10 11