Enji Cooper
Enji Cooper
> I have added --HEAD support to the `brew` package of `atf` and am running now against git on MacOS with `pkg`. Could you please share that formula? > HEAD...
If you're running into indirect memory leaks with atf-c running `atf_tc_run(..)`, that's known (atf-c++ leaks memory with its macros). I've tried tackling that twice, but ran into problems (it's an...
> The changes are upstreamed to brew. > > ```shell > brew update; brew unlink atf; brew install --HEAD atf > ``` > > will give you `atf` from git...
I don't honestly think this should be worked around, because it would make scraping testcase data more difficult and error prone. The ASAN/UBSAN related issues need to be resolved.
Getting close to creating a first beta release. https://github.com/freebsd/kyua/pull/235 fixes issues related to building on Linux and https://github.com/freebsd/kyua/pull/242 fixes a recent issue introduced in a test on FreeBSD. MacOS Sequioia...
@ramonpantin: thank you for expressing interest in taking this on! Unfortunately, the way GitHub is designed, issues can only be assigned to official contributors/maintainers. @rafaeldtinoco's suggestion is the right way...