Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 26, 2013 [Issue 11127] New: std.range.cycle linker errors | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from bearophile_hugs@eml.cc 2013-09-26 12:34:34 PDT --- 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: ------- |
September 27, 2013 [Issue 11127] std.range.cycle linker errors | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=11127 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-09-26 23:32:04 PDT --- 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: ------- |
September 30, 2013 [Issue 11127] std.range.cycle linker errors | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=11127 --- Comment #2 from github-bugzilla@puremagic.com 2013-09-29 23:32:18 PDT --- 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 Merge pull request #2590 from 9rnsr/fix11127 [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: ------- |
September 30, 2013 [Issue 11127] std.range.cycle linker errors | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation