On Wed, Jun 4, 2014 at 4:26 AM, Philippe Ombredanne <[email protected]> wrote: > On Tue, Jun 3, 2014 at 5:43 PM, yangmin zhu <[email protected]> wrote: >> I'm not sure whether should I send my patches directly to this mailing >> list or just put these patch in my github >> and we discuss here? >> >> you can always find my latest commits here: >> https://github.com/zym0017d/strace_GSOC/commits/master > > YangMin: > The best is to post the patches to the list >
ok, I got it. Here is what I'm now doing: I just made a big refactor to my framework and there are still a lot of work to do in my next plan. And I also plan to clean my github repository again, The current commits are mixed together, some are about the hook framework and some are about the usage of the framework. It's hard to review the code even for myself. I plan to create a new branch 'json-base' for the hook framework itself and I will create some feature branches based on the 'json-base' branch for each specific sub-module, such as a 'json-io' branch for all modification to the io-related functions in io.c and another 'json-file' branch for all the modifications to the file-related functions in file.c. When I finished this clean work, I will first send the 'json-base' patch to the mailing list for discussion(maybe still need to changes a lot) and the each specific feature branch. Thank you! --- YangMin ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
