[Mono-devel-list] [PATCH] Profile 2.0 assembly versions

Andreas Nahr ClassDevelopment at A-SoftTech.com
Thu Jul 28 18:07:24 EDT 2005


No Consts.cs aren't automatically generated.
The problem is, that several Attributes of classes in System.Web do not use 
the consts scheme, and about one third of your (BIG) patch is just for 
changing these Attributes.
We will then have to change these again later, so it might make sense do do 
it now instead of doing it twice (and adding lots of changelog entries 
twice).

Andreas

----- Original Message ----- 
From: "Kornél Pál" <kornelpal at hotmail.com>
To: "Andreas Nahr" <ClassDevelopment at A-SoftTech.com>; "Miguel de Icaza" 
<miguel at ximian.com>; <mono-devel-list at lists.ximian.com>
Sent: Thursday, July 28, 2005 4:11 PM
Subject: Re: [Mono-devel-list] [PATCH] Profile 2.0 assembly versions


> Hi,
>
> Note that I found 2:0:3600:0 in test-377-net_2_0-il.il so I canged it as
> well to 2:0:0:0. I found {2,0,3600,0}and {8,0,3600,0}in domain.c I changed
> them as well. I think there are no more x.0.3600.0 versions anywhere 
> because
> this time I searched for 3600. Updated patch attached.
>
> Could you please be more specific because I do not understand why it is
> required. I was able to compile a clean checkout (mcs and mono) with the
> patch applied without errors.
>
> Are Consts.cs files automatically generated (I don't think so) or what is
> the problem?
>
> If the problem is the size of the diff file I can't help you. If you want
> please feel free to separate it to as many files as you want but I don't
> want do it.
>
> Kornél
>
> ----- Original Message -----
> From: "Andreas Nahr" <ClassDevelopment at A-SoftTech.com>
> To: "Kornél Pál" <kornelpal at hotmail.com>; "Miguel de Icaza"
> <miguel at ximian.com>; <mono-devel-list at lists.ximian.com>
> Sent: Thursday, July 28, 2005 2:40 PM
> Subject: Re: [Mono-devel-list] [PATCH] Profile 2.0 assembly versions
>
>
>> Imho it would be a good idea to fix all those attributes in System.Web
>> first
>> to use the Consts - Scheme before having to change all that stuff twice.
>>
>> mfg
>> Andreas
>>
>> ----- Original Message -----
>> From: "Kornél Pál" <kornelpal at hotmail.com>
>> To: "Miguel de Icaza" <miguel at ximian.com>;
>> <mono-devel-list at lists.ximian.com>
>> Sent: Thursday, July 28, 2005 2:25 PM
>> Subject: Re: [Mono-devel-list] [PATCH] Profile 2.0 assembly versions
>>
>>
>>> Hi,
>>>
>>> I attached a patch file that replaces all 2.0.3600.0 to 2.0.0.0 and
>>> 8.0.3600.0 to 8.0.0.0 where they  are used to set versions of an 
>>> assembly
>>> or
>>> reference an assembly.
>>>
>>> I did not add any ChangeLog entries. If we want to provide so much
>>> ChangeLog
>>> some automated tool should be used.
>>>
>>> Kornél
>>>
>>> ----- Original Message -----
>>> From: Miguel de Icaza
>>> To: Kornél Pál
>>> Sent: Thursday, July 28, 2005 8:18 AM
>>> Subject: Re: [Mono-devel-list] Profile 2.0 assembly versions
>>>
>>>
>>>> Hello,
>>>>
>>>>> I filed http://bugzilla.ximian.com/show_bug.cgi?id=75646.
>>>>>
>>>>> I don't try to propose a patch file because I'm sure it would be
>>>>> rejected.
>>>>
>>>> Having a patch would be great.
>>>>
>>>> Miguel.
>>>
>>
>>
>> --------------------------------------------------------------------------------
>>
>>
>>> _______________________________________________
>>> Mono-devel-list mailing list
>>> Mono-devel-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>


--------------------------------------------------------------------------------


> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 




More information about the Mono-devel-list mailing list