All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Cocci] [PATCH v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
@ 2020-02-09  9:39 ` Markus Elfring
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Elfring @ 2020-02-09  9:39 UTC (permalink / raw)
  To: Jaskaran Singh, cocci; +Cc: linux-kernel-mentees

> For a pointer, the C parser constructed an AST dissimilar from that

I find it helpful to mention the meaning of the term “AST” without abbreviation
for a nicer patch description.
https://en.wikipedia.org/wiki/AST

Regards,
Markus
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Linux-kernel-mentees] [Cocci] [PATCH v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
@ 2020-02-09  9:39 ` Markus Elfring
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Elfring @ 2020-02-09  9:39 UTC (permalink / raw)
  To: Jaskaran Singh, cocci; +Cc: linux-kernel-mentees

> For a pointer, the C parser constructed an AST dissimilar from that

I find it helpful to mention the meaning of the term “AST” without abbreviation
for a nicer patch description.
https://en.wikipedia.org/wiki/AST

Regards,
Markus
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Cocci] [PATCH v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
  2020-02-09  9:39 ` [Linux-kernel-mentees] " Markus Elfring
@ 2020-02-09  9:41   ` Julia Lawall
  -1 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2020-02-09  9:41 UTC (permalink / raw)
  To: Markus Elfring; +Cc: linux-kernel-mentees, cocci

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

On Sun, 9 Feb 2020, Markus Elfring wrote:

> > For a pointer, the C parser constructed an AST dissimilar from that
>
> I find it helpful to mention the meaning of the term “AST” without abbreviation
> for a nicer patch description.
> https://en.wikipedia.org/wiki/AST

Not necessary.  Anyone who is looking at the Coccinelle commits should
know what an AST is.

julia

[-- Attachment #2: Type: text/plain, Size: 136 bytes --]

_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Linux-kernel-mentees] [Cocci] [PATCH v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
@ 2020-02-09  9:41   ` Julia Lawall
  0 siblings, 0 replies; 6+ messages in thread
From: Julia Lawall @ 2020-02-09  9:41 UTC (permalink / raw)
  To: Markus Elfring; +Cc: Jaskaran Singh, linux-kernel-mentees, cocci

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

On Sun, 9 Feb 2020, Markus Elfring wrote:

> > For a pointer, the C parser constructed an AST dissimilar from that
>
> I find it helpful to mention the meaning of the term “AST” without abbreviation
> for a nicer patch description.
> https://en.wikipedia.org/wiki/AST

Not necessary.  Anyone who is looking at the Coccinelle commits should
know what an AST is.

julia

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Cocci] [v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
  2020-02-09  9:41   ` [Linux-kernel-mentees] " Julia Lawall
@ 2020-02-09  9:44     ` Markus Elfring
  -1 siblings, 0 replies; 6+ messages in thread
From: Markus Elfring @ 2020-02-09  9:44 UTC (permalink / raw)
  To: Julia Lawall, Jaskaran Singh; +Cc: linux-kernel-mentees, cocci

>> https://en.wikipedia.org/wiki/AST
>
> Not necessary.  Anyone who is looking at the Coccinelle commits should
> know what an AST is.

I would appreciate to reduce the potential for confusion around
the application of parsing technologies.

Regards,
Markus
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Linux-kernel-mentees] [Cocci] [v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers
@ 2020-02-09  9:44     ` Markus Elfring
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Elfring @ 2020-02-09  9:44 UTC (permalink / raw)
  To: Julia Lawall, Jaskaran Singh; +Cc: linux-kernel-mentees, cocci

>> https://en.wikipedia.org/wiki/AST
>
> Not necessary.  Anyone who is looking at the Coccinelle commits should
> know what an AST is.

I would appreciate to reduce the potential for confusion around
the application of parsing technologies.

Regards,
Markus
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-09  9:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09  9:39 [Cocci] [PATCH v2 1/2] parsing_c: Align C AST and Coccinelle AST for pointers Markus Elfring
2020-02-09  9:39 ` [Linux-kernel-mentees] " Markus Elfring
2020-02-09  9:41 ` Julia Lawall
2020-02-09  9:41   ` [Linux-kernel-mentees] " Julia Lawall
2020-02-09  9:44   ` [Cocci] [v2 " Markus Elfring
2020-02-09  9:44     ` [Linux-kernel-mentees] " Markus Elfring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.