Just a quick note to say that I've migrated the PLY source repo over to github as a bit of experiment. You can access it here:
I have to admit that I'm pretty new to git and will need to experiment with it more to get the hang of its various features. However, I think that this move might facilitate the incorporation of future PLY patches, examples, and other things. So, try it out and let me know if there are any problems.
Cheers,
Dave
Hi all,
I've made a small modification to ebuild for Gentoo to install the Git version
(attached) - if anybody on Gentoo wants to try it.
David, good idea to migrate to Git :-)
I have one tip for local Git repository (before you commit to the public
repository) - `git-rebase -i` (interactive rebase) is a very good tool to
reorder/merge/remove commits. Afterwards, when you are happy with the patches,
you can push them to github.
Cheers,
Oldrich.