Deskzilla now supports the DMD bugzilla

2009-11-07 Thread Don
Deskzilla Lite (free download from http://almworks.com/) has just added http://d.puremagic.com/issues/ to their list of supported open-source projects. I find Deskzilla invaluable, as I do most of my compiler patching on the train, without an internet connection. Plus, the query support is

opPow, opDollar

2009-11-07 Thread Don
A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had requested that I make a post to the ng so they'd know when it happens. Here it is. This is opPow(), x ^^ y http://d.puremagic.com/issues/show_bug.cgi?id=3481 And this is opDollar!(int dim) for

Re: Regarding compiler switches

2009-11-07 Thread Nick Sabalausky
div0 d...@users.sourceforge.net wrote in message news:hd2n6e$135...@digitalmars.com... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Sabalausky wrote: Ok fair dos, I agree with you that warnings should [not exist at all] be warnings not errors. Ok, I'm glad that we at least agree

Re: Please join me...

2009-11-07 Thread Nick Sabalausky
div0 d...@users.sourceforge.net wrote in message news:hd2ges$n2...@digitalmars.com... I'm not joining you. You are ugly and your mother smells of elderberries. Just don't fart in my general direction. I'd get so mad I might club a baby sycophant. Meh, the heck with it all, I'm going panning

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Walter Bright
grauzone wrote: If you mean memory safety, then yes and will probably forever be for all practical uses (unless D gets implemented on a Java or .net like VM). A VM is neither necessary nor sufficient to make a language memory safe. It's all in the semantics of the language.

Re: opPow, opDollar

2009-11-07 Thread Walter Bright
Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had requested that I make a post to the ng so they'd know when it happens. Here it is. This is opPow(), x ^^ y http://d.puremagic.com/issues/show_bug.cgi?id=3481 I don't understand the

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Don
Walter Bright wrote: grauzone wrote: If you mean memory safety, then yes and will probably forever be for all practical uses (unless D gets implemented on a Java or .net like VM). A VM is neither necessary nor sufficient to make a language memory safe. It's all in the semantics of the

Re: opPow, opDollar

2009-11-07 Thread Lars T. Kyllingstad
Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had requested that I make a post to the ng so they'd know when it happens. Here it is. This is opPow(), x ^^ y http://d.puremagic.com/issues/show_bug.cgi?id=3481

Re: opPow, opDollar

2009-11-07 Thread Don
Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had requested that I make a post to the ng so they'd know when it happens. Here it is. This is opPow(), x ^^ y http://d.puremagic.com/issues/show_bug.cgi?id=3481 I

So bat, DMD crashed!

2009-11-07 Thread Yonggang Luo
I was trying to compile a file comes from ddmd of dsouce.org. But the dmd 2.36 is crashed!. C:\CI\bld\ddmddmd.exe -c -odobjs @C:\CI\bld\ddmd\strange\commands.txt C:\CI\bld\ddmd\dmd\FuncDeclaration.d dmd\Declaration.d(155): Error: function __ensure forward declaration Assertion failure: '0' on

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Yigal Chripun
On 07/11/2009 11:53, Don wrote: Walter Bright wrote: grauzone wrote: If you mean memory safety, then yes and will probably forever be for all practical uses (unless D gets implemented on a Java or .net like VM). A VM is neither necessary nor sufficient to make a language memory safe. It's

Re: opPow, opDollar

2009-11-07 Thread Mike James
the more mathematically-oriented languages use ^ And BASIC ;-) -=mike=-

Re: opPow, opDollar

2009-11-07 Thread Matti Niemenmaa
Don wrote: Yes, ^^ hasn't been used for exponentiation before. Fortran used ** because it had such a limited character set, but it's not really a natural choice; the more mathematically-oriented languages use ^. Obviously C-family languages don't have that possibility. Haskell has three

Re: opPow, opDollar

2009-11-07 Thread KennyTM~
On Nov 7, 09 18:43, Don wrote: Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had requested that I make a post to the ng so they'd know when it happens. Here it is. This is opPow(), x ^^ y

Re: opPow, opDollar

2009-11-07 Thread Andrei Alexandrescu
Matti Niemenmaa wrote: Don wrote: Yes, ^^ hasn't been used for exponentiation before. Fortran used ** because it had such a limited character set, but it's not really a natural choice; the more mathematically-oriented languages use ^. Obviously C-family languages don't have that possibility.

Re: opPow, opDollar

2009-11-07 Thread Robert Jacques
On Sat, 07 Nov 2009 10:48:11 -0500, KennyTM~ kenn...@gmail.com wrote: On Nov 7, 09 18:43, Don wrote: Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had requested that I make a post to the ng so they'd know when it

Re: opPow, opDollar

2009-11-07 Thread dsimcha
== Quote from Robert Jacques (sandf...@jhu.edu)'s article On Sat, 07 Nov 2009 10:48:11 -0500, KennyTM~ kenn...@gmail.com wrote: On Nov 7, 09 18:43, Don wrote: Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had

Re: opPow, opDollar

2009-11-07 Thread Pelle Månsson
dsimcha wrote: == Quote from Robert Jacques (sandf...@jhu.edu)'s article On Sat, 07 Nov 2009 10:48:11 -0500, KennyTM~ kenn...@gmail.com wrote: On Nov 7, 09 18:43, Don wrote: Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of

Re: opPow, opDollar

2009-11-07 Thread Robert Jacques
On Sat, 07 Nov 2009 11:26:36 -0500, dsimcha dsim...@yahoo.com wrote: == Quote from Robert Jacques (sandf...@jhu.edu)'s article On Sat, 07 Nov 2009 10:48:11 -0500, KennyTM~ kenn...@gmail.com wrote: On Nov 7, 09 18:43, Don wrote: Walter Bright wrote: Don wrote: A little while ago I said I'd

Re: opPow, opDollar

2009-11-07 Thread Andrei Alexandrescu
dsimcha wrote: == Quote from Robert Jacques (sandf...@jhu.edu)'s article On Sat, 07 Nov 2009 10:48:11 -0500, KennyTM~ kenn...@gmail.com wrote: On Nov 7, 09 18:43, Don wrote: Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of

Re: Primary D Website Dilapidated?

2009-11-07 Thread Jesse Phillips
On Fri, 06 Nov 2009 23:57:24 -0600, AJ wrote: Steven Schveighoffer wrote: Oh, and BTW, invariant is deprecated, use immutable instead. I assume you are referring to the use of 'invariant' in the documentation? If so, you should report it as a bug. http://d.puremagic.com/issues/

Re: opPow, opDollar

2009-11-07 Thread KennyTM~
On Nov 8, 09 00:15, Robert Jacques wrote: On Sat, 07 Nov 2009 10:48:11 -0500, KennyTM~ kenn...@gmail.com wrote: On Nov 7, 09 18:43, Don wrote: Walter Bright wrote: Don wrote: A little while ago I said I'd create a patch for ^^ as an exponentiation. A couple of people had requested that I

Re: opPow, opDollar

2009-11-07 Thread Andrei Alexandrescu
Robert Jacques wrote: I'd recommend rolling that into a basic statistics struct containing common single pass metrics: i.e. sum, mean, variance, min, max, etc. Well the problem is that if you want to compute several one-pass statistics in one pass, you'd have to invent means to combine these

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Walter Bright
Don wrote: In practice, the big disadvantage which D has is that it can make calls to C libraries which are not necessarily memory safe -- and this is an important feature of the language. Dealing with the external, uncheckable libraries is always going to be a weak point. Both Java and .net

Re: opPow, opDollar

2009-11-07 Thread Walter Bright
KennyTM~ wrote: Nice. Meanwhile, I'd like an opSum() operator (∑ range) as well. It's primarily about syntax sugar: reduce!(a+b)(range) is so ugly. In practice, the most important case is the sum from 1 to n, which is an extremely common operation. reduce!(a+b)(iota(1,n+1)) is horribly ugly

Re: opPow, opDollar

2009-11-07 Thread Andrei Alexandrescu
Walter Bright wrote: KennyTM~ wrote: Nice. Meanwhile, I'd like an opSum() operator (∑ range) as well. It's primarily about syntax sugar: reduce!(a+b)(range) is so ugly. In practice, the most important case is the sum from 1 to n, which is an extremely common operation.

Re: opPow, opDollar

2009-11-07 Thread Chad J
Andrei Alexandrescu wrote: Walter Bright wrote: KennyTM~ wrote: Nice. Meanwhile, I'd like an opSum() operator (∑ range) as well. It's primarily about syntax sugar: reduce!(a+b)(range) is so ugly. In practice, the most important case is the sum from 1 to n, which is an extremely common

Re: opPow, opDollar

2009-11-07 Thread dsimcha
== Quote from Robert Jacques (sandf...@jhu.edu)'s article I'd recommend rolling that into a basic statistics struct containing common single pass metrics: i.e. sum, mean, variance, min, max, etc. I've been wondering for a while if something like this is general enough for non-statisticians and

Re: opPow, opDollar

2009-11-07 Thread Mo Chen
Suppose we have a matrix library, I'd like to have two product operators, one is for matrix product, the other is for element wise product, just like what we do in matlab (A*B and A.*B). I'd like to save ** to that scenario. Btw I'm no Fortran user. ^^ is fine by me. On Sat, Nov 7, 2009 at 5:56

Re: opPow, opDollar

2009-11-07 Thread Don
Walter Bright wrote: KennyTM~ wrote: Nice. Meanwhile, I'd like an opSum() operator (∑ range) as well. It's primarily about syntax sugar: reduce!(a+b)(range) is so ugly. In practice, the most important case is the sum from 1 to n, which is an extremely common operation.

Re: opPow, opDollar

2009-11-07 Thread Don
Mo Chen wrote: Suppose we have a matrix library, I'd like to have two product operators, one is for matrix product, the other is for element wise product, just like what we do in matlab (A*B and A.*B). I'd like to save ** to that scenario. Btw I'm no Fortran user. ^^ is fine by me. The D

Re: opPow, opDollar

2009-11-07 Thread Walter Bright
Andrei Alexandrescu wrote: In order for everyone to air an informed opinion, a related question is: will loop fusion be allowed with function calls? Loop fusion currently only works with operators, and adding ^^ would allow: a[] = b[] ^^ 3; But with pow you can't do that: a[] = pow(b[], 3);

Re: opPow, opDollar

2009-11-07 Thread Don
Walter Bright wrote: Andrei Alexandrescu wrote: In order for everyone to air an informed opinion, a related question is: will loop fusion be allowed with function calls? Loop fusion currently only works with operators, and adding ^^ would allow: a[] = b[] ^^ 3; But with pow you can't do

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread grauzone
Walter Bright wrote: grauzone wrote: If you mean memory safety, then yes and will probably forever be for all practical uses (unless D gets implemented on a Java or .net like VM). A VM is neither necessary nor sufficient to make a language memory safe. It's all in the semantics of the

Re: opPow, opDollar

2009-11-07 Thread Robert Jacques
On Sat, 07 Nov 2009 12:56:35 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Robert Jacques wrote: I'd recommend rolling that into a basic statistics struct containing common single pass metrics: i.e. sum, mean, variance, min, max, etc. Well the problem is that if you want

Re: opPow, opDollar

2009-11-07 Thread Robert Jacques
On Sat, 07 Nov 2009 14:22:01 -0500, dsimcha dsim...@yahoo.com wrote: == Quote from Robert Jacques (sandf...@jhu.edu)'s article I'd recommend rolling that into a basic statistics struct containing common single pass metrics: i.e. sum, mean, variance, min, max, etc. I've been wondering for a

Re: opPow, opDollar

2009-11-07 Thread Robert Jacques
On Sat, 07 Nov 2009 13:37:33 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Walter Bright wrote: KennyTM~ wrote: Nice. Meanwhile, I'd like an opSum() operator (∑ range) as well. It's primarily about syntax sugar: reduce!(a+b)(range) is so ugly. In practice, the most

Re: Personal thoughts about D2 release, D, the Universe and everything

2009-11-07 Thread Derek Parnell
On Sat, 7 Nov 2009 03:31:02 + (UTC), dsimcha wrote: == Quote from hasenj (hasan.alj...@gmail.com)'s article Look at dsource, why is everything there almost dead? Probably because most projects on most open-source hosting sites, like Sourceforge, never really get off the ground. The

Re: opPow, opDollar

2009-11-07 Thread Andrei Alexandrescu
Robert Jacques wrote: On Sat, 07 Nov 2009 12:56:35 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Robert Jacques wrote: I'd recommend rolling that into a basic statistics struct containing common single pass metrics: i.e. sum, mean, variance, min, max, etc. Well the

Re: opPow, opDollar

2009-11-07 Thread dsimcha
== Quote from Andrei Alexandrescu (seewebsiteforem...@erdani.org)'s article Robert Jacques wrote: On Sat, 07 Nov 2009 12:56:35 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Robert Jacques wrote: I'd recommend rolling that into a basic statistics struct containing

Re: opPow, opDollar

2009-11-07 Thread Andrei Alexandrescu
dsimcha wrote: == Quote from Andrei Alexandrescu (seewebsiteforem...@erdani.org)'s article Robert Jacques wrote: On Sat, 07 Nov 2009 12:56:35 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Robert Jacques wrote: I'd recommend rolling that into a basic statistics struct

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Walter Bright
grauzone wrote: Walter Bright wrote: grauzone wrote: If you mean memory safety, then yes and will probably forever be for all practical uses (unless D gets implemented on a Java or .net like VM). A VM is neither necessary nor sufficient to make a language memory safe. It's all in the

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread grauzone
Walter Bright wrote: grauzone wrote: Walter Bright wrote: grauzone wrote: If you mean memory safety, then yes and will probably forever be for all practical uses (unless D gets implemented on a Java or .net like VM). A VM is neither necessary nor sufficient to make a language memory safe.

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Walter Bright
grauzone wrote: Because the bytecode language is much smaller than a high level language like D, it's easier for Java. I don't agree that has anything to do with it. The VM is compiled down to the same old CPU instructions that D is compiled to. What matters is the semantics. Also, Java

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Andrei Alexandrescu
grauzone wrote: Walter Bright wrote: grauzone wrote: Walter Bright wrote: grauzone wrote: If you mean memory safety, then yes and will probably forever be for all practical uses (unless D gets implemented on a Java or .net like VM). A VM is neither necessary nor sufficient to make a

Re: opPow, opDollar

2009-11-07 Thread Stewart Gordon
Andrei Alexandrescu wrote: Matti Niemenmaa wrote: Don wrote: Yes, ^^ hasn't been used for exponentiation before. Fortran used ** because it had such a limited character set, but it's not really a natural choice; the more mathematically-oriented languages use ^. Obviously C-family languages

Re: opPow, opDollar

2009-11-07 Thread Phil Deets
On Sat, 07 Nov 2009 13:37:33 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: In order for everyone to air an informed opinion, a related question is: will loop fusion be allowed with function calls? Loop fusion currently only works with operators, and adding ^^ would

Re: opPow, opDollar

2009-11-07 Thread Phil Deets
On Sat, 07 Nov 2009 21:31:46 -0500, Phil Deets pjdee...@gmail.com wrote: On Sat, 07 Nov 2009 13:37:33 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: In order for everyone to air an informed opinion, a related question is: will loop fusion be allowed with function calls?

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Christopher Wright
Yigal Chripun wrote: In .Net land, MS uses .net to implement parts of their OS so no surprise there that those OS APIs are available to .net code. Really? What parts? There are a bajillion APIs that you can use from .NET that aren't written in .NET. Microsoft just made it easier to use

Re: opPow, opDollar

2009-11-07 Thread Robert Jacques
On Sat, 07 Nov 2009 16:53:01 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Robert Jacques wrote: On Sat, 07 Nov 2009 12:56:35 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Robert Jacques wrote: I'd recommend rolling that into a basic statistics struct

Re: Safety, undefined behavior, @safe, @trusted

2009-11-07 Thread Yigal Chripun
Christopher Wright wrote: Yigal Chripun wrote: In .Net land, MS uses .net to implement parts of their OS so no surprise there that those OS APIs are available to .net code. Really? What parts? There are a bajillion APIs that you can use from .NET that aren't written in .NET. Microsoft just

Re: So bat, DMD crashed!

2009-11-07 Thread Tim Matthews
Yonggang Luo wrote: I was trying to compile a file comes from ddmd of dsouce.org. But the dmd 2.36 is crashed!. C:\CI\bld\ddmddmd.exe -c -odobjs @C:\CI\bld\ddmd\strange\commands.txt C:\CI\bld\ddmd\dmd\FuncDeclaration.d dmd\Declaration.d(155): Error: function __ensure forward declaration

dwt-win on dmd 1.047 or later?

2009-11-07 Thread torhu
Has anyone successfully built dwt-win (r339) with dmd 1.047 or later? I've tried all version from 1.047 through 1.051, but only run into new compiler bugs.

Re: dwt-win on dmd 1.047 or later?

2009-11-07 Thread Frank Benoit
torhu schrieb: Has anyone successfully built dwt-win (r339) with dmd 1.047 or later? I've tried all version from 1.047 through 1.051, but only run into new compiler bugs. If you are willing to supply a patch, that would be great.

Re: 2 File IO Questions (Phobos)

2009-11-07 Thread Frank Benoit
Zane schrieb: Doh! I still need help with number 2, but for number 1, all I needed was to use 'writeString' instead of 'write'. Like I said, still getting used to Phobos. Like I said, I still need help on the destructor question (#2). Thanks, Zane desctructors are called in not defined

CTFE and structs question

2009-11-07 Thread g
At what point structs are supported in CTFE. Cause this fails in dmd 2.036: import std.metastrings; pragma(msg,toStringNow!(A.init.a)); struct A{ uint a; } with this message (note that the end seems truncated): g...@g-desktop:~/Documentos/NCHESS$ dmd oh oh.d(3): Error: no property 'a' for

Re: CTFE and structs question

2009-11-07 Thread Don
g wrote: At what point structs are supported in CTFE. Cause this fails in dmd 2.036: import std.metastrings; pragma(msg,toStringNow!(A.init.a)); struct A{ uint a; } with this message (note that the end seems truncated): g...@g-desktop:~/Documentos/NCHESS$ dmd oh oh.d(3): Error: no

[Issue 3482] ICE(template.c:4017): instantiating invalid tuple template. D1 only.

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

[Issue 1144] ICE(template.c) template mixin causes DMD crash

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1144 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added CC|

[Issue 1144] ICE(template.c) template mixin causes DMD crash

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1144 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 370] Compiler stack overflow on recursive typeof in function declaration.

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=370 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 925] ICE on casting array literal to void[]

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=925 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added Keywords|ice-on-valid-code |wrong-code

[Issue 3485] New: [tdpl] Double bug in typedef

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3485 Summary: [tdpl] Double bug in typedef Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 340] [Tracker] Forward reference bugs and other order-of-declaration issues

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=340 --- Comment #13 from Stewart Gordon s...@iname.com 2009-11-07 08:35:19 PST --- (In reply to comment #12) Maybe it's too hard to fix it up! To fix what up? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 3486] New: [tdpl] Incorrect result type of binary operators applied to typedef'd types

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3486 Summary: [tdpl] Incorrect result type of binary operators applied to typedef'd types Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW

[Issue 370] Compiler stack overflow on recursive typeof in function declaration.

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=370 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||s...@iname.com ---

[Issue 3482] ICE(template.c:4017): instantiating invalid tuple template. D1 only.

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3482 --- Comment #3 from nfx...@gmail.com 2009-11-07 21:29:41 PST --- What? issue 1144 is marked as fixed, but this bug is triggered in the newest release, even if this is just the symptom of another known bug as Don said. -- Configure issuemail:

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 --- Comment #6 from Don clugd...@yahoo.com.au 2009-11-07 22:26:45 PST --- (In reply to comment #5) (In reply to comment #1) I've been wanting an exponentiation operator since the Stone Age, but it seemed like too small an issue to

[Issue 3482] ICE(template.c:4017): instantiating invalid tuple template. D1 only.

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3482 --- Comment #4 from Don clugd...@yahoo.com.au 2009-11-07 22:43:31 PST --- *** This issue has been marked as a duplicate of issue 2229 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 2229] ICE(template.c) instantiating an invalid variadic template with more than one argument

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2229 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||nfx...@gmail.com ---