[Issue 4945] Bad error message with wrong struct literal

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4945 Infiltrator changed: What|Removed |Added CC|

[Issue 5376] writeln doesn't print immutable lazy sequences

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5376 Infiltrator changed: What|Removed |Added CC|

[Issue 5137] Compiler tips

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5137 Infiltrator changed: What|Removed |Added CC|

[Issue 5351] Add template mixin for Range Primitives using random access

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5351 Infiltrator changed: What|Removed |Added CC|

[Issue 6133] Improvements to RedBlackTree

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6133 Infiltrator changed: What|Removed |Added Assignee|lt.infiltra...@gmail.com|nob...@puremagic.com

[Issue 15428] __traits(compiles, super()) cause error "multiple constructor calls" later

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15428 --- Comment #1 from Ketmar Dark --- p.s. or, maybe, it should only check that flag, but never change. --

[Issue 4858] Cannot call synchronized method through super

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4858 Infiltrator changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4668] Troubles with 'auto ref'

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4668 Infiltrator changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15429] New: [std.stdio] Broken link in documentation

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15429 Issue ID: 15429 Summary: [std.stdio] Broken link in documentation Product: D Version: D2 Hardware: All URL: http://dlang.org/phobos/ OS: All Status: NEW

[Issue 15427] dynamic casting functions should be available in TypeInfo_Class

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15427 --- Comment #2 from Ketmar Dark --- sample patch: diff --git a/src/object.d b/src/object.d index 097fc5a..6eb9163 100644 --- a/src/object.d +++ b/src/object.d @@ -21,6 +21,8 @@ private { extern (C) Object

[Issue 15401] partialSort should accept two ranges

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15401 --- Comment #3 from Infiltrator --- (In reply to Andrei Alexandrescu from comment #2) > (In reply to Infiltrator from comment #1) > > Once issue 15421 is fixed, this is a simple matter of > > topN(l, r); > >

[Issue 15428] New: __traits(compiles, super()) cause error "multiple constructor calls" later

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15428 Issue ID: 15428 Summary: __traits(compiles, super()) cause error "multiple constructor calls" later Product: D Version: D2 Hardware: All OS: All

[Issue 15428] __traits(compiles, super()) cause error "multiple constructor calls" later

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15428 Ketmar Dark changed: What|Removed |Added CC|

[Issue 5546] Assigning and initializing structs from functions make more copies than necessary

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5546 Infiltrator changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5993] Strange thread exceptions with DMD 2.053 beta 13th May

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5993 --- Comment #4 from David Bryant --- (In reply to Infiltrator from comment #3) > Is this still an issue in 2.069? IIRC this was fixed and the user code that broke resumed working. I think this bug is a relic now. Apologies for not

[Issue 6187] compiler could use move semantics for appending temporaries to an array

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6187 Infiltrator changed: What|Removed |Added CC|

[Issue 14367] Print warnings by default

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14367 --- Comment #7 from bearophile_h...@eml.cc --- (In reply to Don from comment #5) > Bearophile's comment 4 is something different. It is a real issue. I think > it would best be fixed by removing warnings from the compiler entirely > (which is in

[Issue 5137] Compiler tips

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5137 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to Infiltrator from comment #1) > I don't know whether it's necessary to add another class of compiler > messages. It might be enough to just make these warnings. It would be > helpful

[Issue 6218] Stack trace possible improvement

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6218 Infiltrator changed: What|Removed |Added CC|

[Issue 8892] Wrong diagnostic for static array assignment

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8892 --- Comment #11 from Kenji Hara --- *** Issue 4945 has been marked as a duplicate of this issue. *** --

[Issue 4945] Bad error message with wrong struct literal

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4945 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5376] writeln doesn't print immutable lazy sequences

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5376 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 5993] Strange thread exceptions with DMD 2.053 beta 13th May

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5993 Infiltrator changed: What|Removed |Added CC|

[Issue 5540] Probable bug-hiding redundancies

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5540 Infiltrator changed: What|Removed |Added CC|

[Issue 15422] associative array of nested struct - crash on usage

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15422 Ivan Kazmenko changed: What|Removed |Added CC||ga...@mail.ru

[Issue 5669] Constructor calls should be valid inside final switch

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5669 Infiltrator changed: What|Removed |Added CC|

[Issue 15401] partialSort should accept two ranges

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15401 --- Comment #4 from Andrei Alexandrescu --- (In reply to Infiltrator from comment #3) > (In reply to Andrei Alexandrescu from comment #2) > > (In reply to Infiltrator from comment #1) > > > Once issue 15421 is fixed, this is a

[Issue 15422] associative array of nested struct - crash on usage

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15422 Kenji Hara changed: What|Removed |Added Keywords||wrong-code --- Comment #2

[Issue 15422] [REG2.066] associative array of nested struct - crash on usage

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15422 Kenji Hara changed: What|Removed |Added Keywords||pull

[Issue 4668] Troubles with 'auto ref'

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4668 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #2 from

[Issue 15429] [std.stdio] Broken link in documentation

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15429 ag0ae...@gmail.com changed: What|Removed |Added Keywords||pull CC|

[Issue 15430] New: amdMmx hangs up

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15430 Issue ID: 15430 Summary: amdMmx hangs up Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: regression Priority: P1

[Issue 15429] [std.stdio] Broken link in documentation

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

[Issue 15429] [std.stdio] Broken link in documentation

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15429 --- 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/e90edec9b6961fb0d78128abc876386b2de9e409 fix issue 15429 -

[Issue 15431] New: pragma mangle and mangleof are order dependent

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15431 Issue ID: 15431 Summary: pragma mangle and mangleof are order dependent Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 15288] The precedence of the exponentiation operator ^^ is too high.

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15288 Shriramana Sharma changed: What|Removed |Added CC||samj...@gmail.com --

[Issue 5993] Strange thread exceptions with DMD 2.053 beta 13th May

2015-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5993 Infiltrator changed: What|Removed |Added Status|NEW |RESOLVED