1. 29 Aug, 2016 7 commits
  2. 27 Aug, 2016 1 commit
  3. 26 Aug, 2016 7 commits
  4. 25 Aug, 2016 9 commits
  5. 24 Aug, 2016 8 commits
  6. 23 Aug, 2016 7 commits
  7. 22 Aug, 2016 1 commit
    • Chris Bracken's avatar
      Prevent hangs due to bad import/export directives (#5538) · bfbbef10
      Chris Bracken authored
      If the input test script contains a bad import, sky_shell will fail to
      execute main(), in which case a connection to /runner is never
      established and the _ServerInfo.socket never completes.
      
      This change works around this by issuing a request on /shutdown when
      sky_shell exits.
      bfbbef10