poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] vaious build patches


From: Eric Blake
Subject: [PATCH 0/4] vaious build patches
Date: Tue, 25 Feb 2020 22:11:48 -0600

I noticed my trailing comma for array was incomplete, and we might as
well do the same for struct literals.  I also got annoyed by rebasing
patches because of ChangeLog manipulations, as well as difficulties in
reading patches, but those changes are not trivial enough for me to
push without review.

Are there plans to switch to using gitlog-to-changelog?

Eric Blake (4):
  maint: Saner diff output
  maint: Fix syntax-check
  pkl,testsuite,doc: Allow trailing comma in struct literals
  maint: Ignore even more testsuite leftovers

 .gitattributes                       |  4 +++
 .gitignore                           |  1 +
 .x-sc_prohibit_strncpy               |  1 +
 ChangeLog                            | 41 +++++++++++++++++++++
 bootstrap.conf                       |  5 +++
 doc/poke.texi                        |  5 +--
 etc/git.orderfile                    | 53 ++++++++++++++++++++++++++++
 etc/poke.g4                          | 15 +++++---
 src/ios-dev-file.c                   |  2 +-
 src/ios-dev-mem.c                    |  2 +-
 src/ios.c                            | 14 ++++----
 src/pk-hserver.c                     | 16 ++++-----
 src/pk-ios.c                         | 24 ++++++-------
 src/pk-set.c                         | 16 ++++-----
 src/pkl-ast.c                        |  4 +--
 src/pkl-ast.h                        |  2 +-
 src/pkl-fold.c                       |  8 ++---
 src/pkl-insn.def                     |  2 +-
 src/pkl-tab.y                        | 21 +++++------
 src/pkl-typify.c                     |  2 +-
 src/pvm.jitter                       |  4 +--
 testsuite/poke.pkl/structs-5.pk      |  4 +++
 testsuite/poke.pkl/structs-diag-1.pk |  2 +-
 23 files changed, 180 insertions(+), 68 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 etc/git.orderfile
 create mode 100644 testsuite/poke.pkl/structs-5.pk

-- 
2.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]