[Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions

Daniel P. Berrangé posted 4 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch failed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190829160710.8792-1-berrange@redhat.com
There is a newer version of this series
CODING_STYLE         | 216 ---------------
CODING_STYLE.rst     | 641 +++++++++++++++++++++++++++++++++++++++++++
HACKING              | 257 -----------------
README => README.rst |  47 ++--
4 files changed, 670 insertions(+), 491 deletions(-)
delete mode 100644 CODING_STYLE
create mode 100644 CODING_STYLE.rst
delete mode 100644 HACKING
rename README => README.rst (84%)
[Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Posted by Daniel P. Berrangé 4 years, 7 months ago
This is ostensibly about adding docs for the g_autofree/g_autoptr
macros. As part of doing that, however, the existing HACKING doc
is merged into the CODING_STYLE doc and the text is converted to
rst with a table of contents.

Changed in v2:

 - Use RST instead of markdown
 - Also convert README file
 - Group sections better
 - Remove GMutexLocker example

Daniel P. Berrangé (4):
  docs: convert README, CODING_STYLE and HACKING to RST syntax
  docs: merge HACKING.rst contents into CODING_STYLE.rst
  docs: document use of automatic cleanup functions in glib
  docs: split the CODING_STYLE doc into distinct groups

 CODING_STYLE         | 216 ---------------
 CODING_STYLE.rst     | 641 +++++++++++++++++++++++++++++++++++++++++++
 HACKING              | 257 -----------------
 README => README.rst |  47 ++--
 4 files changed, 670 insertions(+), 491 deletions(-)
 delete mode 100644 CODING_STYLE
 create mode 100644 CODING_STYLE.rst
 delete mode 100644 HACKING
 rename README => README.rst (84%)

-- 
2.21.0


Re: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190829160710.8792-1-berrange@redhat.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Message-id: 20190829160710.8792-1-berrange@redhat.com
Type: series
Subject: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
0eae52d docs: split the CODING_STYLE doc into distinct groups
68d2b3f docs: document use of automatic cleanup functions in glib
6316ff5 docs: merge HACKING.rst contents into CODING_STYLE.rst
89d6687 docs: convert README, CODING_STYLE and HACKING to RST syntax

=== OUTPUT BEGIN ===
Must be run from the top-level dir. of a kernel tree
=== OUTPUT END ===

Test command exited with code: 2


The full log is available at
http://patchew.org/logs/20190829160710.8792-1-berrange@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190829160710.8792-1-berrange@redhat.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Type: series
Subject: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Message-id: 20190829160710.8792-1-berrange@redhat.com

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
d237cf1 docs: split the CODING_STYLE doc into distinct groups
e40d52d docs: document use of automatic cleanup functions in glib
3988984 docs: merge HACKING.rst contents into CODING_STYLE.rst
d1e2be4 docs: convert README, CODING_STYLE and HACKING to RST syntax

=== OUTPUT BEGIN ===
Must be run from the top-level dir. of a kernel tree
=== OUTPUT END ===

Test command exited with code: 2


The full log is available at
http://patchew.org/logs/20190829160710.8792-1-berrange@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Posted by no-reply@patchew.org 4 years, 7 months ago
Patchew URL: https://patchew.org/QEMU/20190829160710.8792-1-berrange@redhat.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Type: series
Subject: [Qemu-devel] [PATCH v2 0/4] docs: add docs about use of automatic cleanup functions
Message-id: 20190829160710.8792-1-berrange@redhat.com

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
8800019 docs: split the CODING_STYLE doc into distinct groups
5a78ce5 docs: document use of automatic cleanup functions in glib
c94ac86 docs: merge HACKING.rst contents into CODING_STYLE.rst
e6aeca1 docs: convert README, CODING_STYLE and HACKING to RST syntax

=== OUTPUT BEGIN ===
Must be run from the top-level dir. of a kernel tree
=== OUTPUT END ===

Test command exited with code: 2


The full log is available at
http://patchew.org/logs/20190829160710.8792-1-berrange@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com