2009/11/29 Peter Hutterer <[email protected]>

>
> git is good at detecting moved content, including maintaining the
> git blame history. i.e. if you run git blame on file it'll give you the
> history across the move.
>
> This works as long as you move the code as-is and then change it later - I
> recommend doing exactly this. Don't be tempted to fix up whitespaces or
> even bugs when you copy from A to B, put it as a separate patch on top of
> the move.
> (note that fixing bugs during a janitorial cleanup such as this is a big
> no-no in any project anyway).
>
> The plan itself sounds good, though though I recommend not doing everything
> in one go but rather in small patches, one-by-one.
> intrusive stuff like this is hard to slot in and a merge would be a
> nightmare to bisect. the smaller the patches, the easier we can just slot
> them in between the others and the easier the conflict resolution on
> rebases.
> I really want to avoid a merge commit for this.
>
> Ping - how does that sound to you?
>

I have to say the plan is a very good one.

My concern is how to prioritize this plan v.s. our current development
effort. xf86-input-wacom isn't in stable condition yet. Should we finish the
basic features first or do both in parallel? From users perspective, having
a stable driver is definitely the top priority. From long-term maintenance
and software best practice point of view, this plan has its importance too.

So, Przemo, a question for you.  Are you interested in working with us to
get the basic features (by basic features I mean porting the features that
we have at linuxwacom to xf86-input-wacom) out first or does the ugly code
really reduces your willingness to make a contribution now? All effort is
extremely important to this project. I don't wan to lose even a bit of it.

Ping
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to