[Issue 3687] Array operation slice times scalar tramples over memory

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3687 --- Comment #6 from Don clugd...@yahoo.com.au 2010-01-21 04:00:30 PST --- Changes checked into druntime svn 234 and D1 phobos svn 1403. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3731] Immutable class may be changed when inherits from mutable parent

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

[Issue 3604] extern(C) callable function with array parameters broken

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3604 --- Comment #7 from Witold Baryluk bary...@smp.if.uj.edu.pl 2010-01-21 05:44:35 PST --- Thanks. Functions like sys.posix.unistd: pipe, encrypt sys.posix.stdlib: Xseed48, {e,j,n}rand48, lcong48 sys.posix.poll: poll sys.posix.sys.time: utimes

[Issue 3730] Struct's explicit constructor can't initialize global variables

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3730 --- Comment #2 from Tomasz Sowiński tomeks...@gmail.com 2010-01-21 10:56:04 PST --- (In reply to comment #1) This works for me in DMD2.039 Windows svn 342. (Are you sure you're not using 2.038?) Yes, I even compiled from command line to

[Issue 3731] Immutable class may be changed when inherits from mutable parent

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3731 --- Comment #2 from Tomasz Sowiński tomeks...@gmail.com 2010-01-21 11:03:00 PST --- (In reply to comment #1) The solution would be to make it illegal to have a mutable class reference to the base class. In your example, this line should

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #5 from Eldar Insafutdinov e.insafutdi...@gmail.com 2010-01-21 13:37:38 PST --- When fixing this also make sure this testcase passes: public class IQGraphicsItem { public QGraphicsObject toGraphicsObject(); public

[Issue 3732] Not all COM interfaces inherit from IUnknown.

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3732 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

SEG-V at expression.c:6255, know issue?

2010-01-21 Thread BCS
I'm getting a seg-v (not an assert) at expression.c:6255 from some template code. Is this a know issue or sould I put some work into cutting it down?

Re: SEG-V at expression.c:6255, know issue?

2010-01-21 Thread BCS
Hello BCS, I'm getting a seg-v (not an assert) at expression.c:6255 from some template code. Is this a know issue or sould I put some work into cutting it down? FWIW this fixes the problem into an assert Expression *DotTemplateInstanceExp::semantic(Scope *sc) { #if LOGSEMANTIC

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2010-01-21 20:21:23 PST --- Changeset 344 for second problem. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 3726] Regression: ICE(mangle.c 81): struct forward reference with static this

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3726 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|