[Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread David Mitchell
I would like to direct your attention to the following Bugzilla bugs that
require attention from someone. Patches exist to fix all of these, but I do
not have write access to SVN, so I cannot apply them, myself.

 

http://bugzilla.ximian.com/show_bug.cgi?id=80260

http://bugzilla.ximian.com/show_bug.cgi?id=80928

http://bugzilla.ximian.com/show_bug.cgi?id=80929

http://bugzilla.ximian.com/show_bug.cgi?id=80904

http://bugzilla.ximian.com/show_bug.cgi?id=80930

http://bugzilla.ximian.com/show_bug.cgi?id=81025

 

The first bug in this list is over a month old, and no one has even so much
as added a comment to the bug since I attached the patch. Is there anything
that can be done to speed up this process a bit? I understand the need for
quality control and whatnot, but I fear that a number of people who are new
to the project may become discouraged if they submit patches like this and
then do not receive a response.

 

--Dave

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread Rafael Teixeira
Hi David,

The number of code reviewers/commiters in Mono are less than we surely
need and also those few have other tasks to accomplish, so we hope
you, and others, can be a little patient, and sometimes also, without
becoming rude, insist a bit, like you are doing.

I've just glanced over the issues on bugzilla.

The compiler one is probably best to leave to Miguel or Martin to
commit. The others I'll verify the patches content and commit if no
one objects in the next few hours. That if my networking troubles with
access to Mono's SVN repository, doesn't forbid me. In that case I'll
report in this thread.

Thanks for your contributions,

:)

On 3/5/07, David Mitchell [EMAIL PROTECTED] wrote:




 I would like to direct your attention to the following Bugzilla bugs that
 require attention from someone. Patches exist to fix all of these, but I do
 not have write access to SVN, so I cannot apply them, myself.



 http://bugzilla.ximian.com/show_bug.cgi?id=80260

 http://bugzilla.ximian.com/show_bug.cgi?id=80928

 http://bugzilla.ximian.com/show_bug.cgi?id=80929

 http://bugzilla.ximian.com/show_bug.cgi?id=80904

 http://bugzilla.ximian.com/show_bug.cgi?id=80930

 http://bugzilla.ximian.com/show_bug.cgi?id=81025



 The first bug in this list is over a month old, and no one has even so much
 as added a comment to the bug since I attached the patch. Is there anything
 that can be done to speed up this process a bit? I understand the need for
 quality control and whatnot, but I fear that a number of people who are new
 to the project may become discouraged if they submit patches like this and
 then do not receive a response.



 --Dave
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list




-- 
Rafael Monoman Teixeira
---
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man. George Bernard Shaw
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread Carlos Alberto Cortez

  The others I'll verify the patches content and commit if no
 one objects in the next few hours. That if my networking troubles with
 access to Mono's SVN repository, doesn't forbid me. In that case I'll
 report in this thread.

It would be a good idea to also have some tests for those patches before
committing.

Carlos.

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread Miguel de Icaza
Hello,

   The others I'll verify the patches content and commit if no
  one objects in the next few hours. That if my networking troubles with
  access to Mono's SVN repository, doesn't forbid me. In that case I'll
  report in this thread.
 
 It would be a good idea to also have some tests for those patches before
 committing.

I read the patches, most of them do not need a test, and those that need
have it.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread Rafael Teixeira
Miguel, I continue to have problems like this:

$ svn up
ssh: mono-cvs.ximian.com: Temporary failure in name resolution
svn: Connection closed unexpectedly
$ ping  mono-cvs.ximian.com
PING mono-cvs.ximian.com (130.57.169.27) 56(84) bytes of data.

--- mono-cvs.ximian.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 2999ms


Can you please commit those patches?

Thanks,

On 3/5/07, Miguel de Icaza [EMAIL PROTECTED] wrote:
 Hello,

The others I'll verify the patches content and commit if no
   one objects in the next few hours. That if my networking troubles with
   access to Mono's SVN repository, doesn't forbid me. In that case I'll
   report in this thread.
 
  It would be a good idea to also have some tests for those patches before
  committing.

 I read the patches, most of them do not need a test, and those that need
 have it.



-- 
Rafael Monoman Teixeira
---
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man. George Bernard Shaw
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread Everaldo Canuto
Hey Rafael,

For strange reasons some provider in Sao Paulo theres DNS problems,
here I solve this using IG dns server, it also speed up some name
resolution.

put nameserver 200.225.157.104 at first line of your /etc/resolv.conf

Everaldo

On 3/5/07, Rafael Teixeira [EMAIL PROTECTED] wrote:
 Miguel, I continue to have problems like this:

 $ svn up
 ssh: mono-cvs.ximian.com: Temporary failure in name resolution
 svn: Connection closed unexpectedly
 $ ping  mono-cvs.ximian.com
 PING mono-cvs.ximian.com (130.57.169.27) 56(84) bytes of data.

 --- mono-cvs.ximian.com ping statistics ---
 4 packets transmitted, 0 received, 100% packet loss, time 2999ms


 Can you please commit those patches?

 Thanks,

 On 3/5/07, Miguel de Icaza [EMAIL PROTECTED] wrote:
  Hello,
 
 The others I'll verify the patches content and commit if no
one objects in the next few hours. That if my networking troubles with
access to Mono's SVN repository, doesn't forbid me. In that case I'll
report in this thread.
  
   It would be a good idea to also have some tests for those patches before
   committing.
 
  I read the patches, most of them do not need a test, and those that need
  have it.
 


 --
 Rafael Monoman Teixeira
 ---
 The reasonable man adapts himself to the world; the unreasonable one
 persists in trying to adapt the world to himself. Therefore all
 progress depends on the unreasonable man. George Bernard Shaw
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread Miguel de Icaza
Hello David,

 I would like to direct your attention to the following Bugzilla bugs
 that require attention from someone. Patches exist to fix all of
 these, but I do not have write access to SVN, so I cannot apply them,
 myself.

Am sorry that we did not get to those bugs before, the bug fixes were
great, and you also provided tests for them, that was absolutely
fantastic. 

I cooked only one test for the generics change in MCS. 

Thanks a million for them.   

Btw, am hiring a QA person to make sure that these kind of problems do
not happen in the future. If anyone is interested, let me know.

Miguel
 
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list