Difference between revisions of "Beta Testing"
(→Outstanding Regressions) |
(→DMD v2.066.0-b6) |
||
Line 3: | Line 3: | ||
As we prepare for the release of DMD v2.066, I would like to draw attention to the stated Agenda ([[Agenda#v2.066_.28July_2014.29]]) of this release. Please use it as a guide throughout the review process. Additionally, resolution of [https://issues.dlang.org/buglist.cgi?bug_severity=regression&resolution=--- outstanding regressions] remains significantly important and warrants full attention during the beta testing phase. In the event your particular change did not make it into this release, do not despair. The release process for 2.067 begins exactly four weeks following the release of 2.066 which provides ample time to address your issue. | As we prepare for the release of DMD v2.066, I would like to draw attention to the stated Agenda ([[Agenda#v2.066_.28July_2014.29]]) of this release. Please use it as a guide throughout the review process. Additionally, resolution of [https://issues.dlang.org/buglist.cgi?bug_severity=regression&resolution=--- outstanding regressions] remains significantly important and warrants full attention during the beta testing phase. In the event your particular change did not make it into this release, do not despair. The release process for 2.067 begins exactly four weeks following the release of 2.066 which provides ample time to address your issue. | ||
− | == [[ | + | <font color=red>'''Note: Linux installers cannot be produced due to'''</font> [https://issues.dlang.org/show_bug.cgi?id=13210 issue #13210] |
+ | |||
+ | {| class="wikitable sortable" border="1" | ||
+ | |- | ||
+ | ! scope="col" | OS | ||
+ | ! scope="col" class="unsortable" | Binaries | ||
+ | |- | ||
+ | | ALL | ||
+ | || [http://ftp.digitalmars.com/dmd.2.066.0-b6.zip dmd.2.066.0-b6.zip] | ||
+ | |- | ||
+ | | FREEBSD | ||
+ | || [http://ftp.digitalmars.com/dmd.2.066.0-b6.freebsd-32.zip dmd.2.066.0-b6.freebsd-32.zip] <br />[http://ftp.digitalmars.com/dmd.2.066.0-b6.freebsd-64.zip dmd.2.066.0-b6.freebsd-64.zip] | ||
+ | |- | ||
+ | | LINUX | ||
+ | || [http://ftp.digitalmars.com/dmd.2.066.0-b6.linux.zip dmd.2.066.0-b6.linux.zip] <br /> | ||
+ | [ dmd_2.066.0~b6-0_i386.deb] <br /> | ||
+ | [ dmd_2.066.0~b6-0_amd64.deb] <br /> | ||
+ | [ libphobos2-66_2.066.0~b6-0_i386.deb] <br /> | ||
+ | [ libphobos2-66_2.066.0~b6-0_amd64.deb] <br /> | ||
+ | [ dmd-2.066.0~b6-0.fedora.i386.rpm] <br /> | ||
+ | [ dmd-2.066.0~b6-0.fedora.x86_64.rpm] <br /> | ||
+ | [ dmd-2.066.0~b6-0.openSUSE.i386.rpm] <br /> | ||
+ | [ dmd-2.066.0~b6-0.openSUSE.x86_64.rpm] | ||
+ | |- | ||
+ | | OSX | ||
+ | || [http://ftp.digitalmars.com//dmd.2.066.0-b6.osx.zip dmd.2.066.0-b6.osx.zip] <br />[http://ftp.digitalmars.com/dmd.2.066.0-b6.dmg dmd.2.066.0-b6.dmg] | ||
+ | |- | ||
+ | | WINDOWS | ||
+ | || [http://ftp.digitalmars.com/dmd.2.066.0-b6.windows.zip dmd.2.066.0-b6.windows.zip] <br />[http://ftp.digitalmars.com/dmd-2.066.0-b6.exe dmd-2.066.0-b6.exe] | ||
+ | |} | ||
+ | |||
+ | == Changes since v2.066.0-b5 == | ||
+ | |||
+ | ;DMD | ||
+ | : <tt>5d28485 - [https://github.com/D-Programming-Language/dmd/pull/3793 fix Issue 13158] - "void has no value" in std.variant.Algebraic (affects D:YAML)</tt> | ||
+ | : <tt>a85f5d7 - [https://github.com/D-Programming-Language/dmd/pull/3801 fix Issue 13180] - [REG2.066a] AA get returns const(char[]) instead of string</tt> | ||
+ | |||
+ | : <tt>e444be0 - [https://github.com/D-Programming-Language/dmd/pull/3794 fix Issue 12057] - [ICE], backend/cg87.c 925</tt> | ||
+ | : <tt>f740f0d - [https://github.com/D-Programming-Language/dmd/pull/3797 fix Issue 13182] - [DDMD] extern(C++) classes cause crash when allocated on the stack with scope</tt> | ||
+ | : <tt>b4335c9 - [https://github.com/D-Programming-Language/dmd/pull/3802 fix Issue 13194] - [2.066b] ICE when initializing static class members to void</tt> | ||
+ | : <tt>a4c76af - [https://github.com/D-Programming-Language/dmd/pull/3738 fix Issue 13089] - Spurious 'is not nothrow' error on static array initialization</tt> | ||
+ | : <tt>e47d845 - [https://github.com/D-Programming-Language/dmd/pull/3788 [cleanup] Remove two unreferenced array types]</tt> | ||
+ | : <tt>82b031c - [https://github.com/D-Programming-Language/dmd/pull/3787 [DDMD] Move sqrt into Port]</tt> | ||
+ | : <tt>08fc7a8 - [https://github.com/D-Programming-Language/dmd/pull/3798 change install target to match current release structure]</tt> | ||
+ | : <tt>5a573b7 - [https://github.com/D-Programming-Language/dmd/pull/3796 [DDMD] Rename dmd associative array functions to avoid conflict with similarly named druntime functions]</tt> | ||
+ | |||
+ | ;DRUNTIME | ||
+ | : <tt>4acdfcb - [https://github.com/D-Programming-Language/druntime/pull/909 fix Issue 13084] - ModuleInfo.opApply delegate expects immutable parameter</tt> | ||
+ | |||
+ | ;PHOBOS | ||
+ | : <tt>228aa04 - [https://github.com/D-Programming-Language/phobos/pull/2345 fix Issue 13149] - [2.066] released libphobos2.a is build with PIC code</tt> | ||
+ | : <tt>706e131 - [https://github.com/D-Programming-Language/phobos/pull/2362 fix Issue 13181] - install target broken</tt> | ||
+ | : <tt>1e9c457 - [https://github.com/D-Programming-Language/phobos/pull/2133 std.math: Check if dmd-style inline asm is available]</tt> | ||
+ | : <tt>11c3da9 - [https://github.com/D-Programming-Language/phobos/pull/2305 Change various std.math.isXXX into templates]</tt> | ||
+ | : <tt>e6083a6 - [https://github.com/D-Programming-Language/phobos/pull/2353 Add enum RealFormat to std.math]</tt> | ||
+ | : <tt>929482e - [https://github.com/ibuclaw/phobos/commit/929482e51f47df8797cbb1e63813e6417471efcc Ddoc supported 'real' formats in std.math]</tt> | ||
+ | : <tt>561d850 - [https://github.com/D-Programming-Language/phobos/pull/2344 Fix possible copy and paste mistake]</tt> | ||
+ | |||
+ | ==See also== | ||
+ | * [[Beta Testing]] | ||
+ | |||
== [[DMD v2.066.0-b5]] == | == [[DMD v2.066.0-b5]] == | ||
== [[DMD v2.066.0-b4]] == | == [[DMD v2.066.0-b4]] == |
Revision as of 12:07, 27 July 2014
Contents
Click to see Time remaining for beta 5 review
As we prepare for the release of DMD v2.066, I would like to draw attention to the stated Agenda (Agenda#v2.066_.28July_2014.29) of this release. Please use it as a guide throughout the review process. Additionally, resolution of outstanding regressions remains significantly important and warrants full attention during the beta testing phase. In the event your particular change did not make it into this release, do not despair. The release process for 2.067 begins exactly four weeks following the release of 2.066 which provides ample time to address your issue.
Note: Linux installers cannot be produced due to issue #13210
OS | Binaries |
---|---|
ALL | dmd.2.066.0-b6.zip |
FREEBSD | dmd.2.066.0-b6.freebsd-32.zip dmd.2.066.0-b6.freebsd-64.zip |
LINUX | dmd.2.066.0-b6.linux.zip [ dmd_2.066.0~b6-0_i386.deb] |
OSX | dmd.2.066.0-b6.osx.zip dmd.2.066.0-b6.dmg |
WINDOWS | dmd.2.066.0-b6.windows.zip dmd-2.066.0-b6.exe |
Changes since v2.066.0-b5
- DMD
- 5d28485 - fix Issue 13158 - "void has no value" in std.variant.Algebraic (affects D:YAML)
- a85f5d7 - fix Issue 13180 - [REG2.066a] AA get returns const(char[]) instead of string
- e444be0 - fix Issue 12057 - [ICE], backend/cg87.c 925
- f740f0d - fix Issue 13182 - [DDMD] extern(C++) classes cause crash when allocated on the stack with scope
- b4335c9 - fix Issue 13194 - [2.066b] ICE when initializing static class members to void
- a4c76af - fix Issue 13089 - Spurious 'is not nothrow' error on static array initialization
- e47d845 - [cleanup] Remove two unreferenced array types
- 82b031c - [DDMD] Move sqrt into Port
- 08fc7a8 - change install target to match current release structure
- 5a573b7 - [DDMD] Rename dmd associative array functions to avoid conflict with similarly named druntime functions
- DRUNTIME
- 4acdfcb - fix Issue 13084 - ModuleInfo.opApply delegate expects immutable parameter
- PHOBOS
- 228aa04 - fix Issue 13149 - [2.066] released libphobos2.a is build with PIC code
- 706e131 - fix Issue 13181 - install target broken
- 1e9c457 - std.math: Check if dmd-style inline asm is available
- 11c3da9 - Change various std.math.isXXX into templates
- e6083a6 - Add enum RealFormat to std.math
- 929482e - Ddoc supported 'real' formats in std.math
- 561d850 - Fix possible copy and paste mistake
See also
DMD v2.066.0-b5
DMD v2.066.0-b4
Outstanding Regressions
Issue | Repo | Summary | Pull | Status |
---|---|---|---|---|
6329 | Out of range exceptions not thrown in certain cases | |||
11946 | "need 'this' to access member" when passing field to template parameter | |||
12242 | dmd | conflict error with public imports | 3388 | Pending decision |
13062 | "member x is not accessible" when passing field to template parameter | |||
13178 | Duplicate symbol of compiler generated symbols | |||
13179 | AA key type TagIndex now requires equality rather than comparison | |||
13193 | Extreme slowdown in compilation time of OpenSSL in Tango for optimized build | |||
13209 | Refused union initialization | |||
13210 | libphobos2.so not being built |
Outstanding Blockers
Issue | Summary | Pull | Status |
---|---|---|---|
677 | [Tracker] Get the documentation cleaned up for 1.0 | ||
2954 | [tdpl] Allow to set associative array key value only using expression AA key type is constructable from | ||
3284 | snn linked programs never release memory back to the OS | ||
4831 | Optlink rejects paths with invalid characters based on HPFS filesystem instead of NTFS | ||
5363 | const + alias this = wrong code | ||
5570 | 64 bit C ABI not followed for passing structs and complex numbers as function parameters | ||
9249 | Defining opCast disables downcasting and explicit upcasting | ||
10492 | Illegal Instruction for mixin template with scope declarations | ||
10928 | Fails to create closures that reference structs with dtor | ||
11453 | Compiling packages has a dependency on order of modules passed to the compiler. | ||
11526 | buffer overflow detected __fortify_fail when building dmd from source | ||
11549 | Throwing an exception while debugging causes incorrect execution | ||
11595 | __traits(allMembers, packageName) behaves oddly. | ||
11734 | undefined behavior with dirEntries | 11734 | WORKSFORME |
12066 | dmd on osx 10.[89] in 32 bit mode memory corruption | ||
12116 | dmd -op -od broken | ||
12537 | Templatizing opEquals results in infinite recursion in the compiler | ||
12624 | Internal error: backend\cgobj.c 2313 with Rebindable!(immutable TimeZone) in std.datetime | ||
12696 | GIT HEAD : undefined symbols when -O specified | ||
12754 | MAC link error for template to static value | ||
12923 | UTF exception in stride even though passes validate. |