1. 11 Apr, 2019 1 commit
  2. 09 Apr, 2019 1 commit
  3. 08 Apr, 2019 6 commits
  4. 05 Apr, 2019 4 commits
  5. 04 Apr, 2019 1 commit
    • stijn's avatar
      tests/run-tests: Ignore exception in process kill when ending repl test. · d89ce2ed
      stijn authored
      When running Linux on WSL, Popen.kill() can raise a ProcessLookupError if
      the process does not exist anymore, which can happen here since the
      previous statement already tries to close the process by sending Ctrl-D to
      the running repl.  This doesn't seem to be a problem on other OSes, so just
      swallow the exception silently since it indicates the process has been
      closed already, which after all is what we want.
      d89ce2ed
  6. 03 Apr, 2019 1 commit
  7. 01 Apr, 2019 12 commits
  8. 29 Mar, 2019 2 commits
  9. 28 Mar, 2019 2 commits
  10. 27 Mar, 2019 2 commits
  11. 26 Mar, 2019 8 commits