[Mono-dev] DataGrid changes recently?

Stifu stifu at free.fr
Sun Jun 3 22:37:06 UTC 2012


"Also, When i committed this fix, i noticed that it went on to my 
previous pull request...  Should i worry about having too many commits 
that are unrelated in one pull request, or can they just pull through 
the changes they want if they're not comfortable with them?"

I guess they'll manage. If not, they'll probably contact you.
The noise does add confusion, though... So it's better to take your time, to
make as few commits as possible.

By the way, make sure to check out the coding guidelines:
http://www.mono-project.com/Coding_Guidelines

I'm bringing that up because I saw code that needed more love for spaces.
a=b; should be a = b;
if (a==b) should be if (a == b), etc


Rob Wilkens wrote
> 
> On 06/03/2012 05:30 PM, Stifu wrote:
>> If this particular bug hasn't been reported, then yeah, go ahead and
>> report
>> it.
>> And whoever was assigned to WinForms bugs in 2006, don't expect anything
>> to
>> get done (obviously, after 6 years...). The Mono team announced they
>> wouldn't work on WinForms anymore, and that it was up to the community to
>> maintain it.
> 
> BTW- thanks for sharing that they stopped official support for it, so 
> that someone like me feels like i'm not stepping on someone's feet by 
> working on these issues..
> 
> Also, When i committed this fix, i noticed that it went on to my 
> previous pull request...  Should i worry about having too many commits 
> that are unrelated in one pull request, or can they just pull through 
> the changes they want if they're not comfortable with them?
> 
> Thanks!
> Rob
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at .ximian
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 

--
View this message in context: http://mono.1490590.n4.nabble.com/DataGrid-changes-recently-tp4649678p4649685.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list