Skip to content
Snippets Groups Projects
  1. Nov 04, 2017
    • Raymond Toy's avatar
      Set tag for linux · 4bb76458
      Raymond Toy authored
      These commands currently only work on linux.  Set a tag to see if this
      works to enable the linux runner.
      4bb76458
  2. Oct 28, 2017
  3. Oct 16, 2017
  4. Oct 15, 2017
  5. Oct 11, 2017
  6. Oct 08, 2017
  7. Oct 07, 2017
  8. Sep 30, 2017
  9. Sep 23, 2017
  10. Sep 16, 2017
  11. Sep 09, 2017
    • Raymond Toy's avatar
      Fix #41: Report proper process status · f05cb10a
      Raymond Toy authored
      The main problem is that we weren't calling wait3 with WCONTINUED so
      that we would be signaled when the process continues.  And we also
      need to check that result of wait call was WCONTINUED>
      
      Replace the wait3 routine with a C routine (prog_status) so we don't
      have to deal with the OS-specific flags.  This function basically
      returns what the lisp function wait3 did.
      
      Use this function in GET-PROCESSES-STATUS-CHANGES.
      
       - runprog.c:
         - Add prog_status
       - run-program.lisp:
         - Use prog_status instead of wait3
       - issues.lisp:
         - Add basic test
      f05cb10a
  12. Sep 06, 2017
  13. Sep 03, 2017
    • Raymond Toy's avatar
      Install git (again) · 3d227b6b
      Raymond Toy authored
      While not strictly necessary, make-dist.sh uses git to determine a
      default lisp-implmenetation-version.  We could just use -V to do that,
      but I think it's best to have git so that the pipeline looks as much
      like normal development as possible.
      3d227b6b
    • Raymond Toy's avatar
      Remove debugging stuff and early exit · 9b8d5fc4
      Raymond Toy authored
       - Early exit (with non-zero exit code) does cause the pipeline to
         fail, as expected.
      9b8d5fc4
Loading