www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11127] New: std.range.cycle linker errors

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11127

           Summary: std.range.cycle linker errors
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: bearophile_hugs eml.cc



import std.range: cycle;
void main() {
    cycle([1, 2]);
}




A dmd 2.064alpha gives:

OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
temp.obj(temp) 
 Error 42: Symbol Undefined
_D3std5range13__T5CycleTAiZ5Cycle11__xopEqualsFKxS3std5range13__T5CycleTAiZ5CycleKxS3std5range13__T5CycleTAiZ5CycleZb
temp.obj(temp) 
 Error 42: Symbol Undefined
_D3std5range13__T5CycleTAiZ5Cycle6__ctorMFNaNbNcNfAikZS3std5range13__T5CycleTAiZ5Cycle
temp.obj(temp) 
 Error 42: Symbol Undefined
_D3std5range42__T4TakeTS€Š–13€ƒ–5CycleTAiZ€†ŠZ€…§11__xopEqualsFKx€‹¶€±Ì€¾¾Zb

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 26 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11127


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull



https://github.com/D-Programming-Language/dmd/pull/2590

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 26 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11127




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/af361175b4b4dfd23803156165695e5759cde1eb
fix Issue 11127 - std.range.cycle linker errors

https://github.com/D-Programming-Language/dmd/commit/49797979dd99b63b4362e775ab43f04bbc76d496


[REG2.064a] Issue 11127 - std.range.cycle linker errors

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 29 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11127


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |FIXED


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