Difference between revisions of "Beta Testing"

From D Wiki
Jump to: navigation, search
(Outstanding Regressions)
Line 55: Line 55:
 
   ||  
 
   ||  
 
   || D:YAML broken by 2.066  
 
   || D:YAML broken by 2.066  
 +
  ||
 +
  ||
 +
|}
 +
 +
== <font color=red>'''Outstanding Blockers'''</font> ==
 +
{| class="wikitable sortable" border="1"
 +
|-
 +
! scope="col" | Issue
 +
! scope="col" class="unsortable" | Summary
 +
! scope="col" | Pull
 +
! scope="col" | Status
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=677 677]
 +
  || [Tracker] Get the documentation cleaned up for 1.0
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=2954 2954]
 +
  || [tdpl] Allow to set associative array key value only using expression AA key type is constructable from
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=3284 3284]
 +
  || snn linked programs never release memory back to the OS
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=4831 4831]
 +
  || Optlink rejects paths with invalid characters based on HPFS filesystem instead of NTFS
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=5363 5363]
 +
  || const + alias this = wrong code
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=5570 5570]
 +
  || 64 bit C ABI not followed for passing structs and complex numbers as function parameters
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=9249 9249]
 +
  || Defining opCast disables downcasting and explicit upcasting
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=10492 10492]
 +
  || Illegal Instruction for mixin template with scope declarations
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=10928 10928]
 +
  || 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.
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=11526 11526]
 +
  || buffer overflow detected __fortify_fail when building dmd from source
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=11549 11549]
 +
  || Throwing an exception while debugging causes incorrect execution
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=11595 11595]
 +
  || __traits(allMembers, packageName) behaves oddly.
 +
  ||
 +
  ||
 +
|-
 +
| [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]
 +
  || dmd on osx 10.[89] in 32 bit mode memory corruption
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=12116 12116]
 +
  || dmd -op -od broken
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=12537 12537]
 +
  || Templatizing opEquals results in infinite recursion in the compiler
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=12624 12624]
 +
  || Internal error: backend\cgobj.c 2313 with Rebindable!(immutable TimeZone) in std.datetime
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=12696 12696]
 +
  || GIT HEAD : undefined symbols when -O specified
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=12754 12754]
 +
  || MAC link error for template to static value
 +
  ||
 +
  ||
 +
|-
 +
| [https://issues.dlang.org/show_bug.cgi?id=12923 12923]
 +
  || UTF exception in stride even though passes validate.
 
   ||  
 
   ||  
 
   ||  
 
   ||  
 
|}
 
|}

Revision as of 09:28, 21 July 2014

Click to see Time remaining for beta 4 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-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
12453 'ini' directory missing in ZIP release bundles
13062 dmd "member x is not accessible" when passing field to template parameter
13084 druntime
dmd
ModuleInfo.opApply delegate expects immutable parameter 886
3754
Pending decision
Pending decision
13158 D:YAML broken by 2.066

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.