simon-git: bob (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Aug 31 17:18:15 BST 2020
TL;DR:
9898036 Switch to using Python 3 subclasses of IOError.
028fd6e Fix the command-line -j option.
Repository: https://git.tartarus.org/simon/bob.git
On the web: https://git.tartarus.org/?p=simon/bob.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2020-08-31 17:18:15
commit 9898036f8754f97a79805d37327754466d256b0f
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=9898036f8754f97a79805d37327754466d256b0f;hp=c71ff431866797577a490edb9cc1aa5648065d53
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Aug 25 09:25:25 2020 +0100
Switch to using Python 3 subclasses of IOError.
This is generally less painful than catching IOError, checking its
errno and re-raising it. Also, there was an error in one of my errno
checks (I'd looked for os.errno.EEXIST instead of errno.EEXIST).
bob | 7 +++----
bob-delegate-server | 26 +++++++++++---------------
bob-deliver | 33 ++++++++++++---------------------
execute.py | 5 ++---
parse.py | 6 ++----
5 files changed, 30 insertions(+), 47 deletions(-)
commit 028fd6e535f3ba916344d9c06b85a0a82fee4c46
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=028fd6e535f3ba916344d9c06b85a0a82fee4c46;hp=9898036f8754f97a79805d37327754466d256b0f
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Aug 31 17:13:34 2020 +0100
Fix the command-line -j option.
It did nothing, because it set cfg.parallelism _after_ cfg.parallelism
had been copied into $(nproc). Now we do those in the other order.
bob | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list