diff options
| author | Teddy Wing | 2021-03-01 20:45:39 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2021-03-01 20:45:58 +0100 | 
| commit | d06cf8a81b3191ce1db5e8828399344ed9ebc359 (patch) | |
| tree | 750766fa62ced32d92ca477181182279235ff103 | |
| parent | 599b7382a785429d091d489da5c1cb93fae59d0b (diff) | |
| download | extreload-d06cf8a81b3191ce1db5e8828399344ed9ebc359.tar.bz2 | |
Add 'with-user-abort' library dependency
For `<C-c>` handling.
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | extreload.asd | 11 | ||||
| m--------- | lib/with-user-abort | 0 | 
3 files changed, 9 insertions, 5 deletions
| diff --git a/.gitmodules b/.gitmodules index 69d52b6..4a28638 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@  [submodule "lib/wait-group"]  	path = lib/wait-group  	url = https://github.com/teddywing/cl-wait-group.git +[submodule "lib/with-user-abort"] +	path = lib/with-user-abort +	url = https://github.com/compufox/with-user-abort.git diff --git a/extreload.asd b/extreload.asd index 38e302e..1c414ba 100644 --- a/extreload.asd +++ b/extreload.asd @@ -19,11 +19,12 @@  (asdf:defsystem extreload    :version "0.0.1"    :depends-on (:jsown -                :sysexits -                :trivial-timeout -                :unix-opts -                :wait-group -                :websocket-driver-client) +               :sysexits +               :trivial-timeout +               :unix-opts +               :wait-group +               :with-user-abort +               :websocket-driver-client)    :components ((:module "src"                  :serial t                  :components ((:file "package") diff --git a/lib/with-user-abort b/lib/with-user-abort new file mode 160000 +Subproject 16cc952d95d045b46c958309a4e988895f65d53 | 
