[Mono-dev] Submitting patch?

Rodrigo Kumpera kumpera at gmail.com
Wed May 2 11:21:10 UTC 2012


Please make it a pull request on github with tests included.



On Tue, May 1, 2012 at 12:55 PM, Rob Wilkens <robwilkens at gmail.com> wrote:

>
> Ok, I looked up the 'selfish' way to submit a patch from the contributing
> section, and i think the below suffices as a patch, does anyone disagree?
>
> I am referring to : http://www.mono-project.com/Contributing towards the
> bottom of the page where it simply says to submit the patch to the mailing
> list.
>
> Does the below suffice as a "patch" or should i figure out the 'github'
> way which i thought i saw elsewhere.
>
> -Rob
>
> On 05/01/2012 11:49 AM, Rob Wilkens wrote:
>
> I found out the fix for the error i reported with multiple invalid
> login attempts...  It's very simple...
>
> Mono.Data.TdsClient.TdsConnectionPool.cs
>
> In the above file, in GetConnection(), either before:
>
> goto retry
>
> or after the initial
>
> retry:
>
> (either place should be fine)
>
> result needs to be set to null -- that is:
>
> result=null;
>
> (in my testing, i put it before goto retry)
>
> Otherwise, it keeps retrying because result has never been reset
> before the while loop you are trying to enter.
>
> I guess my next step is figuring out how to navigate github so i can submit it.
>
> Sorry for being so public and crowding the mailing list with this.  If
> someone else wants to volunteer to submit the patch for me, please
> speak up.  I'll otherwise figure it out.
>
> -Rob
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120502/0b591a1c/attachment.html>


More information about the Mono-devel-list mailing list