Hi James,
James Hawkins schreef:
mailing list etiquette: make sure to bottom-post on this ML and CC wine-devel so others can share in the information exchange.
To answer your question, you have to get into the git mindset. That is, you make one fix, commit the fix, write the next fix, etc. It's really a development change. You should know what to fix before you go in to fix it, not hack around until an app works.
Strictly speaking not entirely true, a lot of the times I first hack around till my app works before cleaning it up and sending in a proper fix. You are right that missing the clean-up will mean that the code won't be accepted into wine, sometimes that is even more work then the stuff needed to make it work.
A: Top posting
Q: What is the most annoying thing in the world?
Cheers, Maarten