Re: [GSOC 2014][JSON] refactor the output code to support JSON format

2014-06-05 Thread yangmin zhu
On Wed, Jun 4, 2014 at 4:26 AM, Philippe Ombredanne wrote: > On Tue, Jun 3, 2014 at 5:43 PM, yangmin zhu 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 commit

Re: [GSOC 2014][JSON] refactor the output code to support JSON format

2014-06-03 Thread Philippe Ombredanne
On Tue, Jun 3, 2014 at 5:43 PM, yangmin zhu 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 Y

Re: [GSOC 2014][JSON] refactor the output code to support JSON format

2014-06-03 Thread yangmin zhu
On Sat, May 31, 2014 at 8:21 AM, Dmitry V. Levin wrote: > > YangMin, please enable pre-commit hook on your side, it will stop > whitespace errors that make all your commits look red: > > $ mv .git/hooks/pre-commit{.sample,} > I had cleared all the white space error in my commit history when made

Re: [GSOC 2014][JSON] refactor the output code to support JSON format

2014-05-30 Thread yangmin zhu
On Sat, May 31, 2014 at 8:21 AM, Dmitry V. Levin wrote: > On Fri, May 30, 2014 at 12:36:25AM +0800, yangmin zhu wrote: >> Hi everyone, >> I learned a lot about git from the great book [1] and I had cleared my >> repository in github[2]. > > YangMin, please enable pre-commit hook on your side, it w

Re: [GSOC 2014][JSON] refactor the output code to support JSON format

2014-05-30 Thread Dmitry V. Levin
On Fri, May 30, 2014 at 12:36:25AM +0800, yangmin zhu wrote: > Hi everyone, > I learned a lot about git from the great book [1] and I had cleared my > repository in github[2]. YangMin, please enable pre-commit hook on your side, it will stop whitespace errors that make all your commits look red:

[GSOC 2014][JSON] refactor the output code to support JSON format

2014-05-29 Thread yangmin zhu
Hi everyone, I learned a lot about git from the great book [1] and I had cleared my repository in github[2]. I splited my current work into 3 commits: 1. Add basic hook framework for JSON output and the support for '-j' option. [3] 2. Modify sys_read(),sys_write() in io.c to use this hook framework