François-René Rideau

Results 66 issues of François-René Rideau

My own uiop:run-program is IMNSHO much easier to use and much more powerful than external-program. Or inferior-shell, for a higher-level interface to the same functionality, with an alternative to string...

suggestion

It looks interesting, but is lacking in documentation. How do we use it using, e.g. kvm? What is its history, and relationship (if any) with previous projects like movitz? What...

chains and bitstream need depend on types. Many other components need not directly depend on package.

This branch contains build fixes for ASDF 3.3. It also contains the same fixes for Bazel as my previous pull request #15 .

1- EVAL-WHEN needs to always include :execute See the discussion at http://fare.livejournal.com/146698.html 2- Use EVAL-WHEN around some key metaclass definitions.

Please remove ASDF1 in misc/asdf.lisp and the file install.lisp that uses it. These days, all Lisps come with ASDF3. You may also remove the logical pathnames and require hack from...

Interpreter tends to segfault when too many modules are imported (due to memory corruption? stack overflow?) Example file attached (gzip'ed to pass the GitHub filter): [i.scm.gz](https://github.com/mighty-gerbils/gerbil/files/14030093/i.scm.gz) Uncomment the top import...

With #1033 the internals of structs and classes have evolved to unify the two. The macros that handle structures in the compiler should be updated in accordance.

... or explicity mark symbols for non-reexport, as appropriate. This way, when Gambit changes its set of provided identifiers, we will know and take action.

- [x] Get the build scripts to work perfectly with and without `git` present, including the handling of version. - [x] In particular, correctly handle the Gambit version in absence...