February 08, 2013 [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sönke Ludwig | > 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | 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 Re: [dmd-beta] D 2.062 beta | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jordi Sayol | 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 |
Copyright © 1999-2021 by the D Language Foundation