July 16, 2014
The v2.066.0-b4 binaries are now available. The review period for beta 4 will run until 0700 UTC (0000 PDT, 0300 EDT, 1600 JST) on 21 July 2014, at which time binaries for B5 will be produced and released. Due diligence in identifying regressions as early as possible is requested and appreciated. Issue 13137, [1], is provided for identifying any fixed regressions that needs to be picked and included in B5.

Outstanding regressions impeding release are:

    13062     "member x is not accessible" when passing field to template parameter
    13077     [dmd 2.066-b2] std.range.array with shared InputRangeObject
    13084     ModuleInfo.opApply delegate expects immutable parameter
    13117     Executable size of hello world explodes from 472K to 2.7M
    13127     DCannot deduce function with int[][] argument and "in" parameter
    11946     "need 'this' to access member" when passing field to template parameter
    12242     conflict error with public imports
    12453     'ini' directory missing in ZIP release bundles
    13098     std.path functions no longer works with DirEntry
    6329      Out of range exceptions not thrown in certain cases

Binaries are located here:

    ALL
    downloads.dlang.org/pre-releases/dmd.2.066.0-b4.zip

    FREEBSD
    downloads.dlang.org/pre-releases/dmd.2.066.0-b4.freebsd-32.zip
    downloads.dlang.org/pre-releases/dmd.2.066.0-b4.freebsd-64.zip

    LINUX
    downloads.dlang.org/pre-releases/dmd.2.066.0-b4.linux.zip
    downloads.dlang.org/pre-releases/dmd_2.066.0~b4-0_i386.deb
    downloads.dlang.org/pre-releases/dmd_2.066.0~b4-0_amd64.deb
 downloads.dlang.org/pre-releases/libphobos2-66_2.066.0~b4-0_i386.deb
 downloads.dlang.org/pre-releases/libphobos2-66_2.066.0~b4-0_amd64.deb
 downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.fedora.i386.rpm
 downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.fedora.x86_64.rpm
 downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.openSUSE.i386.rpm
 downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.openSUSE.x86_64.rpm

    OSX
    downloads.dlang.org/pre-releases/dmd.2.066.0-b4.osx.zip
    downloads.dlang.org/pre-releases/dmd.2.066.0-b4.dmg

    WINDOWS
downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.windows.zip
    downloads.dlang.org/pre-releases/2014/dmd-2.066.0-b4.exe


Following is a list of regression fixes incorporated since the release of v2.066.0-b1:

DMD
0e90572 - fix Issue 13102 - Cannot parse 184467440737095516153.6L #3753
1efe1ad - fix Issue 13114 - old opCmp requirement for AA keys should be detected for classes #3757
ef56c27 - fix Issue 13132 - ICE on interface AA key #3762
d182caf - fix Issue 12989 - Wrong x86_64 code for delegate return when compiled as lib #3739
fe0a0dd - fix Issue 12859 - Read-modify-write operation for shared variable in Phobos #2281
1cccc74 - fix Issue 12485 - [REG2.065] DMD crashes when recursive template expansion #3683
994f4a4 - fix Issue 13027 - Assertion `ex->op == TOKblit || ex->op == TOKconstruct' failed. #3716
0eaf764 - fix Issue 13026 - object.get cannot be called with [] as "defaultValue" argument #3717
bcf55ca - fix Issue 12896 - ld.gold complains about bad relocations when building libphobos2.so #3715
5248be0 - fix Issue 12255 - opCmp requirement for AAs breaks code #3711
01e467d - fix Issue 13053 - Wrong warning on implicitly generated __xtoHash #3719
10f3bf1 - fix Issue 13021 - Constructing union with floating type and then accessing its field in one expression causes ICE #3723
86b9076 - fix Issue 13071 - [ICE] dmd 2.066.0-b1 assertion in nogc.c:73 #3730
e85556a - fix Issue 13081 - ICE with alias this and opSlice #3732
49f0db5 - Fix warning in cast.c #3736
49f0db5 - fix Issue 13088 - Compiler segfaults with trivial case code #3736
49f0db5 - fix Issue 13087 - Error: no property 'xyz' for type 'Vec!4' #3736
e0ca2d2 - fix Issue 13024 - [ICE](expression.c line 1172) with implicit supertype conversion of different enums in array literal #3733

DRUNTIME
c679110 - fix Issue 13111: GC.realloc returns invalid memory for large reallocation #884
7474e95 - fix Issue 13025 - Tools repository does not build on Ubuntu #889
7d2a2ef - fix Issue 12958 - core.checkedint.mulu is broken. #890
9bd5777 - fix Issue 13034 - [Reg] core.stdc.stdio - deprecation warning with dmd -inline
a13628a - fix Issue 13078 - [dmd 2.066-b2] AA rehash failed with shared #877

PHOBOS
ced5598 - fix Issue 12455 _ [reg]Bad lowercase mapping for 'LATIN CAPITAL LETTER I WITH DOT ABOVE'
f70443e - fix Issue 13076 - [dmd 2.066-b2] DList clearing of empty list #2315
592eb10 - fix Issue 13056 - [2.066.0-b1] Regression: Error: template std.path.baseName cannot deduce function from argument types !()(DirEntry) #2306

INSTALLER
198f80d - fix Issue 13047 - cannot stat `./icons/16/dmd-source.png'

[1] https://issues.dlang.org/show_bug.cgi?id=13137
[2] https://issues.dlang.org/buglist.cgi?bug_severity=regression&resolution=---

-- 
--------------------
http://www.akeron.co
auto getAddress() {
    string location = "@", period = ".";
    return ("info" ~ location ~ "afidem" ~ period ~ "org");
}

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta
July 17, 2014
I see broken incomplete changelog here : http://dlang.org/changelog.html


On Thu, Jul 17, 2014 at 7:50 PM, Михаил Страшун <me@dicebot.lv> wrote:

> I see broken incomplete changelog here : http://dlang.org/changelog.html
>
>
> On Wed, Jul 16, 2014 at 12:31 AM, Andrew Edwards via dmd-beta < dmd-beta@puremagic.com> wrote:
>
>> The v2.066.0-b4 binaries are now available. The review period for beta 4 will run until 0700 UTC (0000 PDT, 0300 EDT, 1600 JST) on 21 July 2014, at which time binaries for B5 will be produced and released. Due diligence in identifying regressions as early as possible is requested and appreciated. Issue 13137, [1], is provided for identifying any fixed regressions that needs to be picked and included in B5.
>>
>> Outstanding regressions impeding release are:
>>
>>     13062     "member x is not accessible" when passing field to template
>> parameter
>>     13077     [dmd 2.066-b2] std.range.array with shared InputRangeObject
>>     13084     ModuleInfo.opApply delegate expects immutable parameter
>>     13117     Executable size of hello world explodes from 472K to 2.7M
>>     13127     DCannot deduce function with int[][] argument and "in"
>> parameter
>>     11946     "need 'this' to access member" when passing field to
>> template parameter
>>     12242     conflict error with public imports
>>     12453     'ini' directory missing in ZIP release bundles
>>     13098     std.path functions no longer works with DirEntry
>>     6329      Out of range exceptions not thrown in certain cases
>>
>> Binaries are located here:
>>
>>     ALL
>>     downloads.dlang.org/pre-releases/dmd.2.066.0-b4.zip
>>
>>     FREEBSD
>>     downloads.dlang.org/pre-releases/dmd.2.066.0-b4.freebsd-32.zip
>>     downloads.dlang.org/pre-releases/dmd.2.066.0-b4.freebsd-64.zip
>>
>>     LINUX
>>     downloads.dlang.org/pre-releases/dmd.2.066.0-b4.linux.zip
>>     downloads.dlang.org/pre-releases/dmd_2.066.0~b4-0_i386.deb
>>     downloads.dlang.org/pre-releases/dmd_2.066.0~b4-0_amd64.deb
>>  downloads.dlang.org/pre-releases/libphobos2-66_2.066.0~b4-0_i386.deb
>>  downloads.dlang.org/pre-releases/libphobos2-66_2.066.0~b4-0_amd64.deb
>>  downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.fedora.i386.rpm
>>  downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.fedora.x86_64.rpm
>>  downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.openSUSE.i386.rpm
>>  downloads.dlang.org/pre-releases/dmd-2.066.0~b4-0.openSUSE.x86_64.rpm
>>
>>     OSX
>>     downloads.dlang.org/pre-releases/dmd.2.066.0-b4.osx.zip
>>     downloads.dlang.org/pre-releases/dmd.2.066.0-b4.dmg
>>
>>     WINDOWS
>> downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.windows.zip
>>     downloads.dlang.org/pre-releases/2014/dmd-2.066.0-b4.exe
>>
>>
>> Following is a list of regression fixes incorporated since the release of v2.066.0-b1:
>>
>> DMD
>> 0e90572 - fix Issue 13102 - Cannot parse 184467440737095516153.6L #3753
>> 1efe1ad - fix Issue 13114 - old opCmp requirement for AA keys should be
>> detected for classes #3757
>> ef56c27 - fix Issue 13132 - ICE on interface AA key #3762
>> d182caf - fix Issue 12989 - Wrong x86_64 code for delegate return when
>> compiled as lib #3739
>> fe0a0dd - fix Issue 12859 - Read-modify-write operation for shared
>> variable in Phobos #2281
>> 1cccc74 - fix Issue 12485 - [REG2.065] DMD crashes when recursive
>> template expansion #3683
>> 994f4a4 - fix Issue 13027 - Assertion `ex->op == TOKblit || ex->op ==
>> TOKconstruct' failed. #3716
>> 0eaf764 - fix Issue 13026 - object.get cannot be called with [] as
>> "defaultValue" argument #3717
>> bcf55ca - fix Issue 12896 - ld.gold complains about bad relocations when
>> building libphobos2.so #3715
>> 5248be0 - fix Issue 12255 - opCmp requirement for AAs breaks code #3711
>> 01e467d - fix Issue 13053 - Wrong warning on implicitly generated
>> __xtoHash #3719
>> 10f3bf1 - fix Issue 13021 - Constructing union with floating type and
>> then accessing its field in one expression causes ICE #3723
>> 86b9076 - fix Issue 13071 - [ICE] dmd 2.066.0-b1 assertion in nogc.c:73
>> #3730
>> e85556a - fix Issue 13081 - ICE with alias this and opSlice #3732
>> 49f0db5 - Fix warning in cast.c #3736
>> 49f0db5 - fix Issue 13088 - Compiler segfaults with trivial case code
>> #3736
>> 49f0db5 - fix Issue 13087 - Error: no property 'xyz' for type 'Vec!4'
>> #3736
>> e0ca2d2 - fix Issue 13024 - [ICE](expression.c line 1172) with implicit
>> supertype conversion of different enums in array literal #3733
>>
>> DRUNTIME
>> c679110 - fix Issue 13111: GC.realloc returns invalid memory for large
>> reallocation #884
>> 7474e95 - fix Issue 13025 - Tools repository does not build on Ubuntu #889
>> 7d2a2ef - fix Issue 12958 - core.checkedint.mulu is broken. #890
>> 9bd5777 - fix Issue 13034 - [Reg] core.stdc.stdio - deprecation warning
>> with dmd -inline
>> a13628a - fix Issue 13078 - [dmd 2.066-b2] AA rehash failed with shared
>> #877
>>
>> PHOBOS
>> ced5598 - fix Issue 12455 _ [reg]Bad lowercase mapping for 'LATIN CAPITAL
>> LETTER I WITH DOT ABOVE'
>> f70443e - fix Issue 13076 - [dmd 2.066-b2] DList clearing of empty list
>> #2315
>> 592eb10 - fix Issue 13056 - [2.066.0-b1] Regression: Error: template
>> std.path.baseName cannot deduce function from argument types !()(DirEntry)
>> #2306
>>
>> INSTALLER
>> 198f80d - fix Issue 13047 - cannot stat `./icons/16/dmd-source.png'
>>
>> [1] https://issues.dlang.org/show_bug.cgi?id=13137
>> [2] https://issues.dlang.org/buglist.cgi?bug_severity=
>> regression&resolution=---
>>
>> --
>> --------------------
>> http://www.akeron.co
>> auto getAddress() {
>>     string location = "@", period = ".";
>>     return ("info" ~ location ~ "afidem" ~ period ~ "org");
>> }
>>
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta@puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
>
>