François-René Rideau

Results 66 issues of François-René Rideau

This makes it resilient to compiling after a system that sets _read-default-float-format_ to 'double-float, e.g. femlisp.

OK, new tentative patch for https://github.com/quicklisp/quicklisp-controller/issues/7 that supersedes https://github.com/quicklisp/quicklisp-controller/pull/8 There was an infinite loop because I was calling normalize-dependency on dependencies before the system definition was properly initialized. That was...

This was originally filed against quicklisp-client, but was probably a bug in quicklisp-controller: https://github.com/quicklisp/quicklisp-client/issues/87

OK, making a new pull request for these minor ASDF changes.

This makes the tests compile correctly even when _r-d-f-f_ is 'double-float. On the other hand, when I compile with SBCL, there are plenty of warnings, and when I run the...

Stop using deprecated function asdf:run-shell-command. Instead use uiop:run-program from ASDF 3.0 (2013). PS: Please test. This compiles without further warning, but I didn't test it.

Move aside gsc and gambuild-C to a libexec directory, or leave them in bin but rename them gxgsc and gxgambuild-C so they clash with an installation of gambit beside gerbil.

On either v0.18.1 or master, from a file with these contents: ``` (import (only-in :std/actor-v18/message message::t) (only-in :std/net/websocket message::t)) (displayln (struct->list message::t)) ``` In the example above, the actor-v18 message...

So as to give accurate `--git-version` information and `unstable-${date}` nix version information, please include in the `github.json` the output of `git describe --tags --always` and the date of the last...

1- Follow the ASDF best_practices document for wuwei.asd, notably use wuwei/examples instead of wuwei-examples as secondary system name. 2- Stop using the deprecated run-shell-command, use shell-program.