[Issue 14244] New: 2.067: Error when 'this' used as ref parameter

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14244 Issue ID: 14244 Summary: 2.067: Error when 'this' used as ref parameter Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression

[Issue 14245] New: Immutable reference to immutable field in constructor allows breaking type system

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14245 Issue ID: 14245 Summary: Immutable reference to immutable field in constructor allows breaking type system Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 14246] New: proper destruction of partially constructed objects/structs

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14246 Issue ID: 14246 Summary: proper destruction of partially constructed objects/structs Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 14244] 2.067: Error when 'this' used as ref parameter

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14244 safety0ff.bugz safety0ff.b...@gmail.com changed: What|Removed |Added CC|

[Issue 14246] proper destruction of partially constructed objects/structs

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14246 Ali Cehreli acehr...@yahoo.com changed: What|Removed |Added CC||acehr...@yahoo.com ---

[Issue 13934] Cannot pass 'this' to function by reference

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

[Issue 14244] 2.067: Error when 'this' used as ref parameter

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

[Issue 14247] New: string within demangled symbol name should be made escape

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14247 Issue ID: 14247 Summary: string within demangled symbol name should be made escape Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 14198] [REG2.067a] Link failure with Variant

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14198 --- Comment #3 from Walter Bright bugzi...@digitalmars.com --- This is crazy complicated. What's happening is in TemplateInstance::needsCodegen(), the minst for to!string is set to std.bitmanip, which is not a root module, and so needsCodegen() says

[Issue 14248] New: CodeView: debug info for return type of ref return function

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14248 Issue ID: 14248 Summary: CodeView: debug info for return type of ref return function Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 14198] [REG2.067a] Link failure with Variant

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14198 --- Comment #4 from Walter Bright bugzi...@digitalmars.com --- Hmm, a reference to: _D3std4conv11__T2toTAyaZ9__T2toTbZ2toFbZAya is generated, but there's a: _D3std4conv11__T2toTAyaZ9__T2toTbZ2toFNaNfbZAya in Phobos. The difference is the

[Issue 14198] [REG2.067a] Link failure with Variant

2015-03-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14198 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 14233] [REG2.067b2] Can't build Algebraic!(This[]) anymore

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