[Issue 15409] Mallocator cant be used in @nogc code

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15409 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/61b07a39b129cb2a0d712c3216868482ee80725a Merge pull request #385

[Issue 15415] [Lexical]

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15415 --- Comment #1 from Pavel Vozenilek --- Also the information on multi-line strings should be expanded. Right now they are mentioned once and only q"..." syntax seems to support them. This would be better said explicitly. --

[Issue 15415] New: [Lexical]

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15415 Issue ID: 15415 Summary: [Lexical] Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW Severity: enhancement

[Issue 10087] std.range.chunks problem with chunkSize = 0

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10087 bb.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9034] errors of conversions in format.d

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9034 bb.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15414] __traits(getAttributes) should error if the function has multiple overloads

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15414 bb.t...@gmx.com changed: What|Removed |Added CC||bb.t...@gmx.com Component|phobos

[Issue 7449] Algebraic's operator[] is incorrect

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7449 bb.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5691] walkLength() compatible with opApply()

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5691 bb.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13364] Template instance isInstanceOf itself

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13364 bb.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12954] deprecated doesn't work with concatenated strings or anything else but a string literal

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12954 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #1 fro

[Issue 9876] deprecated is not announced

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9876 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15414] New: __traits(getAttributes) should error if the function has multiple overloads

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15414 Issue ID: 15414 Summary: __traits(getAttributes) should error if the function has multiple overloads Product: D Version: D2 Hardware: All OS: All Stat

[Issue 15413] New: Foreach over range with @disable this doesn't work

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15413 Issue ID: 15413 Summary: Foreach over range with @disable this doesn't work Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 15355] unstable operator overloading with comma expression

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15355 ZombineDev changed: What|Removed |Added CC||petar.p.ki...@gmail.com --- Comment #2 from Zom

[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648 Denis Shelomovskij changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 9717] `std.math.round` rounds away from zero instead of to the nearest even integer

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9717 --- Comment #10 from Denis Shelomovskij --- (In reply to Iain Buclaw from comment #9) > (In reply to Denis Shelomovskij from comment #8) > > This issue isn't fixed. It's state is WONTFIX. > > I'm strictly against documenting current useless specificat

[Issue 9717] `std.math.round` rounds away from zero instead of to the nearest even integer

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9717 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #9 from Iain

[Issue 15355] unstable operator overloading with comma expression

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15355 Infiltrator changed: What|Removed |Added CC||lt.infiltra...@gmail.com --- Comment #1 from I

[Issue 13429] icmp (and friends) should be @nogc

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13429 --- Comment #3 from Infiltrator --- I was wrong in closing this as INVALID; or at all. I don't even know what I was thinking. Sorry for the noise. --

[Issue 9717] `std.math.round` rounds away from zero instead of to the nearest even integer

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9717 Denis Shelomovskij changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment #8 from Denis Shelom

[Issue 14786] The built-in exponentiation operator ^^ sometimes returns a value with the wrong sign.

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14786 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14786] The built-in exponentiation operator ^^ sometimes returns a value with the wrong sign.

2015-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14786 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/49d4720e5cc730bad9e265d45050e73d8954999a Fix Issue 14786 - std