Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 02, 2015 [Issue 12805] @nogc std.range.iota(FP) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12805 Jack Stouffer <jack@jackstouffer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jack@jackstouffer.com --- Comment #1 from Jack Stouffer <jack@jackstouffer.com> --- https://github.com/D-Programming-Language/phobos/pull/3627 -- |
December 08, 2021 [Issue 12805] @nogc std.range.iota(FP) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12805 Stanislav Blinov <stanislav.blinov@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stanislav.blinov@gmail.com --- Comment #2 from Stanislav Blinov <stanislav.blinov@gmail.com> --- The pull above was cancelled due to move to refcounted exceptions (i.e. dip1008). However, even with -preview=dip1008, floating point variant of `iota` is not @nogc. Cursory look suggests it's due to it calling into std.conv.to. -- |
December 17, 2022 [Issue 12805] @nogc std.range.iota(FP) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12805 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 12805] @nogc std.range.iota(FP) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12805 --- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10056 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation