François-René Rideau

Results 219 comments of François-René Rideau

LGTM. Yup, that's the correct way to do things with ASDF3.

It is probably too late to automate away these issues for v0.18.1, but hopefully we can get it all push-button or v0.18.2.

Note that I have a packaging of Gerbil packages in Nix, that works around these issues. It gets regularly upstreamed in nixpkgs, and the latest is generally at: https://github.com/muknio/nixpkgs/tree/devel

Also, @drewc has a variant of Gerbil in his Guix extension druix — I'm not sure how up-to-date it is, but either way, you two may want to synchronize on...

Yes, we do depend on unreleased features, such as crucially the fix to https://github.com/gambit/gambit/issues/659 — and then we modified Gerbil to fit the new Gambit source code location changes, so...

I understand the Nix code might not be very readable, but I'm available to show you around the code—contact me personally (e.g. by email, or on IRC) for an online...

There is no current plan to un-vendor Gambit, and instead plans to keep increasing the coupling so as: 1. to enjoy the latest features such as this critical (to us)...

e.g. I just used `##vector-set` that we should definitely export somewhere (probably in `:gerbil/gambit` if not in ``).

@chiefnoah Do you want to assign this issue to yourself? Should be a nice and easy way to slip into deeper maintainership.

I would like a test in `src/gerbil/test` that would (1) collect a list of symbols from gambit, (2) collect a list of symbols from a set of modules, filtered by...