Thread overview | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
October 12, 2013 Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
http://ftp.digitalmars.com/dmd2beta.zip Current list of regressions: http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED This isn't a release candidate, in particular the documentation needs work, but we need to shake the tree for any undetected regressions. Further beta announcements go in the dmd-beta mailing list. Note that this release contains: 29 enhancements 307 dmd bugs fixed 14 druntime bugs fixed 73 phobos bugs fixed |
October 12, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Saturday, 12 October 2013 at 22:16:13 UTC, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd2beta.zip
>
> Current list of regressions:
>
> http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
>
> This isn't a release candidate, in particular the documentation needs work, but we need to shake the tree for any undetected regressions.
>
> Further beta announcements go in the dmd-beta mailing list.
>
> Note that this release contains:
>
> 29 enhancements
> 307 dmd bugs fixed
> 14 druntime bugs fixed
> 73 phobos bugs fixed
Great!
I'm wondering whether there will be the nifty changelog like it was for 2.063?
Andrej? :D
|
October 13, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Saturday, 12 October 2013 at 22:16:13 UTC, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd2beta.zip
>
> Current list of regressions:
>
> http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
>
> This isn't a release candidate, in particular the documentation needs work, but we need to shake the tree for any undetected regressions.
>
> Further beta announcements go in the dmd-beta mailing list.
>
> Note that this release contains:
>
> 29 enhancements
> 307 dmd bugs fixed
> 14 druntime bugs fixed
> 73 phobos bugs fixed
The sizes of Phobos binaries increased by a third for every OS except FreeBSD, which seems to have remained the same (created 17 Feb 2013). Aside from the FreeBSD case which is most likely a bug, is that an expected increase, or they are just compiled with some extra options for the beta, and will shrink again when the release comes?
Ivan Kazmenko.
|
October 13, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ivan Kazmenko | On Sunday, 13 October 2013 at 01:26:39 UTC, Ivan Kazmenko wrote:
> The sizes of Phobos binaries increased by a third for every OS except FreeBSD, which seems to have remained the same (created 17 Feb 2013). Aside from the FreeBSD case which is most likely a bug, is that an expected increase, or they are just compiled with some extra options for the beta, and will shrink again when the release comes?
Just to make it clear, I mean the difference between the 2.064 beta provided by Walter and 2.063.2 release.
|
October 13, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ivan Kazmenko | 13-Oct-2013 05:29, Ivan Kazmenko пишет: > On Sunday, 13 October 2013 at 01:26:39 UTC, Ivan Kazmenko wrote: >> The sizes of Phobos binaries increased by a third for every OS except >> FreeBSD, which seems to have remained the same (created 17 Feb 2013). >> Aside from the FreeBSD case which is most likely a bug, is that an >> expected increase, or they are just compiled with some extra options >> for the beta, and will shrink again when the release comes? > > Just to make it clear, I mean the difference between the 2.064 beta > provided by Walter and 2.063.2 release. The reason might be Unicode tables from new std.uni. But that should be cross-platform increase in size. -- Dmitry Olshansky |
October 13, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Saturday, 12 October 2013 at 22:16:13 UTC, Walter Bright wrote: > http://ftp.digitalmars.com/dmd2beta.zip I found 2 issues: 1) Compile time almost doubled. Tested on vibe.d 28 seconds - dmd 2.063 + updated snn.lib 52 seconds - dmd 2.064 beta 2) Regression - After building vibe.d as a lib I was not able to link it with application. I get: Error 1: Previous Definition Different : _D12__entrypoint12__ModuleInfoZ Both tested using command line -lib -g -debug -w -property -X -Xf"x.json" -Isource -deps="x.dep" -of"x.lib" -map "x.map" -L/NOMAP |
October 13, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On Saturday, 12 October 2013 at 22:16:13 UTC, Walter Bright wrote: > http://ftp.digitalmars.com/dmd2beta.zip > > Current list of regressions: > > http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED > > This isn't a release candidate, in particular the documentation needs work, but we need to shake the tree for any undetected regressions. > > Further beta announcements go in the dmd-beta mailing list. > > Note that this release contains: > > 29 enhancements > 307 dmd bugs fixed > 14 druntime bugs fixed > 73 phobos bugs fixed DIP 37 causes problems: http://forum.dlang.org/thread/qlrfzafudnfuialnjsnt@forum.dlang.org#post-utjvlygdigsxtkgpfcny:40forum.dlang.org |
October 13, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | On Sunday, October 13, 2013 11:27:12 Namespace wrote: > DIP 37 causes problems: http://forum.dlang.org/thread/qlrfzafudnfuialnjsnt@forum.dlang.org#post-utjv lygdigsxtkgpfcny:40forum.dlang.org Then report the bug and mark it as a regression if it works with the previous release: http://d.puremagic.com/issues - Jonathan M Davis |
October 13, 2013 Re: Start of dmd 2.064 beta program | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | On Sunday, 13 October 2013 at 09:44:23 UTC, Jonathan M Davis wrote: > On Sunday, October 13, 2013 11:27:12 Namespace wrote: >> DIP 37 causes problems: >> http://forum.dlang.org/thread/qlrfzafudnfuialnjsnt@forum.dlang.org#post-utjv >> lygdigsxtkgpfcny:40forum.dlang.org > > Then report the bug and mark it as a regression if it works with the previous > release: http://d.puremagic.com/issues > > - Jonathan M Davis Do not rush me. :P http://forum.dlang.org/thread/bug-11241-3@http.d.puremagic.com%2Fissues%2F#post-bug-11241-3:40http.d.puremagic.com:2Fissues:2F |
Copyright © 1999-2021 by the D Language Foundation