depot/third_party/lisp/mime4cl/test/endec.lisp, branch refs/r/5153 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F5153 2022-07-05T15:01:17+00:00 chore: remove sclf from the tree 2022-07-05T15:01:17+00:00 sterni sternenseemann@systemli.org 2022-07-04T13:56:52+00:00 urn:sha1:49aee7a8f283069a3b47a2617a448389fe8c4373 SCLF is quite a big utility library (almost 3€ LOC) with limited portability (CMUCL, SBCL and CLISP to an extent). Continuing to maintain it is an unnecessary burden, as depot only uses a fraction of it which is now inlined into the respective users (mime4cl and mblog). In the future trimming down ex-sclf.lisp may make sense either by refactoring the code that uses it or by moving interesting utilities into e.g. klatre. Change-Id: I2e73825b6bfa372e97847f25c30731a5aad4a1b5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5922 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> chore(3p/lisp/mime4cl): remove CMUCL specific code 2022-01-26T17:43:54+00:00 sterni sternenseemann@systemli.org 2022-01-24T11:01:39+00:00 urn:sha1:9d0b4818ce0990cba103deefb812d87220b169f3 Having #+cmu all over the place suggests that we maintain CMUCL support or test with CMUCL which is not the case. Change-Id: Ia0828cb1ac48e49acdee6fef7a0fa2c04c1805b3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5068 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> style(3p/lisp): expand tabs in npg, mime4cl and sclf 2022-01-26T17:43:54+00:00 sterni sternenseemann@systemli.org 2022-01-19T13:39:58+00:00 urn:sha1:25cb0ad32ff197092262c74e944d254e901632bd Done using find third_party/lisp/{sclf,mime4cl,npg} \ -name '*.lisp' -or -name '*.asd' \ -exec bash -c 'expand -i -t 8 "$0" | sponge "$0"' {} \; Change-Id: If84afac9c1d5cbc74e137a5aa0ae61472f0f1e90 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5066 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> chore(3p/lisp): import mime4cl source tarball 2021-09-01T22:57:17+00:00 sterni sternenseemann@systemli.org 2021-08-21T13:29:43+00:00 urn:sha1:901364869c4e404df0a7c0e80cfd080a56f1965e Used http://wcp.sdf-eu.org/software/mime4cl-20150207T211851.tbz (sha256 5a914669bba7561efe59a4fd0817204c07ad2add98b03ae206ef185ac04affb3). Importing seems sensible since there's no upstream repo nor has their been a release since 2015. This is just an import commit, so the changes made to make it build are more discoverable as their own commit. Change-Id: I2ff28c3c7433abdf7857204bc89eaf9edc0b1cbc Reviewed-on: https://cl.tvl.fyi/c/depot/+/3378 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>depot/third_party/lisp/mime4cl/test/endec.lisp, branch refs/r/5153</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F5153</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F5153"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2022-07-05T15:01:17+00:00</updated>
<entry>
<title>chore: remove sclf from the tree</title>
<updated>2022-07-05T15:01:17+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2022-07-04T13:56:52+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=49aee7a8f283069a3b47a2617a448389fe8c4373"/>
<id>urn:sha1:49aee7a8f283069a3b47a2617a448389fe8c4373</id>
<content type="text"> SCLF is quite a big utility library (almost 3€ LOC) with limited portability (CMUCL, SBCL and CLISP to an extent). Continuing to maintain it is an unnecessary burden, as depot only uses a fraction of it which is now inlined into the respective users (mime4cl and mblog). In the future trimming down ex-sclf.lisp may make sense either by refactoring the code that uses it or by moving interesting utilities into e.g. klatre. Change-Id: I2e73825b6bfa372e97847f25c30731a5aad4a1b5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5922 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>chore(3p/lisp/mime4cl): remove CMUCL specific code</title>
<updated>2022-01-26T17:43:54+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2022-01-24T11:01:39+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=9d0b4818ce0990cba103deefb812d87220b169f3"/>
<id>urn:sha1:9d0b4818ce0990cba103deefb812d87220b169f3</id>
<content type="text"> Having #+cmu all over the place suggests that we maintain CMUCL support or test with CMUCL which is not the case. Change-Id: Ia0828cb1ac48e49acdee6fef7a0fa2c04c1805b3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5068 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>style(3p/lisp): expand tabs in npg, mime4cl and sclf</title>
<updated>2022-01-26T17:43:54+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2022-01-19T13:39:58+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=25cb0ad32ff197092262c74e944d254e901632bd"/>
<id>urn:sha1:25cb0ad32ff197092262c74e944d254e901632bd</id>
<content type="text"> Done using find third_party/lisp/{sclf,mime4cl,npg} \ -name '*.lisp' -or -name '*.asd' \ -exec bash -c 'expand -i -t 8 "$0" | sponge "$0"' {} \; Change-Id: If84afac9c1d5cbc74e137a5aa0ae61472f0f1e90 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5066 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>chore(3p/lisp): import mime4cl source tarball</title>
<updated>2021-09-01T22:57:17+00:00</updated>
<author>
<name>sterni</name>
<email>sternenseemann@systemli.org</email>
</author>
<published>2021-08-21T13:29:43+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=901364869c4e404df0a7c0e80cfd080a56f1965e"/>
<id>urn:sha1:901364869c4e404df0a7c0e80cfd080a56f1965e</id>
<content type="text"> Used http://wcp.sdf-eu.org/software/mime4cl-20150207T211851.tbz (sha256 5a914669bba7561efe59a4fd0817204c07ad2add98b03ae206ef185ac04affb3). Importing seems sensible since there's no upstream repo nor has their been a release since 2015. This is just an import commit, so the changes made to make it build are more discoverable as their own commit. Change-Id: I2ff28c3c7433abdf7857204bc89eaf9edc0b1cbc Reviewed-on: https://cl.tvl.fyi/c/depot/+/3378 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> </content>
</entry>
</feed>