Skip to content

Commit 3132b8e

Browse files
committed
Ensure the child process exits when it.. exits?
1 parent d04c638 commit 3132b8e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# Changelog
2+
3+
## 0.13.0 (2020-06-27)
4+
5+
* Fix issue where child process doesn't actually 'exit' when exiting (in a fork)
6+
* Split out some functions into smaller functions
7+
* Ensure password hashing is done on the server
8+
* Minor README fixes

libkv.l

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,5 @@
197197
(close *Sock) ) # close the socket when we're done
198198

199199
(kv-child) # child process
200-
(kv-child-exit) ] # final cleanup before the child exits
200+
(kv-child-exit) # final cleanup before the child exits
201+
(bye) ]

module.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[de APP_INFO
22
("name" "picolisp-kv")
3-
("version" "0.12.0")
3+
("version" "0.13.0")
44
("summary" "Redis-inspired in-memory key/value store written in PicoLisp")
55
("source" "https://github.com/aw/picolisp-kv")
66
("author" "Alexander Williams")

0 commit comments

Comments
 (0)