[Issue 10143] Make -property do nothing in preparation for removal

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10143 --- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com 2013-05-31 08:41:52 PDT --- The consensus was definitely in favor of _not_ having strict property enforcement, and I believe that both Walter and Andrei agreed with that, and without

[Issue 6461] multiple definitions with typeid and multiobj

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6461 --- Comment #12 from Martin Nowak c...@dawg.eu 2013-05-31 09:19:19 PDT --- (In reply to comment #11) (In reply to comment #10) IIRC TypeInfo instances were the only symbols where s-getModule() returns NULL. I had the impression that the

[Issue 7533] Error with no line number with pure static ctor

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7533 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-31 09:16:39 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10218] std.typecons.opAssign is not CTFEable

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10218 --- Comment #2 from Hisayuki Mima youx...@gmail.com 2013-06-01 01:29:56 JST --- https://github.com/D-Programming-Language/phobos/pull/1325 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8008] static array literal syntax request: auto x=[1,2,3]S;

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8008 Shriramana Sharma samj...@gmail.com changed: What|Removed |Added CC||samj...@gmail.com

[Issue 8008] static array literal syntax request: auto x=[1,2,3]S;

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8008 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 4565] In array literals single values can replace arrays of length 1

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4565 Shriramana Sharma samj...@gmail.com changed: What|Removed |Added CC||samj...@gmail.com

[Issue 481] Letting compiler determine length for fixed-length arrays

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=481 Shriramana Sharma samj...@gmail.com changed: What|Removed |Added CC||samj...@gmail.com

[Issue 10184] Port Tango's concurrent garbage collector (CDGC) to D2's druntime

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10184 --- Comment #3 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-05-31 10:35:48 PDT --- https://github.com/D-Programming-Language/druntime/pull/500 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 7533] Error with no line number with pure static ctor

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7533 Henning Pohl henn...@still-hidden.de changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3849] Compiler should catch incomplete initialisation of an array

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3849 Shriramana Sharma samj...@gmail.com changed: What|Removed |Added CC||samj...@gmail.com

[Issue 10219] New: Implicit conversion between delegates returning a class and an interface

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10219 Summary: Implicit conversion between delegates returning a class and an interface Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10220] New: `array` doesn't work with disabled default construction

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10220 Summary: `array` doesn't work with disabled default construction Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 10210] calling through PLT trashes EAX

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10210 --- Comment #1 from Martin Nowak c...@dawg.eu 2013-05-31 11:52:36 PDT --- Until now I don't know any solution other than to not use EAX for parameter passing. Maybe ECX or EDX would work as alternative. -- Configure issuemail:

[Issue 1654] Array concatenation should result in mutable or invariant depending on usage

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1654 --- Comment #28 from bearophile_h...@eml.cc 2013-05-31 11:57:29 PDT --- An example of code we like to compile: void main() { immutable data1 = [10, 20]; immutable data2 = data1 ~ [30]; } -- Configure issuemail:

[Issue 3096] EnumBaseType

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3096 Henning Pohl henn...@still-hidden.de changed: What|Removed |Added Keywords||pull

[Issue 10221] New: foreach(char c; 0..256) doesn't work even though the upper bound is 255

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10221 Summary: foreach(char c; 0..256) doesn't work even though the upper bound is 255 Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10117] Support C++ class-scope static variables

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10117 --- Comment #1 from github-bugzi...@puremagic.com 2013-05-31 17:55:17 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10117] Support C++ class-scope static variables

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10117 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10221] foreach(char c; 0..256) doesn't work even though the upper bound is 255

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10221 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 9976] Needlessly large instantiation depth in std.typetuple algorithms

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9976 --- Comment #10 from github-bugzi...@puremagic.com 2013-05-31 18:55:57 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9976] Needlessly large instantiation depth in std.typetuple algorithms

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9976 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 10017] Can not assign to a Variant another Variant holding a bigger structure

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10017 --- Comment #11 from David Eagen da...@eagen.com 2013-05-31 19:00:23 PDT --- (In reply to comment #10) (In reply to comment #8) (In reply to comment #7) You are right, sorry for the confusion. It should have been merged into 2.063

[Issue 10222] New: Instructions for building dmd and Phobos on OSX are wrong

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10222 Summary: Instructions for building dmd and Phobos on OSX are wrong Product: D Version: D2 Platform: All OS/Version: Mac OS X Status: NEW Severity:

[Issue 10208] Module-level const/immutable variables with initialization value don't support UDAs

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10208 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-31 21:02:56 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10208] Module-level const/immutable variables with initialization value don't support UDAs

2013-05-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10208 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

<    1   2   3   4