[Issue 6162] Remove invariant as alias for immutable

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6162 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-12-12 02:45:10 PST --- In 2.057, Using 'invariant' keyword as a storage class has been deprecated. https://github.com/D-Programming-Language/dmd/pull/477

[Issue 6519] Problem with inout and type inference of polysemous types

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6519 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3748] inout does not work properly

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||bearophile_h...@eml.cc

[Issue 3748] inout does not work properly

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3748 --- Comment #11 from Kenji Hara k.hara...@gmail.com 2011-12-12 03:07:07 PST --- https://github.com/D-Programming-Language/dmd/commit/39966f4f06a527ed67e6f1d6e948c9568a8745d0 -- Configure issuemail:

[Issue 3091] auto x = new shared foo does not compile

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-12-12 04:07:44 PST --- NewExp and StructLiteralExp have this issue. inout(int) test3091(inout(int) _dummy = 0) { struct Foo {} auto pm = new Foo; auto pc = new const Foo;

[Issue 3091] auto x = new shared foo does not compile

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 4571] Non-null class references/pointers

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4571 --- Comment #5 from bearophile_h...@eml.cc 2011-12-12 05:12:30 PST --- See also: http://eclipseandjazz.blogspot.com/2011/12/inter-procedural-null-analysis-using.html -- Configure issuemail:

[Issue 7099] New: static constructor in template mixin in library not executed

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7099 Summary: static constructor in template mixin in library not executed Product: D Version: D1 D2 Platform: Other OS/Version: All Status: NEW Severity:

[Issue 3155] LDC2 support for druntime

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3155 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7100] New: rvalue binds to ref argument

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7100 Summary: rvalue binds to ref argument Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 6845] ICE(mtype.c) after error in constructor parameters

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6845 Trass3r mrmoc...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7091] ICE in Statement::blockExit

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7091 Trass3r mrmoc...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7101] New: Downloads Tools doesn't expand

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7101 Summary: Downloads Tools doesn't expand Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: major Priority: P2 Component:

[Issue 7100] rvalue binds to ref argument

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7100 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6863] Can upcast to Base from const(Derived)

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6863 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3731] Can implicitly cast an immutable reference to a derived class

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||rayerd@gmail.com ---

[Issue 6882] Reference to rvalue segfaults

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6882 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4539] Refuse assignment to string literal

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4539 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||jens.k.muel...@gmx.de

[Issue 6894] [ICE] (backend\cod1.c 1737) with immutable and static

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6894 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||ice-on-invalid-code

[Issue 6920] static on module constructors/destructors is redundant

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6920 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com

[Issue 4251] Hole in the const system: immutable(T)[] implicitly casts to ref const(T)[]

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4251 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #21

[Issue 5493] Able to overwrite immutable data by passing through ref function parameter

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 --- Comment #14 from Kenji Hara k.hara...@gmail.com 2011-12-12 22:09:52 PST --- https://github.com/D-Programming-Language/dmd/pull/558 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 6943] Internal error: e2ir.c 4728 when doing get() on AA literal

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6943 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5675] e2ir assertion on AALiteral call expression

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5675 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||xtzgzo...@gmail.com ---

[Issue 6945] [ICE](expression.c line 1853) arrays of missing symbols

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6945 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||ice-on-invalid-code

[Issue 6946] Compile-time flags generator

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6946 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 6951] dependency parameter (-deps) crashes dmd in release build

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6951 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---