Vassili Tchersky

Results 41 comments of Vassili Tchersky

> Could we also add a BSD test? That uses this here? https://github.com/marketplace/actions/freebsd-vm? I was thinking about it. But then I saw you have something in place [here](https://github.com/libfuse/libfuse/blob/42045175964ca3f46dd8f49409ac0cc97e51289e/.cirrus.yml).

I could put something in place, but I think this should go to another PR. I would have question, like where is your [`iwyu.imp`](https://github.com/libfuse/libfuse/blob/42045175964ca3f46dd8f49409ac0cc97e51289e/.github/workflows/iwyi-check.yml#L44C42-L44C50) ?

It should be also determined what is the minimum version of FreeBSD we target.

Could you reproduce the bug ? Next time it happens, could you: export DEBUGINFOD_URLS='https://debuginfod.archlinux.org' and follow https://wiki.archlinux.org/title/Core_dump to get a backtrace ?

> would write rmlint a lot differently today This may be off-topic here, but I would be very interested to have a bit more detail on what rmlint could have...

> Should be fixed by [#605](https://github.com/sahib/rmlint/pull/605) Probably, but this should fail at config-time, if successful compilation is not possible without HAVE_XATTR.

I've met the same bug a few weeks ago (with fuse-archive, but also with bsdcat) with a truncated (of one byte) `.gz` gzip-file, so it's not specific to `.7z`. This...

Yes, there is a working merge tree of master into develop in progress with most of the conflicts resolved. It has stalled, but I plan to resume it soon and...

When merging (WIP) I've seen that some work has been done twice, .e.g. `--without-schemas-compile` in develop and `--without-compile-glib-schemas` in master.