[PATCH 0/5] misc
by Richard Ipsum
Richard Ipsum (5):
subprocess: convert to 3space indents
Bind select(2)
Bind getpgrp(2)
Bind setsid(2)
Bind setpgid(2)
luxio.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++++-
luxio/subprocess.lua | 154 +++++++++++++++---------------
luxio_constants.inc.in | 3 +
tests/test-select.lua | 79 +++++++++++++++
tests/test-setsid.lua | 7 ++
5 files changed, 415 insertions(+), 81 deletions(-)
create mode 100644 tests/test-select.lua
create mode 100755 tests/test-setsid.lua
--
2.11.0
4 years, 11 months
[PATCH 0/2] Fix https://trello.com/c/7tlG7HCT/272
by Daniel Silverstone
Repo: git://git.gitano.org.uk/gitano.git
Ref: dsilvers/fix-272
SHA1: ec642db685d98a9fa264511a5c5ae0786ac0339d
When I consolidated the behaviour of multiple-value Lace values, I failed to
take into account that some of the values are both set-type and also list-type.
This results in a huge nasty traceback when the owner of a repo pushes an
adminref change containing a hook when using the default ruleset. This pair
of commits first exposes the problem by tweaking one of the treedelta tests
and then corrects it.
Daniel Silverstone (2):
TESTING: Use prefix instead of is
LACE: Correct a bug in iterating table form values
lib/gitano/lace.lua | 5 ++++-
testing/admin-patches/must-affect-FOO.patch | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
--
2.11.0
4 years, 12 months