Maximilian Knespel
Maximilian Knespel
Hi there, glad I was able to help previously. I have some follow-up questions: - What is your `LANGUAGE` set to? I tried `LANGUAGE=fr_FR` and the script still prints "OK"...
The follow-up questions are unnecessary. The bug is obvious. English is hardcoded in the line with `sed '/^tar: Exiting with failure/d; /^tar.*Not found in archive/d'`. You can fully ignore those...
> Yes, ConfigParser rewrites the whole file and I don't know if there's a way around that. As mentioned in a similar issue in setuptools, maybe do it like this:...
Hello, I'm looking for alternatives for FUSE Python bindings supporting FUSE 3. So, as this issue is continuing the one in fusepy, what is the project status? It looks like...
> I have long been considering to reevaluate the situation and I'd appreciative any help. I'd be willing to help. CI pipelines are always a difficult topic though. I do...
> Did you build w/ `ENABLE_PRELOAD=1` (which seems to be required when using `ENABLE_OVERRIDE=1`)? No, as you can see from the CMake excerpt. It makes no sense semantically to have...
I can still reproduce the same segfault like this: ```bash git clone --recursive [email protected]:mxmlnkn/rapidgzip.git cd rapidgzip git checkout rapidgzip-v0.11.1 sed -i 's|ENABLE_OVERRIDE=0|ENABLE_OVERRIDE=1|' src/CMakeLists.txt mkdir build cd build cmake .. make...
Thank you for figuring that out. The rewrite branch does not segfault on a simple startup! It seems I've also head similar initialization order issues without `ENABLE_OVERRIDE=1` because my current...
Some questions for the proper upgrade procedure: - `rpmalloc_thread_finalize( /* release caches */ true );` The argument is gone. What to replace it with? - `rpmalloc_initialize()` now takes a required...
> In general the rewrite branch doesn't require to explicitly use any of the initialize/finalize entry points unless you want to do it at specific points. It uses thread or...