about summary refs log tree commit diff
path: root/third_party/lisp/mime4cl/default.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2024-12-05T12·57+0100
committerclbot <clbot@tvl.fyi>2024-12-05T14·00+0000
commita31af5233c2b874aa502429eb9cce097e0b84289 (patch)
tree94c89debfd3da5d21e2ef30761a42051e2e3156e /third_party/lisp/mime4cl/default.nix
parent856886f01d64ebfe8e4602bcce842f555edb1bed (diff)
chore(3p/lisp/mime4cl): remove MIME-PART-SIZE and MIME-BODY-SIZE r/8985
These functions are not very useful—as far as I'm aware at least—, are
not implemented very efficiently and totally untested. Remove them for
now. See also r/8978.

Change-Id: If9d277b460c3ed728a171bc29dd626c4c5fc0313
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12868
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/lisp/mime4cl/default.nix')
-rw-r--r--third_party/lisp/mime4cl/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/lisp/mime4cl/default.nix b/third_party/lisp/mime4cl/default.nix
index c83d5e4ffce1..042eb6981940 100644
--- a/third_party/lisp/mime4cl/default.nix
+++ b/third_party/lisp/mime4cl/default.nix
@@ -42,9 +42,4 @@ depot.nix.buildLisp.library {
 
     expression = "(rtest:do-tests)";
   };
-
-  # limited by sclf
-  brokenOn = [
-    "ecl"
-  ];
 }