[Issue 12680] isIterable fails for types with disabled postblit

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 --- Comment #2 from ZombineDev --- @Lars T. Kyllingstad The OP is not trying to iterate over the struct, but over an array of structs with @disabled this(this). --

[Issue 10378] Local imports hide local symbols

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10378 Walter Bright changed: What|Removed |Added CC|

[Issue 7176] Lambda => syntax for function and methods too

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7176 --- Comment #20 from Nick Treleaven --- Just noticed C# 6.0 has this syntax, they call it "Expression Body Definitions": https://msdn.microsoft.com/en-us/library/ms173114.aspx#Anchor_6 C# also has the same (x, y) => x ==

[Issue 12680] isIterable fails for types with disabled postblit

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 ZombineDev changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 15294] receiveTimeout with negative value asserts

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15294 Vlad Levenfeld changed: What|Removed |Added CC||vlevenf...@gmail.com

[Issue 15668] [REG2.068.0] __LINE__ evaluated at declaration context

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15668 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3191] std.zlib.UnCompress errors if buffer is reused

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3191 Andre changed: What|Removed |Added CC||alver...@gmail.com --- Comment

[Issue 7054] std.format.formattedWrite uses code units count as width instead of characters count

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7054 --- Comment #7 from hst...@quickfur.ath.cx --- Argh. Welcome to Unicode, where exceptions *are* the norm, and no simple algorithm is simple in practice. And this is a double-argh, because when it comes to double-width characters, whether or not the

[Issue 15663] writefln("%#o", 0) should yield "0" instead of "00"

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15663 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 15669] Wrong line number in error message

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15669 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0a496e2f825c02aef9c358dcc4fcce8af77ba9b3 fix Issue 15669 - Wrong

[Issue 12680] isIterable fails for types with disabled postblit

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12680 --- Comment #3 from Lars T. Kyllingstad --- Ah, sorry, I didn't notice the brackets. Well, then I guess it's more a question of how you define "a foreach loop with a single loop variable of automatically inferred type", as

[Issue 15656] ddox should recognize special meaning of '_' in ddoc, else may generate broken links.

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15656 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx

[Issue 15638] no common type for const classes

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15638 --- Comment #2 from hst...@quickfur.ath.cx --- (Or exposed a latent bug in the common type code?) --

[Issue 15663] writefln("%#o", 0) should yield "0" instead of "00"

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15663 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 15638] no common type for const classes

2016-02-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15638 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment