summaryrefslogtreecommitdiff
path: root/scsh-process.release-info.chicken-5
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2025-02-07 10:50:29 +0100
committerPeter Bex <peter@more-magic.net>2025-02-07 10:50:29 +0100
commit5d2659453493d7a1de7b80257763c72236c4008f (patch)
tree5e655749831d6ef9073002cddc2a94f6fc25bf42 /scsh-process.release-info.chicken-5
parente520d20700e513d69c5c83a03b48d89f4194fe63 (diff)
downloadscsh-process-5d2659453493d7a1de7b80257763c72236c4008f.tar.gz
Port to CHICKEN 6HEAD1.7.0master
This allows us to reduce the code considerably because CHICKEN 6 now has native process objects, so we don't need to keep our own version of process tracking. Note that we still need to keep our own list of child processes created by "fork", because we want the automatic subprocess reaper to be able to work in a thread. This means we still need to have a central mapping of our own subprocesses to condition object so we can signal the thread which is waiting. After all I'm not so sure if this was such a great idea, but it's kind of a neat feature that could be useful, so keep it for now.
Diffstat (limited to 'scsh-process.release-info.chicken-5')
-rw-r--r--scsh-process.release-info.chicken-57
1 files changed, 0 insertions, 7 deletions
diff --git a/scsh-process.release-info.chicken-5 b/scsh-process.release-info.chicken-5
deleted file mode 100644
index 62a173d..0000000
--- a/scsh-process.release-info.chicken-5
+++ /dev/null
@@ -1,7 +0,0 @@
-(repo git "https://code.more-magic.net/{egg-name}")
-(uri targz "https://code.more-magic.net/{egg-name}/snapshot/{egg-name}-{egg-release}.tar.gz")
-(release "1.4.0")
-(release "1.5.0")
-(release "1.5.1")
-(release "1.5.2")
-(release "1.6.0")