François-René Rideau

Results 66 issues of François-René Rideau

Capture the output from the tests (including those that invoke outside processes) by redirecting it away, and only displaying on the console if something bad happened. Otherwise, only show the...

Do it after v0.19 to avoid conflict with #1033. Leave a redirection link somehow for this and any other relevant page.

After this Twitter thread https://twitter.com/jimmykoppel/status/1729590990938480678 I'm convinced we should remove the explicit origin / context / where argument from all error functions/macros, and instead always automatically use some syntactic context—possibly...

- [ ] Linter for imports: any import that isn't somehow referenced or exported should be flagged. Minimal (import (only-in ...) ...) forms should be offered as replacement for those...

- [ ] Have systematic conventions for Exception names - [ ] Make u8vector the main name, move bytes to compatibility modules. - [ ] Rationalize names in general.

enhancement

I wanted to do this, (with Base == and Mixin == jsonable) but it won't work and @vyzo says it is a bug: ``` (defstruct Base ()) (defclass Mixin ())...

bug
backlog

The Springer ftp server doesn't exist anymore. llncs is now at 2.23 not 2.20 anymore. The page https://www.springer.com/gp/computer-science/lncs/conference-proceedings-guidelines has a link "LaTeX2e Proceedings Templates download " which points to https://resource-cms.springernature.com/springer-cms/rest/v1/content/19238648/data/v7...

good first issue

I had an old project `ptc` to ensure proper tail calls in CL: https://gitlab.common-lisp.net/frideau/ptc.git In response to an [issue report](https://github.com/fare/scribble/issues/1) in `scribble` (included in QL), I've updated `ptc` and had...

canbuild

chains and bitstream need depend on types. Many other components need not directly depend on package, but were left unchanged. This is a rebase of #1 on top of 2.1....

@guicho271828 has moved issues from the TODO file to his repository: https://github.com/guicho271828/lisp-interface-library/issues Make sure all the issues are either tracked there (if it becomes the "official" repository), or here (by...