Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Jan 20, 2018
  3. Jan 16, 2018
  4. Jan 15, 2018
  5. Jan 14, 2018
  6. Jan 13, 2018
  7. Jan 06, 2018
  8. Jan 04, 2018
  9. Jan 03, 2018
  10. Jan 02, 2018
    • Michael Aaron Murphy's avatar
      Pipeline Fixes & Tests (#665) · d7b7ffe6
      Michael Aaron Murphy authored
      Found some issues with pipeline execution logic, foreground job control, and background job control, and so I've fixed them and added a new integration test. The following use cases are now working:
      
      ```
      echo foo | grep foo && echo found foo
      echo foo | grep bar || echo did not find bar
      echo test | grep test && echo found test | cat
      ```
      d7b7ffe6
  11. Dec 31, 2017
  12. Dec 27, 2017
Loading