[Issue 13183] C++ namespace should not conflict with import root package

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13183 Paul O'Neil redballoo...@gmail.com changed: What|Removed |Added CC||redballoo...@gmail.com

[Issue 13976] Value range propagation to disable some slice bound tests

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13976 Per Nordlöw per.nord...@gmail.com changed: What|Removed |Added CC||per.nord...@gmail.com

[Issue 13986] New: auto return for some recursive functions

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13986 Issue ID: 13986 Summary: auto return for some recursive functions Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 13987] New: Invalid struct segfaults

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13987 Issue ID: 13987 Summary: Invalid struct segfaults Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor Priority: P1

[Issue 519] Invariant not called from autogenerated class/struct constructor/destructor

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=519 --- Comment #18 from Andrei Alexandrescu and...@erdani.com --- (In reply to Martin Nowak from comment #17) (In reply to Andrei Alexandrescu from comment #16) I stated this elsewhere, just making sure I don't forget: probably we don't want to

[Issue 13988] New: simplify/cleanup rt.lifetime

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13988 Issue ID: 13988 Summary: simplify/cleanup rt.lifetime Product: D Version: unspecified Hardware: Other OS: Linux Status: NEW Severity: normal

[Issue 13989] New: add system-specific ext to -of parameter if ext is invalid

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13989 Issue ID: 13989 Summary: add system-specific ext to -of parameter if ext is invalid Product: D Version: D2 Hardware: x86 OS: All Status: NEW

[Issue 13989] add system-specific ext to -of parameter if ext is invalid

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13989 Orvid King blah38...@gmail.com changed: What|Removed |Added CC||blah38...@gmail.com ---

[Issue 13989] add system-specific ext to -of parameter if ext is invalid

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13989 Orvid King blah38...@gmail.com changed: What|Removed |Added Hardware|x86 |All --

[Issue 12943] Duplicated error message for out of bound array index

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

[Issue 10910] Duplicate error messages for array bounds errors

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10910 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 7514] [e2ir] Error in e2ir at dynamic array to static array cast

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7514 --- Comment #11 from bearophile_h...@eml.cc --- (In reply to Kenji Hara from comment #10) I think the cast from int[] to int[2][1] should not be accepted. Can you please explain why? Currently this is accepted: int[2] m = cast(int[2])[1, 2]; --

[Issue 519] Invariant not called from autogenerated class/struct constructor/destructor

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=519 --- Comment #17 from Martin Nowak c...@dawg.eu --- (In reply to Andrei Alexandrescu from comment #16) I stated this elsewhere, just making sure I don't forget: probably we don't want to invoke invariants during the GC cycle. Walter has a different

[Issue 2834] Struct Destructors are not called by the GC, but called on explicit delete.

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2834 --- Comment #30 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/dbbea7c5bd4d8936dc8cb523b65f771842f2a487 Merge pull request

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5570 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment

[Issue 2834] Struct Destructors are not called by the GC, but called on explicit delete.

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

[Issue 13984] New: Mangling of /ENTRY depends on DLL imports

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13984 Issue ID: 13984 Summary: Mangling of /ENTRY depends on DLL imports Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Keywords: link-failure

[Issue 13985] New: Wrong code when using super to call final interface method

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13985 Issue ID: 13985 Summary: Wrong code when using super to call final interface method Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 13980] We need better documentation for potential contributors

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13980 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Hardware|x86 |All