summaryrefslogtreecommitdiff
path: root/eris.asd
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-04 22:58:29 +0200
committerPiotr Szarmanski2023-08-04 22:58:29 +0200
commitb2e9e6236dae1b27de09748b7da9448cf3f55ca7 (patch)
treed7ddda8e042eb09b303247081ea55df55dbb02ef /eris.asd
parent1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (diff)
{En,de}coder refactoring
Removes the pointless reference-pair object in favor of passing reference-key pairs as a 64-byte octet-vector. Also removes :hash-output.
Diffstat (limited to 'eris.asd')
-rw-r--r--eris.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/eris.asd b/eris.asd
index b26fb09..7212699 100644
--- a/eris.asd
+++ b/eris.asd
@@ -16,7 +16,7 @@
(:file "backend")
(:file "file-backend")
(:file "hash-backend")
- #+unix (:file "parallel-decoder"))))
+ #+nil (:file "parallel-decoder"))))
:in-order-to ((test-op (test-op :eris/test))))
(defsystem "eris/test"
@@ -33,4 +33,4 @@
(:file "rfc")
(:file "autogenerated-tests")
(:file "backend-tests")
- #+unix (:file "parallel-tests")))))
+ #+nil (:file "parallel-tests")))))