[Issue 18628] @disable this(this) erroneously adds `__postblit` member

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18628 --- Comment #2 from RazvanN --- What I'm saying is that the output of hasMember is correct, but the output of hasElaborateCopyConstructor most certainly isn't, but, in my opinion, the fix should be in phobos, not in dmd.

[Issue 18628] @disable this(this) erroneously adds `__postblit` member

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18628 RazvanN changed: What|Removed |Added CC|

[Issue 18604] in parameter storage class should be deprecated

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18604 Adam D. Ruppe changed: What|Removed |Added CC|

[Issue 18445] [DIP25][DIP1000] Wrong "return as a parameter attribute" inference

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18445 Carsten Blüggel changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18445] [DIP25][DIP1000] Wrong "return as a parameter attribute" inference

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18445 Carsten Blüggel changed: What|Removed |Added Blocks|18444 | --- Comment #1 from

[Issue 18444] [DIP25][DIP1000] Tracking issue for: "The implementation doesn't match DIPs 25/1000"

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18444 Carsten Blüggel changed: What|Removed |Added Depends on|18445 | Referenced Issues:

[Issue 18417] Make const and immutable postblit constructors illegal

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18417 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/86f2428bf3676a849f3b9cbaab2f1441e9776c71 Fix Issue 18417 - Make const and immutable postblit

[Issue 18417] Make const and immutable postblit constructors illegal

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

[Issue 18357] can break immutable with postblit

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18357 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 18631] New: std.random.choice does not work with const arrays

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18631 Issue ID: 18631 Summary: std.random.choice does not work with const arrays Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 18631] std.random.choice does not work with const arrays

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18631 Basile B. changed: What|Removed |Added Hardware|x86 |All OS|Windows

[Issue 18628] @disable this(this) erroneously adds `__postblit` member

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18628 --- Comment #4 from Andrei Alexandrescu --- The problem with hasElaborateCopyConstructor is the binary expectation: * is that true? Then there's work involved to copy the object * is that false? Then the object can be copied with

[Issue 18555] getSymbolsByUDA has strange behaviour on modules

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18555 spoov0@gmail.com changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #2 from

[Issue 18624] getSymbolsByUDA produces wrong result if one of the symbols having the UDA is a function

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18624 spoov0@gmail.com changed: What|Removed |Added CC||elpenguin...@gmail.com --- Comment #3

[Issue 18628] @disable this(this) erroneously adds `__postblit` member

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18628 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 18632] New: enable use of fromStringz with char[n]

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18632 Issue ID: 18632 Summary: enable use of fromStringz with char[n] Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 18633] Specify clearly if `typectors ref` is the same as `typector auto ref `

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18633 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 18633] New: Specify clearly if `typectors ref` is the same as `typector auto ref `

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18633 Issue ID: 18633 Summary: Specify clearly if `typectors ref` is the same as `typector auto ref ` Product: D Version: D2 Hardware: All OS: All Status:

[Issue 18632] enable use of fromStringz with char[n]

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18632 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 18635] New: Show list of transition features on dlang.org and the man page

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18635 Issue ID: 18635 Summary: Show list of transition features on dlang.org and the man page Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 18636] New: Make the ddox instant search available for ddoc

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18636 Issue ID: 18636 Summary: Make the ddox instant search available for ddoc Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 18634] std.container.rbtree does not work with delegate comparators

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18634 viktor.iva...@gmail.com changed: What|Removed |Added Priority|P1 |P5 Summary|RBTree does

[Issue 18634] std.container.rbtree does not work with delegate comparators

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18634 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 18634] New: RBTree does not work with delegate comparators

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18634 Issue ID: 18634 Summary: RBTree does not work with delegate comparators Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: trivial

[Issue 18504] Assert in synchronized crashes with SIGILL on exit

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18504 Walter Bright changed: What|Removed |Added CC|

[Issue 17784] [scope][DIP1000] Confusing error message for escaping local via new-expression

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17784 Walter Bright changed: What|Removed |Added CC|

[Issue 18199] Error with lambda in struct initializer

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18199 --- Comment #9 from John Belmonte --- The attempted change to parser.d broke some code in a test application. It's possible to have a function body with no colon or return tokens at the top level (e.g. a body with just a switch

[Issue 18242] DMD Segmentation fault.

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18242 Walter Bright changed: What|Removed |Added CC|

[Issue 18622] Outdated information regarding link definition when generated by Visual D DLL project.

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18622 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 18629] std.algorithm.iteration.subsitute is slow

2018-03-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18629 greenify changed: What|Removed |Added CC||greeen...@gmail.com