[Issue 15044] [Reg 2.068.0] destroy might leak memory

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15044 --- Comment #3 from Kenji Hara --- (In reply to Martin Nowak from comment #2) > Any idea how to solve this @Kenji? > We could try to do semantic3 for buildOpAssign later, but then we'd have to > add a special case to op_overload

[Issue 15044] [REG2.068.0] destroy might leak memory

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

[Issue 15044] [REG2.068.0] destroy might leak memory

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15044 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8e4676303a688ce3a034b38508b5e5b8c7bfa7e0 fix Issue 15044 - destroy

[Issue 15060] New: Can't load a D shared library first, then load a C shared library

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15060 Issue ID: 15060 Summary: Can't load a D shared library first, then load a C shared library Product: D Version: D2 Hardware: All OS: Mac OS X Status:

[Issue 15059] New: D Bug Tracker graph disappeared

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15059 Issue ID: 15059 Summary: D Bug Tracker graph disappeared Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: enhancement

[Issue 15056] [REG2.068.1] Unstored RAII struct return yields bogus error: "cannot mix core.std.stdlib.alloca() and exception handling"

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15056 --- Comment #5 from Kenji Hara --- It's intentionally introduced in: https://github.com/D-Programming-Language/dmd/pull/5003 To fix wrong-code issue 14708. Today, in Win64 and all Posix platforms, dmd uses exception handling

[Issue 15058] [VisualD] A way to specify Debugging Current Directory from within the .visualdproj

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15058 --- Comment #2 from ponce --- Well, that would be very confusing, it's quite common to save projects files even generated. Better abandon the idea of hiding .visualdproj instead to have that. It's not a huge must-have anyway. --

[Issue 15045] [Reg 2.069-devel] hasElaborateCopyConstructor is true for struct with opDispatch

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15045 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #4 from

[Issue 15058] New: [VisualD] A way to specify Debugging Current Directory from within the .visualdproj

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15058 Issue ID: 15058 Summary: [VisualD] A way to specify Debugging Current Directory from within the .visualdproj Product: D Version: D2 Hardware: x86_64 OS: Windows

[Issue 15058] [VisualD] A way to specify Debugging Current Directory from within the .visualdproj

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15058 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 15057] std.string.indexOf and friends do not accept custom types with alias this to string

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15057 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 15056] [REG2.068.1] Unstored RAII struct return yields bogus error: "cannot mix core.std.stdlib.alloca() and exception handling"

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

[Issue 15045] [Reg 2.069-devel] hasElaborateCopyConstructor is true for struct with opDispatch

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15045 --- Comment #3 from Martin Nowak --- (In reply to Kenji Hara from comment #2) > IMHO, it would be better to prevent forwarding some built-in special member > names prefixed by double-underscore through alias this or opDispatch. > > As

[Issue 15019] [ICE] Heisencrash on OS X 32-bit with non-trivial projects

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15019 --- Comment #17 from Vladimir Panteleev --- (In reply to Walter Bright from comment #15) > I applied the patches and cannot reproduce it :-( So have you reproduced it, or can I do something to help? --

[Issue 15019] [ICE] Heisencrash on OS X 32-bit with non-trivial projects

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15019 Walter Bright changed: What|Removed |Added Severity|major |critical ---

[Issue 15057] New: std.string.indexOf and friends do not accept custom types with alias this to string

2015-09-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15057 Issue ID: 15057 Summary: std.string.indexOf and friends do not accept custom types with alias this to string Product: D Version: D2 Hardware: All OS: All