Re: Help me setup test coverage

2018-03-13 Thread Ludovic Courtès
Hello, amirouche skribis: >> I think you need to use the VM’s “debug” engine, the one you get >> when >> invoking “guile --debug”. >> >> HTH! >> > > Indeed, thanks a lot, I really appreciate your input as usual. I updated > the code in the repository [0] > > [0] >

Re: Debugging Guile module loading

2018-03-13 Thread Mark H Weaver
Hi Chris, Christopher Baines writes: > I'm having some trouble with Guile module loading. I've got a > (use-modules ...) call which results in some warnings, which seem to be > actually more like errors, as the modules aren't loaded. > > From loading one module, I get two

ffi-help: gtk demo updated

2018-03-13 Thread Matt Wette
Hi All, I am working on a ffi-helper (FH): a program that will read in a C dot-h file and generate a Guile dot-scm file which defines a module to provide hooks into the associated C library. Lately I've been working to clean up user-level APIs. A recoded demo of the GTK+ Hello World example