[Mono-dev] [Mono-patches] r110042 - in trunk/mcs/class/System.Runtime.Remoting: . System.Runtime.Remoting.Channels System.Runtime.Remoting.Channels.Ipc System.Runtime.Remoting.Channels.Tcp System.Runtime.Remoting.MetadataServices System.Runtime.Remoting.Ser

Rodrigo Kumpera kumpera at gmail.com
Sat Aug 9 11:23:12 EDT 2008


Hi Gert,

This path is so huge that I cannot read it. It contains too many different
changes. Formatting, parameter names, new functionality,
line ending changes and possibly more that I cannot find.

I'm not against your patches, it's the very opposite, I'm glad to see you
contributing. But, on the other hand, a lot of people must review
the patches that comes in to see if nothing wrong has slipped in. For
example, I read all of them against mono and most for mcs.

I commit code with a lot silly mistakes in and thankfully I have people that
read my commits and point me to those errors.
To make this possible I have to make sure each patch follow a single topic.
More important that the size is to stick to a single
topic, like parameter name changes or a bug fix.

I admire your contributions, but please, don't mix up that much stuff on a
single commit, it makes harder for everyone. I don't want
to have to borrow JB's book.

Cheers
Rodrigo



On Sat, Aug 9, 2008 at 11:06 AM, Gert Driesen (gert.driesen at pandora.be) <
mono-patches-list at lists.ximian.com> wrote:

> Author: gert
> Date: 2008-08-09 10:06:44 -0400 (Sat, 09 Aug 2008)
> New Revision: 110042
>
> Added:
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/SocketCachePolicy.cs
> Modified:
>   trunk/mcs/class/System.Runtime.Remoting/ChangeLog
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/ChangeLog
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/IpcChannel.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/IpcClientChannel.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc/IpcServerChannel.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/ChangeLog
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpChannel.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/ChangeLog
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/ChangeLog
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/MetaData.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/SUDSGeneratorException.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/SUDSParserException.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/SdlChannelSink.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/SdlChannelSinkProvider.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/SdlType.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.MetadataServices/ServiceType.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Services/ChangeLog
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Services/RemotingClientProxy.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Services/RemotingService.cs
>
> trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.dll.sources
> Log:
> * System.Runtime.Remoting_test.dll.sources: add SocketCachePolicy.cs.
> * SocketCachePolicy.cs: Added.
> * IpcChannel.cs: Fixed argument names to match MS. Changed spaces to
> tabs.
> * IpcClientChannel.cs: Fixed argument names to match MS. Changed spaces
> to tabs.
> * IpcServerChannel.cs: Fixed argument names to match MS. Changed spaces
> to tabs.
> * TcpChannel.cs: Fixed argument names to match MS.
> * TcpServerChannel.cs: Fixed argument names to match MS.
> * MetaData.cs: Fixed argument names to match MS.
> * SdlChannelSink.cs: Fixed argument names to match MS.
> * SUDSGeneratorException.cs: Marked Serializable on 2.0 profile, and
> added deserialization ctor.
> * SUDSParserException.cs: Marked Serializable on 2.0 profile, and
> added deserialization ctor.
> * RemotingClientProxy.cs: Marked ComVisible on 2.0 profile.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080809/1d2745d4/attachment.html 


More information about the Mono-devel-list mailing list