tvl-depot/fun
sterni d7e70b1d72 feat(nix/buildLisp): add ccl
This adds support for Clozure's CL implementation to buildLisp. This is
quite trivial in comparison to ECL since SBCL and CCL have very similar
in how they work (so much so that CCL also suffers from b/136).

Also the similarities in the code actually added here are striking, so
I'll try to make an effort to reduce the code duplication in the
future.

To fix builds with CCL the following changes were made:

* //3p/lisp/nibbles: The double inclusion of the types.lisp file was
  fixed. CCL doesn't like double definitions and refuses to compile
  otherwise.

* //3p/lisp/physical-quantities: Update to a new bug fix release which
  contains a compilation fix for CCL.

* //3p/lisp/routes: apply a patch fixing the build which was previously
  failing due to a double definition.

* //3p/lisp/usocket: only depend on sb-bsd-sockets for SBCL and ECL, the
  latter of which seems to have a SBCL compatible implementation of the
  package.

* Conditionally include a few CCL-specific source files and add
  `badImplementation` entries for the remaining failures which are
  //fun/gemma (to be expected) and //web/panettone which fails with an
  incredibly vague message.

Change-Id: I666efdc39a0f16ee1bb6e23225784c709b04e740
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3350
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
2021-08-24 22:00:15 +00:00
..
clbot chore: Replace Freenode mentions with HackInt 2021-05-22 21:37:13 +00:00
defer_rs chore(defer.rs): Prepare for depot merge 2019-12-21 00:53:28 +00:00
elblog chore(elblog): Prepare for depot merge 2019-12-21 00:56:13 +00:00
gemma feat(nix/buildLisp): add ccl 2021-08-24 22:00:15 +00:00
idual refactor: Move nixpkgs attribute to third_party.nixpkgs 2021-04-10 21:18:55 +00:00
logo style(fun/logo): Use a much lighter colour for the logo quote 2019-12-20 21:34:18 +00:00
owothia feat(fun/owothia): add configurable join channels. 2021-05-22 15:10:17 +00:00
paroxysm chore(paroxysm): change theta.eu.org -> eta.st 2021-08-13 11:11:09 +00:00
quinistry chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
streamTVL refactor(fun): Consistent use of depot.third_party vs. pkgs 2021-04-10 12:04:30 +00:00
tvl-ebooks fix(tvl-ebooks): Update code to bring up to date with reality 2020-10-20 22:26:23 +00:00
uggc refactor(fun): Consistent use of depot.third_party vs. pkgs 2021-04-10 12:04:30 +00:00
watchblob chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
wcl chore: Rename pkgs->depot in all Nix file headers 2020-02-21 13:54:53 +00:00
🕰️ feat(nix/buildLisp): add ecl 2021-08-24 22:00:15 +00:00