Ludovic Courtès

Results 7 issues of Ludovic Courtès

(I noticed that opendylan.org and the mailing list are down, so I'm writing here...) I’m trying to write a custom mark procedure that follows these guidelines from ``: ```c --88---...

feature-request

Hello, While compiling ScaLAPACK 2.1.0 + patches from https://github.com/Reference-ScaLAPACK/scalapack/pull/26 with GCC 10.3.0 (for GNU Guix on GNU/Linux, x86_64), the `xshseqr` test does not complete: ``` 90/96 Test #90: xzevc ...............................

Hello! Commit 526e4eaa698561eded505398babbd510df108099 inadvertently broke cross-compilation by removing `CPP="$(CPP)"` from the `guile-snarf` command line in `libguile-ssh/Makefile.am`. The fix is to reinstate it. Ludo'.

Hello! This change replaces the dependency on OpenSSL with a dependency on [Guile-Gcrypt](https://notabug.org/cwebber/guile-gcrypt). It also makes `hmac.scm` a proper module (we should consider doing this for `tools.scm` as well.) Thanks...

### Reproduction steps Compile this code with libgit2 1.0.1: ```c #include int main () { git_libgit2_init (); git_clone_options opts; git_clone_options_init (&opts, GIT_CLONE_OPTIONS_VERSION); opts.fetch_opts.proxy_opts.type = GIT_PROXY_SPECIFIED; opts.fetch_opts.proxy_opts.url = "http://localhost:8118"; git_repository *repo;...

## What This change provides alternative code that uses the `SIOCGIFCONF` ioctl to get the names of the available TCP network interfaces. ## Why ? In some cases such as...

WIP-DNM

On aarch64-linux-gnu, everything looks as though the continuation of a `get-message` call might occasionally be called more than once. Consider this code: ```scheme (use-modules (fibers) (fibers channels) (srfi srfi-1) (ice-9...

bug