bug#54911: Missing modules argument for coverage-data->lcov

2022-04-13 Thread Jessica Tallon
Hello, I noticed the documentation specify that the `coverage-data->lcov` function should be able to take modules to limit the scope of the data that's coverted to lcov. From the docs: -- Scheme Procedure: coverage-data->lcov data port #:key modules Traverse code coverage information DATA,

bug#54915: [PATCH] Guile rejects empty vendor in GNU triplets, as used by NetBSD

2022-04-13 Thread Taylor R Campbell
NetBSD uses an empty vendor string in a GNU target triplet, like `x86_64--netbsd' or `armv7--netbsdelf-eabihf'; it's been like this since the mid-'90s. (Before that, NetBSD omitted the vendor altogether, so if x86_64 existed then it might have been `x86_64-netbsd'.) This runs afoul of a rule in g