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 pombreda...@nexb.com wrote: On Tue, Jun 3, 2014 at 5:43 PM, yangmin zhu zym00...@gmail.com 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

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 l...@altlinux.org 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

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 zym00...@gmail.com 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:

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: $

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 l...@altlinux.org 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

[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