[Mono-dev] [PATCH] System.Linq.Expressions, v2

Jb Evain jb at nurv.fr
Wed Aug 15 15:51:45 EDT 2007


Ok, I've fixed the StringBuilder.AppendFormat for 2.1.

But please, keep an eye on the tuner output for 2.1 (`make
PROFILE=net_2_1 clean all install` in mcs).

If there's an issue, we have to fix it, either by hiding it to the
compiler like in this case, or by using a workaround.

On 8/15/07, Jb Evain <jb at nurv.fr> wrote:
> Hey,
>
> On 8/15/07, Marek Safar <marek.safar at seznam.cz> wrote:
> > I disagree, we should fix StringBuilder in 2.1 profile and not introduce
> > new hacks everywhere else.
> >
> > My suggestion for cases like this is to use #ifdef for AppendFormat
> > in 2.1 profile and compiler will deal with overloads in each profile
> > automatically.
>
> As AppendFormat is a recurrent issue, I agree we can hide it in 2.1
> using #ifdefs.
>
> Keeping an eye on the tuner output is important though, if you're
> modifying an assembly that ships in 2.1.
>
> --
> Jb Evain  <jb at nurv.fr>
>


-- 
Jb Evain  <jb at nurv.fr>



More information about the Mono-devel-list mailing list