[Issue 5896] New: const overload with Template function

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5896 Summary: const overload with Template function Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 4539] Refuse assignment to string literal

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4539 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 5897] unrelated struct type casting should ignite construction

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

[Issue 5898] New: [const] std.typecons.Rebindable.get() should be const-correct

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5898 Summary: [const] std.typecons.Rebindable.get() should be const-correct Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: patch,

[Issue 5899] New: auto-return function cannot match 'null' with reference type.

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5899 Summary: auto-return function cannot match 'null' with reference type. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 5900] New: std.math.radians(), std.math.degrees()

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5900 Summary: std.math.radians(), std.math.degrees() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5901] New: std.random.normal(), std.random.fastNormal()

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5901 Summary: std.random.normal(), std.random.fastNormal() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5902] New: ICE(toir.c) with -inline when there is a cross-module call to a closure

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5902 Summary: ICE(toir.c) with -inline when there is a cross-module call to a closure Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 5902] ICE(toir.c) when there is a cross-module call to a closure

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5902 kenn...@gmail.com changed: What|Removed |Added See Also||http://d.puremagic.com/issu

[Issue 5900] std.math.radians(), std.math.degrees()

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5900 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3809] Struct initializers apparently always CTFE'd

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3809 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4048] [CTFE] struct initializer: missing line number in error message

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4048 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4001] const variables should be readable inside CTFE

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4001 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5664] Cannot compile static synchronized member function.

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 wolfwood transmethyl+...@gmail.com changed: What|Removed |Added CC|

[Issue 5664] Cannot compile static synchronized member function.

2011-04-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5664 --- Comment #3 from wolfwood transmethyl+...@gmail.com 2011-04-27 21:07:35 PDT --- (In reply to comment #2) static sychronized is now broken in the DMDFE 1.067, used to work in 1.066. seems that some D2 code was merged between these two