diff options
| author | 2025-11-01 22:29:42 -0400 | |
|---|---|---|
| committer | 2025-11-01 22:29:42 -0400 | |
| commit | 44e4fd1e1f914e5b307435769c8909da8a72aafb (patch) | |
| tree | 0c5e707c836f646229462adb08314ac8988e2d14 /conspire.egg | |
| parent | add expect-to-fail (diff) | |
Big rewrite:
1. Rename to "cuprate".
2. Remove mutexes.
3. Move rewriters to other library.
4. Move the DTO out of the `test-info` parameter. They are now separate
parameters, with the expectation that the DTO will not change over
time. This significantly reduces the complexity of the code.
5. Use SRFI-146 for Chicken.
Diffstat (limited to 'conspire.egg')
| -rw-r--r-- | conspire.egg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/conspire.egg b/conspire.egg deleted file mode 100644 index 53792af..0000000 --- a/conspire.egg +++ /dev/null @@ -1,12 +0,0 @@ -((author "Peter McGoron") - (version "0.1.0") - (synopsis "A modern testing suite") - (category "test") - (license "MIT") - (dependencies "r7rs" "srfi-18" "srfi-225") - (components (extension conspire - (source "lib/conspire.sld") - (source-dependencies "lib/conspire.scm" - "lib/r7rs-srfi-18.scm" - "lib/rewriters.chicken.scm") - (csc-options "-R" "r7rs" "-X" "r7rs")))) |
