Difference between revisions of "Beta Testing"
(→Outstanding Regressions) |
(→Outstanding Regressions) |
||
Line 39: | Line 39: | ||
|| conflict error with public imports | || conflict error with public imports | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3388 3388] | || [https://github.com/D-Programming-Language/dmd/pull/3388 3388] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13062 13062] | | [https://issues.dlang.org/show_bug.cgi?id=13062 13062] | ||
Line 51: | Line 51: | ||
|| Duplicate symbol of compiler generated symbols | || Duplicate symbol of compiler generated symbols | ||
|| [https://github.com/D-Programming-Language/tools/pull/134 134] | || [https://github.com/D-Programming-Language/tools/pull/134 134] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13179 13179] | | [https://issues.dlang.org/show_bug.cgi?id=13179 13179] | ||
Line 57: | Line 57: | ||
|| AA key type TagIndex now requires equality rather than comparison | || AA key type TagIndex now requires equality rather than comparison | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3813 3813] | || [https://github.com/D-Programming-Language/dmd/pull/3813 3813] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13193 13193] | | [https://issues.dlang.org/show_bug.cgi?id=13193 13193] | ||
Line 63: | Line 63: | ||
|| Extreme slowdown in compilation time of OpenSSL in Tango for optimized build | || Extreme slowdown in compilation time of OpenSSL in Tango for optimized build | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3819 3819] | || [https://github.com/D-Programming-Language/dmd/pull/3819 3819] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13201 13201] | | [https://issues.dlang.org/show_bug.cgi?id=13201 13201] | ||
Line 69: | Line 69: | ||
|| Wrong "Warning: statement is not reachable" error with -w | || Wrong "Warning: statement is not reachable" error with -w | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3835 3835] | || [https://github.com/D-Programming-Language/dmd/pull/3835 3835] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13208 13208] | | [https://issues.dlang.org/show_bug.cgi?id=13208 13208] | ||
Line 75: | Line 75: | ||
|| [ICE](e2ir.c 2077) with array operation | || [ICE](e2ir.c 2077) with array operation | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3818 3818] | || [https://github.com/D-Programming-Language/dmd/pull/3818 3818] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13209 13209] | | [https://issues.dlang.org/show_bug.cgi?id=13209 13209] | ||
Line 87: | Line 87: | ||
|| libphobos2.so not being built | || libphobos2.so not being built | ||
|| [https://github.com/D-Programming-Language/phobos/pull/2377 2377] | || [https://github.com/D-Programming-Language/phobos/pull/2377 2377] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13218 13218] | | [https://issues.dlang.org/show_bug.cgi?id=13218 13218] | ||
Line 93: | Line 93: | ||
|| [ICE] s2ir.c 142: Must fully qualify call to ParameterTypeTuple | || [ICE] s2ir.c 142: Must fully qualify call to ParameterTypeTuple | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3821 3821] | || [https://github.com/D-Programming-Language/dmd/pull/3821 3821] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13219 13219] | | [https://issues.dlang.org/show_bug.cgi?id=13219 13219] | ||
Line 99: | Line 99: | ||
|| segmentation fault in FuncDeclaration::getLevel | || segmentation fault in FuncDeclaration::getLevel | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3820 3820] | || [https://github.com/D-Programming-Language/dmd/pull/3820 3820] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13220 13220] | | [https://issues.dlang.org/show_bug.cgi?id=13220 13220] | ||
Line 105: | Line 105: | ||
|| [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c' | || [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c' | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3833 3833] | || [https://github.com/D-Programming-Language/dmd/pull/3833 3833] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13221 13221] | | [https://issues.dlang.org/show_bug.cgi?id=13221 13221] | ||
Line 111: | Line 111: | ||
|| [ICE] '0' on line 318 in file 'interpret.c' | || [ICE] '0' on line 318 in file 'interpret.c' | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3824 3824] | || [https://github.com/D-Programming-Language/dmd/pull/3824 3824] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13223 13223] | | [https://issues.dlang.org/show_bug.cgi?id=13223 13223] | ||
Line 117: | Line 117: | ||
|| Cannot deduce argument for array template parameters | || Cannot deduce argument for array template parameters | ||
|| [https://github.com/D-Programming-Language/dmd/pull/3828 3828] | || [https://github.com/D-Programming-Language/dmd/pull/3828 3828] | ||
− | || | + | || Cherry-picked |
|- | |- | ||
| [https://issues.dlang.org/show_bug.cgi?id=13224 13224] | | [https://issues.dlang.org/show_bug.cgi?id=13224 13224] |
Revision as of 03:31, 31 July 2014
Contents
Click to see Time remaining for beta 6 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.
DMD v2.066.0-b6
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 | ||||
11763 | dmd | [ICE] Internal error: ../ztc/cgcs.c 351 | 3832 | Requires review | |
12242 | dmd | conflict error with public imports | 3388 | Cherry-picked | |
13062 | "member x is not accessible" when passing field to template parameter | ||||
13178 | tools | Duplicate symbol of compiler generated symbols | 134 | Cherry-picked | |
13179 | dmd | AA key type TagIndex now requires equality rather than comparison | 3813 | Cherry-picked | |
13193 | dmd | Extreme slowdown in compilation time of OpenSSL in Tango for optimized build | 3819 | Cherry-picked | |
13201 | dmd | Wrong "Warning: statement is not reachable" error with -w | 3835 | Cherry-picked | |
13208 | dmd | [ICE](e2ir.c 2077) with array operation | 3818 | Cherry-picked | |
13209 | dmd | Refused union initialization | INVALID | ||
13210 | phobos | libphobos2.so not being built | 2377 | Cherry-picked | |
13218 | dmd | [ICE] s2ir.c 142: Must fully qualify call to ParameterTypeTuple | 3821 | Cherry-picked | |
13219 | dmd | segmentation fault in FuncDeclaration::getLevel | 3820 | Cherry-picked | |
13220 | dmd | [ICE] 'global.gaggedErrors | global.errors' on line 750 in file 'statement.c' | 3833 | Cherry-picked |
13221 | dmd | [ICE] '0' on line 318 in file 'interpret.c' | 3824 | Cherry-picked | |
13223 | dmd | Cannot deduce argument for array template parameters | 3828 | Cherry-picked | |
13224 | Error: first argument is not a symbol |
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 | 3815 | Requires review |
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. | 2376 | Merged |