[Issue 14610] New: 'null this' assertion missing in 2.067

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14610 Issue ID: 14610 Summary: 'null this' assertion missing in 2.067 Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: major Priority:

[Issue 6607] critical_.d and critical.c use double check locking the wrong way

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

[Issue 14607] dmd crashes intermittently when building in 32 bit mode

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14607 --- Comment #3 from Sobirari Muhomori dfj1es...@sneakemail.com --- https://github.com/andralex/phobos/blob/allocator/std/experimental/allocator/affix_allocator.d - maybe this? --

[Issue 14573] [REG2.067] Extreme memory usage when `synchronized( object )` is used

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

[Issue 6607] critical_.d and critical.c use double check locking the wrong way

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6607 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/0b41a6205361382930272813a5f6a2baae0c456a cleanup and rewrite

[Issue 14611] New: socket.localAddress fails on Unix Sockets with longer Path ( 13 characters)

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14611 Issue ID: 14611 Summary: socket.localAddress fails on Unix Sockets with longer Path ( 13 characters) Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 6607] critical_.d and critical.c use double check locking the wrong way

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6607 github-bugzi...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 14573] [REG2.067] Extreme memory usage when `synchronized( object )` is used

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14573 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/d50aba0083b03659f60c3f157a674d9846d8228f fix Issue 14573 -

[Issue 14611] socket.localAddress fails on Unix sockets with longer path ( 13 characters)

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14611 Dragos Carp dragosc...@gmail.com changed: What|Removed |Added Summary|socket.localAddress fails |socket.localAddress fails

[Issue 14611] socket.localAddress fails on Unix Sockets with longer Path ( 13 characters)

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14611 Dragos Carp dragosc...@gmail.com changed: What|Removed |Added Severity|enhancement |normal --

[Issue 14612] New: typeid(interface) returns TypeInfo_Class object

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14612 Issue ID: 14612 Summary: typeid(interface) returns TypeInfo_Class object Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 14609] [REG2.068a] Github HEAD: DMD assertion failure for valid code

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14609 --- 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/6e0a27b19219d1c2cd02fb3319d3e3a9bfabfcd7 fix Issue 14609 - Github

[Issue 11738] partialShuffle actually shuffles the entire input

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11738 --- Comment #4 from Ivan Kazmenko ga...@mail.ru --- (In reply to Joseph Rushton Wakeling from comment #3) (In reply to Ivan Kazmenko from comment #2) Disclaimer: I may have misunderstood the issue, in which case, please explain what is the

[Issue 11738] partialShuffle actually shuffles the entire input

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11738 --- Comment #3 from Joseph Rushton Wakeling joseph.wakel...@webdrake.net --- (In reply to Ivan Kazmenko from comment #2) Disclaimer: I may have misunderstood the issue, in which case, please explain what is the intent here. At first glance, I

[Issue 11738] partialShuffle actually shuffles the entire input

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11738 --- Comment #5 from Joseph Rushton Wakeling joseph.wakel...@webdrake.net --- (In reply to Ivan Kazmenko from comment #4) I can submit a PR for that ~tomorrow if you want, seems trivial: change one line of actual code and a few unittests. Sounds

[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7044 --- Comment #39 from Walter Bright bugzi...@digitalmars.com --- Here's my evil plan: Add a switch -confsection=sectionname which will cause [sectionname] in the config file to be parsed. There can be multiple such switches and sections, they'll be

[Issue 14609] Github HEAD: DMD assertion failure for valid code

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14609 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 14609] [REG2.068a] Github HEAD: DMD assertion failure for valid code

2015-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14609 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Summary|Github HEAD: DMD assertion |[REG2.068a] Github HEAD: