Luis Henriques
Luis Henriques
I believe this is fixed in GNU Emacs git tree with commit 2925ce5a7ec1 ("Support Hunspell 1.7.0 in ispell.el").
Hmm.. there's a failure in the PR checks. Any idea what that means?
> Thanks for the PR! I can test it if you want to see if it works? Yes, please do test it. Any feedback is welcome as this is something...
Ok, I've just pushed the extra change I had. It's a trivial change, I believe. Just update documentation to use the correct file paths. Please let me know if you...
I've just pushed another version that should (hopefully!) pass all the tests. The only change is the addition of a test to check if copy_file_range exists on the system.
Any feedback? Anyone? I'm just trying to understand if this is something worth spending more time on. Maybe I should have added more details on my initial comment. Here's the...
I'll think a bit more about it and try to propose something different. The first thing I'll need to do is to have a closer look at the whole API...
Hi @kientzle I've done some rework on this patch and my current version has a slightly different interface (and a bit more ugly). Here's the function signature: ` la_ssize_t archive_write_disk_copy_file(struct...
Ok, I went ahead and pushed a new version of the patch. I've also added a new test for checking sparse files copy (this test is probably is a bit...
As I mentioned above, an alternative to the API is to keep it as ` la_ssize_t archive_write_disk_copy_file(struct archive *_a, int fd_in, off_t s) ` and have the function allocate (in...