Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A asdf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asdf
  • asdf
  • Merge requests
  • !3

%run-program: Overhaul of asynchronous process spawning

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Elias Pipping requested to merge epipping/asdf:run-program-messy-with-rebasing into master Aug 12, 2016
  • Overview 53
  • Commits 23
  • Pipelines 0
  • Changes 8

The primary changes made in this branch can be summarised as follows:

  • Employ parameter-error and not-implemented-error
  • Add and use process-info class with a few corresponding getter functions
  • Export functions: process-info-pid, wait-process
  • Add functions: launch-program, close-streams, process-alive-p, terminate-process
  • Unify exit status codes
  • Add tests; unix-specific for now.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: run-program-messy-with-rebasing