1. 22 Jul, 2018 1 commit
    • Vincent Pelletier's avatar
      cli: Do not open file to then get its path and open it again. · fd8a152b
      Vincent Pelletier authored
      The intent was getting a nice error message if file was not readable, but
      it causes a resource warning in python3 (file object being garbage-
      collected while open - wasn't that the beauty of automatic garbage
      collection to begin with ? It makes sense for writeable files as not
      closing may cause race conditions, but for read-only it's just annoying).
      fd8a152b
  2. 21 Jul, 2018 1 commit
  3. 20 Jul, 2018 3 commits
  4. 15 Jul, 2018 4 commits
  5. 14 Jul, 2018 8 commits
  6. 13 Jul, 2018 4 commits
  7. 12 Jul, 2018 10 commits
  8. 08 Jul, 2018 1 commit
    • Vincent Pelletier's avatar
      shell/caucase.sh: Make shellcheck happy. · 3540d427
      Vincent Pelletier authored
      Do not rely on test's -a & -o.
      Escape backslashes which are intended as literals.
      Avoid one useless "cat".
      Avoid testing $?.
      Simplify "is integer ?" test.
      Quote a few variable expansions.
      Arithmetic expression does not need explicit expansion.
      Split declaration and assignment to unmask status.
      Disable shellcheck warning about "local" being undefined in POSIX.
      3540d427
  9. 04 Nov, 2017 8 commits