[Issue 7067] std.random.RandomSample and RandomCover are poorly designed

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7067 --- Comment #22 from jens.k.muel...@gmx.de --- We should try out Martin's idea. I'll do it but I'd like to write some tests first. Joseph you mentioned several suprizes with the current design. I'd like to create some tests for those. Can you give

[Issue 14239] New: template destructor attribute deduction conflicts with object.TypeInfo.destroy

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14239 Issue ID: 14239 Summary: template destructor attribute deduction conflicts with object.TypeInfo.destroy Product: D Version: D1 D2 Hardware: x86_64 OS: Linux

[Issue 14239] template destructor attribute deduction conflicts with object.TypeInfo.destroy

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

[Issue 7104] linker error on void main(){ typeof(new class{}) c; c = new typeof(c); }

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7104 --- Comment #2 from Kenji Hara k.hara...@gmail.com --- https://github.com/D-Programming-Language/dmd/pull/4453 --

[Issue 4616] Link error with copy constructor of nested struct

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4616 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14237] Compiler should reject attempts to (re)define .init

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14237 Marc Schütz schue...@gmx.net changed: What|Removed |Added CC||schue...@gmx.net --

[Issue 8072] Methods defined in external object files when template alias parameter is involved

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8072 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14240] New: Segfault while compiling templated code

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14240 Issue ID: 14240 Summary: Segfault while compiling templated code Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #4 from

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 Jonathan M Davis issues.dl...@jmdavisprog.com changed: What|Removed |Added CC|

[Issue 14241] New: phobos unittests not run on Windows

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14241 Issue ID: 14241 Summary: phobos unittests not run on Windows Product: D Version: unspecified Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 --- Comment #5 from Martin Nowak c...@dawg.eu --- Most CPU time is spent in `updaterd` and `accumaecpx` if that helps. https://github.com/D-Programming-Language/dmd/blob/82b031c22f18334a7edeff437260b6802070a9e3/src/backend/gloop.c#L1263

[Issue 14242] New: destruction of static arrays with elaborate destructor elements does not propagate attributes

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14242 Issue ID: 14242 Summary: destruction of static arrays with elaborate destructor elements does not propagate attributes Product: D Version: D2 Hardware: All OS:

[Issue 14243] New: mixin template scope inconsistency?

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14243 Issue ID: 14243 Summary: mixin template scope inconsistency? Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: blocker

[Issue 7104] linker error on void main(){ typeof(new class{}) c; c = new typeof(c); }

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7104 --- Comment #3 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/c779ec72240f6b110af0b9f3a0d3cc4a0bf271ee fix Issue 7104 - linker

[Issue 14197] replace was moved from std.string without alias added

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14197 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 14235] [REG2.066] full-qualified template instantiation misses its error location

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14235 --- 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/ff9125b7715d069caacbebae2ee5f8c85fcff204 fix Issue 14235 -

[Issue 14213] Strange deprecated message in std.typecons.Proxy with using method

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14213 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #4 from

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 14225] [REG2.067a] GDB: error reading variable (string + dup)

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14225 --- Comment #5 from Martin Nowak c...@dawg.eu --- .debug_frame and .debug_ranges changed and look indeed weird. There is an overlapping PC range. 00c0 0024 FDE cie= pc=..0084

[Issue 14112] Phobos git master doesn't build with MSVC-built compiler (DIP25)

2015-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14112 --- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com --- (In reply to Benjamin Thaut from comment #3) Valdimir can you give more information please? If I build dmd git head with Visual Studio 2013 your test case does not fail. It works