[Issue 1418] tupleof bug on nested classes

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1418 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1678] ref with varargs generates invalid code

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1678 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4587] Assert exception should not allocate

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4587 --- Comment #4 from Leandro Lucarella 2010-08-05 20:30:55 PDT --- (In reply to comment #3) > I think, GC should just use special kind of assert. Why? And how is desirable that an assert allocates? I agree that the GC *could* use a special ki

[Issue 2931] Initialization struct with array from another struct

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2931 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4585] DMD2 should look for dmd2.conf

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4585 --- Comment #3 from Leandro Lucarella 2010-08-05 20:27:58 PDT --- (In reply to comment #2) > Does argv[0] contain full path to the binary? No, at least on unix, is the same command you typed, but you can always do basename(argv[0]) and search

[Issue 4585] DMD2 should look for dmd2.conf

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4585 --- Comment #2 from Sobirari Muhomori 2010-08-05 19:50:20 PDT --- Does argv[0] contain full path to the binary? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Issue 4587] Assert exception should not allocate

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4587 --- Comment #3 from Sobirari Muhomori 2010-08-05 19:19:07 PDT --- I think, GC should just use special kind of assert. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 4551] D2 Language Docs: http://www.digitalmars.com/d/2.0/arrays.html

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4551 --- Comment #4 from Steven Schveighoffer 2010-08-05 17:02:22 PDT --- I'll defer to Walter on the prototype vs full implementation since the example is valid either way IMO. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?

[Issue 4551] D2 Language Docs: http://www.digitalmars.com/d/2.0/arrays.html

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4551 --- Comment #3 from Andrej Mitrovic 2010-08-05 16:02:38 PDT --- And thanks for the fixes + the anchors. I was going to mention that some pages are missing a lot of anchors (which is why I wrapped everything with double quotes instead). -- Co

[Issue 4551] D2 Language Docs: http://www.digitalmars.com/d/2.0/arrays.html

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4551 --- Comment #2 from Andrej Mitrovic 2010-08-05 15:57:04 PDT --- Thanks for the review, Steven. I see what you mean by "doesn't have to be a complete program". But this should be stated somewhere. In many cases trying to compile these incomple

[Issue 4551] D2 Language Docs: http://www.digitalmars.com/d/2.0/arrays.html

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4551 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 4443] Optimizer produces wrong code for || or && with struct arrays

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4443 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4583] PIC code not working: EBX register set incorrectly

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4583 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4590] New: Spec incorrectly describes array appending and memory stomping

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4590 Summary: Spec incorrectly describes array appending and memory stomping Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 4578] Regression(2.047,1.062): ICE(cgcod.c): var+arr[]

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4578 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 435] Constructors should be templatized

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=435 Steven Schveighoffer changed: What|Removed |Added CC||reiner.p...@gmail.com --- Commen

[Issue 1462] Templated constructor not supported

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1462 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4589] New: comparing two arrays of interfaces for equality segfaults

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4589 Summary: comparing two arrays of interfaces for equality segfaults Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal

[Issue 4587] Assert exception should not allocate

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4587 --- Comment #2 from Leandro Lucarella 2010-08-05 10:37:15 PDT --- (In reply to comment #1) > This is a bit comical, because the GC (gcx.d) already uses lots of asserts. > They are just disabled, because Phobos is compiled in release mode. The

[Issue 4587] Assert exception should not allocate

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4587 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #1 from

[Issue 4588] New: [lex] @ttributes are not documented

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4588 Summary: [lex] @ttributes are not documented Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: www.

[Issue 4587] New: Assert exception should not allocate

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4587 Summary: Assert exception should not allocate Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component:

[Issue 4570] ElementType!(void[]) shows error message.

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4570 SHOO changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4586] New: DMD should look for dmd.conf in /usr/local/etc

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4586 Summary: DMD should look for dmd.conf in /usr/local/etc Product: D Version: D1 & D2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4585] DMD2 should look for dmd2.conf

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4585 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 4585] New: DMD2 should look for dmd2.conf

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4585 Summary: DMD2 should look for dmd2.conf Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4584] New: std.algorithm.sort fails with SwapStrategy.stable

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 Summary: std.algorithm.sort fails with SwapStrategy.stable Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4191] [FreeBSD] real constants are rounded to double precision

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4191 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3528] FreeBSD patches for druntime.

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3528 Walter Bright changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4583] New: PIC code not working: EBX register set incorrectly

2010-08-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4583 Summary: PIC code not working: EBX register set incorrectly Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2