coccinelle:update_pyml_python39

Last commit made on 2020-03-26
Get this branch:
git clone -b update_pyml_python39 https://git.launchpad.net/coccinelle

Branch merges

Branch information

Name:
update_pyml_python39
Repository:
lp:coccinelle

Recent commits

ff72111... by Thierry Martinez <email address hidden>

stdcompat.h is from stdcompat, not pyml

7a3ef89... by Thierry Martinez <email address hidden>

Add stdcompat.h to SIDEPRODUCTS

2c815c2... by Thierry Martinez <email address hidden>

Update to stdcompat 13 needed by pyml

63d353d... by Thierry Martinez <email address hidden>

Forgot to mark PyImport_Cleanup optional

8a3b333... by Thierry Martinez <email address hidden>

Update pyml bundle to pyml master

In particular, this update fixes
https://github.com/coccinelle/coccinelle/issues/189
(compatibility with Python 3.9)

6718331... by fantasio <email address hidden>

doc: typo

672ccf7... by fantasio <email address hidden>

doc: rulename: fix optional surrounding of dep

d29e20f... by fantasio <email address hidden>

insert_plus: unfavor a comma if it is preceded by an optional pattern

New test dots_comma is a witness of non breaking change over the ..., pattern
New tests split_funcall1 and split_funcall2 must produce the same results
(splitfuncall1 had an extra space before the opening paren in the result)
New test exprlist_comma is a witness that this change unfavors the comma in the
'expresion list,' pattern

ad34686... by cdesouza <email address hidden>

--c++: improve option to allow an optional version specification

`--c++` to indicates C++ code is being processed and spatch allows a mix
of all versions (tries its best to accept the code)
`--c++=<version>` with <version> one of 98, 03, 0x, 11, 1y, 14, 1z, 17,
2a, 20, specifies that C++ code of that specific version is being
processed and spatch must stick to the semantics of this version (when
possible)

Update test auto to use `--c++=11` as cocci arg

94c06a4... by cdesouza <email address hidden>

auto: add auto as type in cocci

Update test auto to have 'auto' in place of a type in the cocci file