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 65
    • Issues 65
    • 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
  • !192

uiop: terminate-process with :pid/:process-group target support

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Alberto Ferreira requested to merge AlbertoEAF/asdf:af/uiop-terminate-kill-children-unix-windows into master Sep 20, 2021
  • Overview 154
  • Commits 1
  • Pipelines 57
  • Changes 8

This branch implements the new optional parameter target for uiop:terminate-process. The target variable can be :pid (default) or :process-group.

Changelog:

  • Unix signalling: Add new target key parameter in %posix-send-signal. All Lisp implementations under Unix now can signal all the processes of a given process group.
  • Implement new key parameter :target in uiop:terminate-process.
    • terminate-process used to leave children running forever
    • now all children can be killed too on most Lisp implementations.
  • Tests added for the new functionality, including backwards-compatibility tests.
Edited Nov 11, 2021 by Alberto Ferreira
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: af/uiop-terminate-kill-children-unix-windows