Re: [PATCH 0/4] Add a Coccinelle front-end script

From: Julia Lawall
Date: Tue Apr 27 2010 - 08:53:34 EST


On Tue, 27 Apr 2010, Wolfram Sang wrote:

> On Mon, Apr 26, 2010 at 11:11:15PM +0200, Nicolas Palix wrote:
> > New targets are added (coccicheck-<mode>) to call the spatch front-end
> > in the 'scripts' directory with the <mode> argument.
> >
> > Four modes are defined: report, patch, context, and org.
> >
> > 'report' mode generates a list in the following format:
> > file:line:column-column: message
> >
> > 'patch' mode proposes a generic fix, when possible.
> >
> > 'context' mode highlights lines of interest and their context
> > in a diff-like style.
> >
> > 'org' mode generates a report in the Org mode format of Emacs.
>
> So, as I understood all semantic patches have to support 'org'?
> I think this makes submitting slightly more complicated...

No, this should not be the case. It just won't do anything if you request
org output and nothing is defined to produce org output.

julia
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/