fosskers pushed to master at fosskers/sly-overlay 2025年08月16日 16:36:11 +02:00
345b554ad0
docs: update installation instructions
fosskers created repository fosskers/craftering 2025年08月05日 04:03:12 +02:00
fosskers pushed to master at fosskers/transducers.el 2025年02月15日 11:47:09 +01:00
08509ab201 release: 1.4.0
6d98b3b63e feat: port over recent CL developments
Compare 2 commits »
fosskers pushed to master at fosskers/cl-transducers 2025年02月15日 10:51:38 +01:00
891ad56823 chore: delete associated docs file
2406956bf3 chore: remove stale docs
b1ca31917e feat: add all?, any?, and reduced?
fb6839f01d refactor: prefer ? over p
4a14ce5942 feat: add for
Compare 6 commits »
fosskers pushed to master at fosskers/cl-transducers 2025年02月15日 10:03:31 +01:00
fbe307cf79 docs: add a TOC for Github
be0a78d694 ci: v1 is enough
Compare 2 commits »
fosskers pushed to master at fosskers/transducers.el 2025年02月05日 12:53:01 +01:00
f87f48ef85 docs: clarify the loop trigger
fosskers pushed to master at fosskers/transducers.el 2025年02月05日 12:50:25 +01:00
f101783bbd docs: demonstrate how to overwrite buffer contents in-place
7019f7e4d2 fix: be careful about eof
Compare 2 commits »
fosskers pushed to master at fosskers/cl-transducers 2025年02月03日 12:51:47 +01:00
809685ce43 ci: compiler matrix for Github
fosskers closed issue cage/tinmop#25 2025年02月02日 13:42:43 +01:00
(asdf:load-system :tinmop) does not succeed
fosskers commented on issue cage/tinmop#25 2025年02月02日 13:42:42 +01:00
(asdf:load-system :tinmop) does not succeed

It builds, thank you for the adaptation!

fosskers pushed to master at fosskers/cl-transducers 2025年01月27日 13:06:00 +01:00
eafbb5ba4a docs: Clisp actually works
7df60d0000 perf: expanded optimize declarations
Compare 2 commits »
fosskers commented on issue cage/tinmop#25 2025年01月26日 21:32:41 +01:00
(asdf:load-system :tinmop) does not succeed

Thank you!

fosskers pushed to master at fosskers/cl-transducers 2025年01月25日 23:21:51 +01:00
7e4bd34682 docs: add compiler compatibility chart
b760b0f2a2 feat: add unique-by
Compare 2 commits »
fosskers commented on issue cage/tinmop#25 2025年01月25日 21:51:48 +01:00
(asdf:load-system :tinmop) does not succeed

Current attempt:

  • autoreconf -fiv
  • ./configure
  • vend get
  • vend repl
  • > (asdf:load-system :tinmop)
#<THREAD tid=1208208 "main thread" RUNNING {1000C10093}>:
 Lock on...
fosskers commented on issue cage/tinmop#25 2025年01月25日 14:27:50 +01:00
(asdf:load-system :tinmop) does not succeed

After ./configure I run make but am being told:

> make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/home/colin/code/common-lisp/tinmop/missing' aclocal-1.16 -I m4
/home/colin/code/co...
fosskers commented on issue cage/clunit2#1 2025年01月25日 13:11:29 +01:00
Is there a way to run all suites "blindly"?

vend now has official support for clunit2: https://github.com/fosskers/vend?tab=readme-ov-file#integrations

fosskers closed issue cage/clunit2#1 2025年01月24日 23:26:35 +01:00
Is there a way to run all suites "blindly"?
fosskers commented on issue cage/clunit2#1 2025年01月24日 23:26:34 +01:00
Is there a way to run all suites "blindly"?

It works! Thanks a lot!

fosskers commented on issue cage/clunit2#1 2025年01月23日 21:55:29 +01:00
Is there a way to run all suites "blindly"?

Yeah, a condition would work well too!

fosskers commented on issue cage/clunit2#1 2025年01月22日 21:55:47 +01:00
Is there a way to run all suites "blindly"?

That would be very convenient, thank you. The real reason is that I have implemented vend test, and want to add compatibility for clunit2: https://github.com/fosskers/vend?tab=readme-ov-file#ve...