July 25, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6379

           Summary: std.container.SList fails to compile
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: htvennik@gmail.com


--- Comment #0 from Harry Vennik <htvennik@gmail.com> 2011-07-25 07:35:50 PDT ---
(line numbers for Phobos as it comes with D 2.054)

On std/container.d line 944, the definition of SList.Range.empty is missing
@property.
This makes the definition of linearRemove on line 1287 fail to compile:

std/container.d(1288): Error: template instance Take!(Range) does not match any
template declaration
std/container.d(1287): Error: Take!(Range) is used as a type

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 23, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6379


Ellery Newcomer <ellery-newcomer@utulsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ellery-newcomer@utulsa.edu
         Resolution|                            |FIXED


--- Comment #1 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2012-07-23 14:33:23 PDT ---
https://github.com/D-Programming-Language/phobos/commit/e312f9898b4132db91fff743cee7d570a23ed55b

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------