Re: Code coverage is broken

2019-02-09 Thread Amirouche Boubekki
with the attachement this time. Le sam. 9 févr. 2019 à 18:10, Amirouche Boubekki < amirouche.boube...@gmail.com> a écrit : > > > Le sam. 9 févr. 2019 à 14:48, Nala Ginrut a écrit : > >> I wonder if it's a bug that the FN was skipped. >> > > Yes it is expected, see >

Re: Code coverage is broken

2019-02-09 Thread Nala Ginrut
I wonder if it's a bug that the FN was skipped. On Sat, Feb 9, 2019 at 10:51 AM Nala Ginrut wrote: > > Never mind, it's better than mine, at least there're lines records, > although functions calling are still missing. > Thanks ;-) > > On Sat, Feb 9, 2019 at 8:27 AM Amirouche Boubekki > wrote:

Re: Code coverage is broken

2019-02-08 Thread Nala Ginrut
Never mind, it's better than mine, at least there're lines records, although functions calling are still missing. Thanks ;-) On Sat, Feb 9, 2019 at 8:27 AM Amirouche Boubekki wrote: > > Sorry! My test is not good. Ignore what I posted previously.

Re: Code coverage is broken

2019-02-08 Thread Amirouche Boubekki
Sorry! My test is not good. Ignore what I posted previously.

Re: Code coverage is broken

2019-02-08 Thread Amirouche Boubekki
code coverage work with guile-2.2 Here is the test run: amirouche@ubujan19:~/src/scheme/guile/coverage$ guile --version guile (GNU Guile) 2.2.4 Copyright (C) 2018 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL 3 or later . This is free software: you

Code coverage is broken

2019-02-08 Thread Nala Ginrut
Hi folks! I'm trying to add code coverage for certain program. However, the function callings are always unrecorded. -- (use-modules (system vm coverage) (system vm vm))