[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2019-01-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/6572e4abb338127e2fd12cd562133e8f71a35311 Fix Issue 19213 - goto skips declaration of variable

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2019-01-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 --- Comment #6 from Eduard Staniloiu --- (In reply to kinke from comment #5) > While I'm not convinced the `goto`s in the `pop{Front,Back}EmptyElements` > mixins in Phobos are the most elegant way of expressing the logic, the issue > is that the

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #5 from

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 --- Comment #4 from arne.lud...@posteo.de --- I reduced the example a bit more. The struct is not involved in the error. import std.algorithm; import std.range; void main() { auto results = [[1,2], [3,4]] .map!(q =>

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-12-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 Eduard Staniloiu changed: What|Removed |Added CC||edi33...@gmail.com

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-11-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 Justin changed: What|Removed |Added CC||mrjn...@gmail.com Severity|normal

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 --- Comment #2 from Jonathan M Davis --- If you can't easily provide a simplified example, when you have time, you can use dustmite to try to reduce your code to provide one: https://github.com/CyberShadow/DustMite/wiki --

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co