dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]cscc/ecma c# question - 2


From: Gopal V
Subject: Re: [DotGNU]cscc/ecma c# question - 2
Date: Tue, 22 Oct 2002 08:43:41 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Ravi Mishra wrote:
> Console.WriteLine("{0}, {1}, {2}", i, i, i);
.....
> Console.WriteLine("{0}, {1}, {2}, {3}", i, i, i, i);

These are two functions entirely :-)
the first is

WriteLine(String,Object,Object,Object);

the second is

WriteLine(String,params Object[]);

> I am trying to execute code snippets from C# ECMA spec. Please let me
> know if it's okay to post such problems. If needed, I am willing to run
> it against cvs tree. Currently I am using pnet-0.3.2 

2002-09-28  Rhys Weatherley  <address@hidden>

        * codegen/cg_arith.tc, codegen/cg_library.c, codegen/cg_relop.tc,
        codegen/jv_arith.tc, cscc/csharp/cs_oper.tc: fix string and object
        comparisons.
......
        * cscc/csharp/cs_lvalue.tc: use the array form of a "params"
        parameter inside a method; not the element form.

Yup it's great to report problems .... but it's sad when I see a 
killed bug rise up and say hi again :-)

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

[Prev in Thread] Current Thread [Next in Thread]