Difference between revisions of "Beta Testing"

From D Wiki
Jump to: navigation, search
(Outstanding Blockers)
 
(97 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  
 +
As we prepare for the release of DMD v2.067, I would like to draw attention to the stated Agenda ([[Agenda#v2.067_.28Oct_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.068 begins exactly four weeks following the release of 2.067 which provides ample time to address your issue.
  
== [http://free.timeanddate.com/countdown/i48qzyi3/cf13/cm0/cu4/ct0/cs0/ca0/cr0/ss0/cac000/cpc000/pcfff/tcfff/fs100/szw320/szh135/tatTime%20left%20in%20review%20period/tac000/tptTime%20since%20Event%20started%20in/tpc000/mac000/mpc000/iso2014-07-21T07:00:00 Click to see Time remaining for beta 4 review] ==
+
Binaries will be released in 5 day intervals. We will transition to release candidates in exactly 4 weeks (24 Sept JST, 23 Sept PDT). Release candidates will be made available in three day intervals unless no regressions are fixed during that time. After release of the first RC, only regressions, ICEs and documentation fixes will be cherry-picked to the release branch. Only regression existing at the time RC1 is published can extend the release cycle, which is set to end 4 weeks following release of the first RC (22 Oct JST, 21 Oct PDT). All other regressions will be supported via point releases.
  
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.
+
== Available Downloads ==
 +
Current:<br />
 +
[[DMD v2.067.0-b1]]<br />
 +
[[DMD v2.066.1-rc2]]<br />
  
== <font color=orange>'''Outstanding Regressions'''</font> ==
+
Previous:<br />
 +
[[DMD v2.066.1-rc1]]<br />
 +
[[DMD v2.066.0-rc2]]<br />
 +
[[DMD v2.066.0-rc1]]<br />
 +
[[DMD v2.066.0-b6]]<br />
 +
[[DMD v2.066.0-b5]]<br />
 +
[[DMD v2.066.0-b4]]
 +
 
 +
== <font color=orange>'''Known Regressions'''</font> ==
  
 
{| class="wikitable sortable" border="1"
 
{| class="wikitable sortable" border="1"
Line 14: Line 26:
 
! scope="col" | Pull
 
! scope="col" | Pull
 
! scope="col" | Status
 
! scope="col" | Status
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=6329 6329]
 
  ||
 
  || Out of range exceptions not thrown in certain cases
 
  ||
 
  ||
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=9449 9449]
 
  || druntime<br />dmd
 
  || Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii.
 
  || [https://github.com/D-Programming-Language/druntime/pull/901 901]<br />[https://github.com/D-Programming-Language/dmd/pull/3784 3784]
 
  || Requires Review
 
 
|-
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=11946 11946]
 
| [https://issues.dlang.org/show_bug.cgi?id=11946 11946]
   ||
+
   || dmd
 
   || "need 'this' to access member" when passing field to template parameter
 
   || "need 'this' to access member" when passing field to template parameter
  ||
+
   || [https://github.com/D-Programming-Language/dmd/pull/3884 3884]
  ||
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=12242 12242]
 
  || dmd
 
  || conflict error with public imports
 
   || [https://github.com/D-Programming-Language/dmd/pull/3388 3388]
 
  || Pending decision
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=12453 12453]
 
  ||
 
  || 'ini' directory missing in ZIP release bundles
 
  ||
 
 
   ||  
 
   ||  
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13030 13030]
+
| [https://issues.dlang.org/show_bug.cgi?id=13241 13241]
  || dmd
 
  || DMD assertion fails at mtype.c:697 if delegate has an argument name
 
  || [https://github.com/D-Programming-Language/dmd/pull/3777 3777]
 
  || Cherry-Picked
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=13062 13062]
 
  || dmd
 
  || "member x is not accessible" when passing field to template parameter
 
  ||
 
  ||
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=13077 13077]
 
 
   || phobos
 
   || phobos
   || [dmd 2.066-b2] std.range.array with shared InputRangeObject
+
   || [REG2.067a] writeln no longer flushes stdout
   || [https://github.com/D-Programming-Language/phobos/pull/2338 2338]
+
   || [https://github.com/D-Programming-Language/phobos/pull/2436 2436]
  || Cherry-Picked
+
   || Merged
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=13084 13084]
 
  || druntime<br />dmd
 
  || ModuleInfo.opApply delegate expects immutable parameter
 
  || [https://github.com/D-Programming-Language/druntime/pull/886 886]<br />[https://github.com/D-Programming-Language/dmd/pull/3754 3754]
 
   || Requires Review
 
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13098 13098]
+
| [https://issues.dlang.org/show_bug.cgi?id=13257 13257]
 
   || phobos
 
   || phobos
   || std.path functions no longer works with DirEntry
+
   || [REG2.067a] Deprecation message when using std.getopt with string[] parameter
   || [https://github.com/D-Programming-Language/phobos/pull/2333 2333]
+
   || [https://github.com/D-Programming-Language/phobos/pull/2415 2415]
   || Cherry-Picked
+
   || Merged
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13113 13113]
+
| [https://issues.dlang.org/show_bug.cgi?id=13294 13294]
 
   || dmd
 
   || dmd
   || cannot build druntime's gc.d with -debug=INVARIANT, bad @nogc inference?
+
   || IFTI fails for function with const and mutable `ref` parameters of `[u]byte`/`[u]short`
   || [https://github.com/D-Programming-Language/dmd/pull/3775 3775]<br />[https://github.com/D-Programming-Language/dmd/pull/3760 3760]
+
   || [https://github.com/D-Programming-Language/dmd/pull/3896 3896]
   || Pending decision
+
   || Merged
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13117 13117]
+
| [https://issues.dlang.org/show_bug.cgi?id=13299 13299]
   || dmd
+
   || phobos
   || Executable size of hello world explodes from 472K to 2.7M
+
   || [dmd-2.066-rc2] - Property not found with typesafe variadic opDispatch
   || [https://github.com/D-Programming-Language/dmd/pull/3778 3778]
+
   || [https://github.com/D-Programming-Language/dmd/pull/3874 3874]
   || Cherry-Picked
+
   || Merged
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13127 13127]
+
| [https://issues.dlang.org/show_bug.cgi?id=13300 13300]
   || dmd
+
   || phobos, dmd
   || Cannot deduce function with int[][] argument and "in" parameter
+
   || pure function 'std.array.Appender!(T[]).Appender.ensureAddable' cannot call impure function 'test.T.__fieldPostBlit'
   || [https://github.com/D-Programming-Language/dmd/pull/3763 3763]
+
   || [https://github.com/D-Programming-Language/phobos/pull/2439 2439], [https://github.com/D-Programming-Language/dmd/pull/3878 3878]
   || Cherry-Picked
+
   || Merged
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13141 13141]
+
| [https://issues.dlang.org/show_bug.cgi?id=13303 13303]
 
   || dmd
 
   || dmd
   || array cast from string[] to immutable(char[][]) is not supported at compile time
+
   || "Internal error: ..\ztc\cgcs.c 351" with rvalue Variant.get call
   || [https://github.com/D-Programming-Language/dmd/pull/3780 3780]
+
   || [https://github.com/D-Programming-Language/dmd/pull/3879 3879]
   || Cherry-Picked
+
   ||  
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13142 13142]
+
| [https://issues.dlang.org/show_bug.cgi?id=13304 13304]
   || dmd
+
   ||  
   || Enums on different classes confuse the compiler
+
   || std.algorithm.reduce: "Unable to deduce an acceptable seed type" with float[]
   || [https://github.com/D-Programming-Language/dmd/pull/3779 3779]
+
   ||  
   || Cherry-Picked
+
   ||  
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=13148 13148]
+
| [https://issues.dlang.org/show_bug.cgi?id=13321 13321]
   || druntime
+
   ||  
   || ModuleInfo fields are unnecessary changed to const
+
   || Wrong goto skips declaration error
  || [https://github.com/D-Programming-Language/druntime/pull/898 898]
 
  || Merged
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=13152 13152]
 
  ||
 
  || Compiler high cpu usage and never ends
 
 
   ||  
 
   ||  
 
   ||  
 
   ||  
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=13154 13154]
 
  || dmd
 
  || Incorrect init of static float array when sliced
 
  || [https://github.com/D-Programming-Language/dmd/pull/3783 3783]
 
  || Requires Review
 
 
|}
 
|}
  
== <font color=red>'''Outstanding Blockers'''</font> ==
+
== <font color=red>'''Known Blockers'''</font> ==
 
{| class="wikitable sortable" border="1"
 
{| class="wikitable sortable" border="1"
 
|-
 
|-
Line 169: Line 127:
 
| [https://issues.dlang.org/show_bug.cgi?id=10492 10492]
 
| [https://issues.dlang.org/show_bug.cgi?id=10492 10492]
 
   || Illegal Instruction for mixin template with scope declarations
 
   || Illegal Instruction for mixin template with scope declarations
   ||  
+
   || [https://github.com/D-Programming-Language/dmd/pull/3815 3815]
   ||  
+
   || Requires review
 
|-
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=10928 10928]
 
| [https://issues.dlang.org/show_bug.cgi?id=10928 10928]
 
   || Fails to create closures that reference structs with dtor
 
   || Fails to create closures that reference structs with dtor
  ||
 
  ||
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=11453 11453]
 
  || Compiling packages has a dependency on order of modules passed to the compiler.
 
 
   ||  
 
   ||  
 
   ||  
 
   ||  
Line 196: Line 149:
 
   ||  
 
   ||  
 
   ||  
 
   ||  
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=11734 11734]
 
  || undefined behavior with dirEntries
 
  || [https://issues.dlang.org/show_bug.cgi?id=11734 11734]
 
  || WORKSFORME
 
 
|-
 
|-
 
| [https://issues.dlang.org/show_bug.cgi?id=12066 12066]
 
| [https://issues.dlang.org/show_bug.cgi?id=12066 12066]
Line 232: Line 180:
 
   ||  
 
   ||  
 
|-
 
|-
| [https://issues.dlang.org/show_bug.cgi?id=12923 12923]
+
| [https://issues.dlang.org/show_bug.cgi?id=13009 13009]
   || UTF exception in stride even though passes validate.
+
   || inout overload conflicts with non-inout when used via alias this
 
   ||  
 
   ||  
 
   ||  
 
   ||  
 
|}
 
|}
 
== v2.066.0-b4 Binaries ==
 
{| class="wikitable sortable" border="1"
 
|-
 
! scope="col" | OS
 
! scope="col" class="unsortable" | Binaries
 
|-
 
| ALL
 
  || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.zip dmd.2.066.0-b4.zip]
 
|-
 
| FREEBSD
 
  || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.freebsd-32.zip dmd.2.066.0-b4.freebsd-32.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.freebsd-64.zip dmd.2.066.0-b4.freebsd-64.zip]
 
|-
 
| LINUX
 
  || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.linux.zip dmd.2.066.0-b4.linux.zip] <br />
 
[http://downloads.dlang.org/pre-releases/2014/dmd_2.066.0~b4-0_i386.deb dmd_2.066.0~b4-0_i386.deb] <br />
 
[http://downloads.dlang.org/pre-releases/2014/dmd_2.066.0~b4-0_amd64.deb dmd_2.066.0~b4-0_amd64.deb] <br />
 
[http://downloads.dlang.org/pre-releases/2014/libphobos2-66_2.066.0~b4-0_i386.deb libphobos2-66_2.066.0~b4-0_i386.deb] <br />
 
[http://downloads.dlang.org/pre-releases/2014/libphobos2-66_2.066.0~b4-0_amd64.deb libphobos2-66_2.066.0~b4-0_amd64.deb] <br />
 
[http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~b4-0.fedora.i386.rpm dmd-2.066.0~b4-0.fedora.i386.rpm] <br />
 
[http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~b4-0.fedora.x86_64.rpm dmd-2.066.0~b4-0.fedora.x86_64.rpm] <br />
 
[http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~b4-0.openSUSE.i386.rpm dmd-2.066.0~b4-0.openSUSE.i386.rpm] <br />
 
[http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0~b4-0.openSUSE.x86_64.rpm dmd-2.066.0~b4-0.openSUSE.x86_64.rpm]
 
|-
 
| OSX
 
  || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.osx.zip dmd.2.066.0-b4.osx.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.dmg dmd.2.066.0-b4.dmg]
 
|-
 
| WINDOWS
 
  || [http://downloads.dlang.org/pre-releases/2014/dmd.2.066.0-b4.windows.zip dmd.2.066.0-b4.windows.zip] <br />[http://downloads.dlang.org/pre-releases/2014/dmd-2.066.0-b4.exe dmd-2.066.0-b4.exe]
 
|}
 
 
 
== Changes since v2.066.0-b1 ==
 
 
;DMD
 
: <tt>0e90572 - [https://github.com/D-Programming-Language/dmd/pull/3753 fix Issue 13102] - Cannot parse 184467440737095516153.6L</tt>
 
: <tt>1efe1ad - [https://github.com/D-Programming-Language/dmd/pull/3757 fix Issue 13114] - old opCmp requirement for AA keys should be detected for classes</tt>
 
: <tt>ef56c27 - [https://github.com/D-Programming-Language/dmd/pull/3762 fix Issue 13132] - ICE on interface AA key</tt>
 
: <tt>d182caf - [https://github.com/D-Programming-Language/dmd/pull/3739 fix Issue 12989] - Wrong x86_64 code for delegate return when compiled as lib</tt>
 
: <tt>fe0a0dd - [https://github.com/D-Programming-Language/dmd/pull/2281 fix Issue 12859] - Read-modify-write operation for shared variable in Phobos</tt>
 
: <tt>1cccc74 - [https://github.com/D-Programming-Language/dmd/pull/3683 fix Issue 12485] - [REG2.065] DMD crashes when recursive template expansion</tt>
 
: <tt>994f4a4 - [https://github.com/D-Programming-Language/dmd/pull/3716 fix Issue 13027] - Assertion 'ex->op == TOKblit || ex->op == TOKconstruct' failed.</tt>
 
: <tt>0eaf764 - [https://github.com/D-Programming-Language/dmd/pull/3717 fix Issue 13026] - object.get cannot be called with [] as "defaultValue" argument</tt>
 
: <tt>bcf55ca - [https://github.com/D-Programming-Language/dmd/pull/3715 fix Issue 12896] - ld.gold complains about bad relocations when building libphobos2.so</tt>
 
: <tt>5248be0 - [https://github.com/D-Programming-Language/dmd/pull/3711 fix Issue 12255] - opCmp requirement for AAs breaks code</tt>
 
: <tt>01e467d - [https://github.com/D-Programming-Language/dmd/pull/3719 fix Issue 13053] - Wrong warning on implicitly generated __xtoHash</tt>
 
: <tt>10f3bf1 - [https://github.com/D-Programming-Language/dmd/pull/3723 fix Issue 13021] - Constructing union with floating type and then accessing its field in one expression causes ICE</tt>
 
: <tt>86b9076 - [https://github.com/D-Programming-Language/dmd/pull/3730 fix Issue 13071] - [ICE] dmd 2.066.0-b1 assertion in nogc.c:73</tt>
 
: <tt>e85556a - [https://github.com/D-Programming-Language/dmd/pull/3732 fix Issue 13081] - ICE with alias this and opSlice</tt>
 
: <tt>49f0db5 - [https://github.com/D-Programming-Language/dmd/pull/3736 Fix warning in cast.c]</tt>
 
: <tt>49f0db5 - [https://github.com/D-Programming-Language/dmd/pull/3736 fix Issue 13088] - Compiler segfaults with trivial case code</tt>
 
: <tt>49f0db5 - [https://github.com/D-Programming-Language/dmd/pull/3736 fix Issue 13087] - Error: no property 'xyz' for type 'Vec!4'</tt>
 
: <tt>e0ca2d2 - [https://github.com/D-Programming-Language/dmd/pull/3733 fix Issue 13024] - [ICE](expression.c line 1172) with implicit supertype conversion of different enums in array literal</tt>
 
 
;DRUNTIME
 
: <tt>c679110 - [https://github.com/D-Programming-Language/druntime/pull/884 fix Issue 13111] - GC.realloc returns invalid memory for large reallocation</tt>
 
: <tt>7474e95 - [https://github.com/D-Programming-Language/druntime/pull/889 fix Issue 13025] - Tools repository does not build on Ubuntu</tt>
 
: <tt>7d2a2ef - [https://github.com/D-Programming-Language/druntime/pull/890 fix Issue 12958] - core.checkedint.mulu is broken.</tt>
 
: <tt>9bd5777 - [https://github.com/D-Programming-Language/druntime/pull/866 fix Issue 13034] - [Reg] core.stdc.stdio - deprecation warning with dmd -inline</tt>
 
: <tt>a13628a - [https://github.com/D-Programming-Language/druntime/pull/877 fix Issue 13078] - [dmd 2.066-b2] AA rehash failed with shared</tt>
 
 
;PHOBOS
 
: <tt>ced5598 - [https://github.com/D-Programming-Language/phobos/pull/2304 fix Issue 12455] - [reg]Bad lowercase mapping for 'LATIN CAPITAL LETTER I WITH DOT ABOVE'</tt>
 
: <tt>f70443e - [https://github.com/D-Programming-Language/phobos/pull/2315 fix Issue 13076] - [dmd 2.066-b2] DList clearing of empty list</tt>
 
: <tt>592eb10 - [https://github.com/D-Programming-Language/phobos/pull/2306 fix Issue 13056] - [2.066.0-b1] Regression: Error: template std.path.baseName cannot deduce function from argument types !()(DirEntry)</tt>
 
 
;INSTALLER
 
: <tt>198f80d - [https://github.com/D-Programming-Language/installer/pull/85 fix Issue 13047] - cannot stat './icons/16/dmd-source.png'</tt>
 

Latest revision as of 23:37, 20 September 2014

As we prepare for the release of DMD v2.067, I would like to draw attention to the stated Agenda (Agenda#v2.067_.28Oct_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.068 begins exactly four weeks following the release of 2.067 which provides ample time to address your issue.

Binaries will be released in 5 day intervals. We will transition to release candidates in exactly 4 weeks (24 Sept JST, 23 Sept PDT). Release candidates will be made available in three day intervals unless no regressions are fixed during that time. After release of the first RC, only regressions, ICEs and documentation fixes will be cherry-picked to the release branch. Only regression existing at the time RC1 is published can extend the release cycle, which is set to end 4 weeks following release of the first RC (22 Oct JST, 21 Oct PDT). All other regressions will be supported via point releases.

Available Downloads

Current:
DMD v2.067.0-b1
DMD v2.066.1-rc2

Previous:
DMD v2.066.1-rc1
DMD v2.066.0-rc2
DMD v2.066.0-rc1
DMD v2.066.0-b6
DMD v2.066.0-b5
DMD v2.066.0-b4

Known Regressions

Issue Repo Summary Pull Status
11946 dmd "need 'this' to access member" when passing field to template parameter 3884
13241 phobos [REG2.067a] writeln no longer flushes stdout 2436 Merged
13257 phobos [REG2.067a] Deprecation message when using std.getopt with string[] parameter 2415 Merged
13294 dmd IFTI fails for function with const and mutable `ref` parameters of `[u]byte`/`[u]short` 3896 Merged
13299 phobos [dmd-2.066-rc2] - Property not found with typesafe variadic opDispatch 3874 Merged
13300 phobos, dmd pure function 'std.array.Appender!(T[]).Appender.ensureAddable' cannot call impure function 'test.T.__fieldPostBlit' 2439, 3878 Merged
13303 dmd "Internal error: ..\ztc\cgcs.c 351" with rvalue Variant.get call 3879
13304 std.algorithm.reduce: "Unable to deduce an acceptable seed type" with float[]
13321 Wrong goto skips declaration error

Known 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
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.
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
13009 inout overload conflicts with non-inout when used via alias this