[Issue 9471] std.xml uses DbC to validate XML syntax

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9471 Abhishek Kumar changed: What|Removed |Added Keywords||pull

[Issue 4509] XML parser in std.xml throws TagException if the attr value is put in apostrophes.

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4509 Abhishek Kumar changed: What|Removed |Added Keywords||pull --

[Issue 7519] std.xml cannot manage single quoted attribute values

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7519 Abhishek Kumar changed: What|Removed |Added CC|

[Issue 4509] XML parser in std.xml throws TagException if the attr value is put in apostrophes.

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4509 Abhishek Kumar changed: What|Removed |Added CC|

[Issue 14984] Make it illegal (or at least a warning) to modify the iteration variable in foreach

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14984 r...@rcorre.net changed: What|Removed |Added CC||r...@rcorre.net --

[Issue 15726] [REG2.068.0] forward reference error for circular classes, RefCounted

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15726 Erik Smith changed: What|Removed |Added CC||e...@cruiserhouse.com

[Issue 14965] [REG2.031] Forward reference to inferred return type of function call when using auto return type

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14965 --- Comment #5 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/4b6779d2ff0b95866205189cb55e5aef00c13c7e fix Issue 14965 - Forward

[Issue 15767] Why isn't there a deprecation plan for TypeTuple?

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15767 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15777] New: Premature expansion of overload set in tuples

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15777 Issue ID: 15777 Summary: Premature expansion of overload set in tuples Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: rejects-valid

[Issue 15377] std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15377 --- Comment #2 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/7af97f8ccc3990f588fc0d9627c645310d30f382 fix Issue 15377 -

[Issue 15377] std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15377 Vladimir Panteleev changed: What|Removed |Added Keywords||pull ---

[Issue 15776] symlink documentation wrong: "Relative paths are relative to the current working directory"

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15776 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com

[Issue 15774] cant write import std.range; twice

2016-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15774 --- Comment #1 from Johannes Nordhoff --- okay, after looking at it once more i noticed i actually dont have to write the "import" twice. i failed at that point --