Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

@iii-i are these the issues https://github.com/anup-kodlekere/gaplib/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen+author%3Aiii-i?

Have you tried deleting your CMakeCache.txt and reconfiguring and rebuilding?

I confirmed both problems. Thank you for your contribution.

It looks like this fix causes the CI to fail during spanning tests.

That comment should say decompression not compression.

> Hence, we observed that the stream manipulation in mz_zip_entry_read_close lead to corrupt streams for reads of subsequent enries (mz_zip_entry_read_header fails on the MZ_ZIP_MAGIC_CENTRALHEADER check). I'm not sure what the...

Zips in zips are not compatible with data descriptors, you will have to disable data descriptors.

Yes turn off data descriptors and it should work.

Does using this get rid of the warning? ```c #ifdef Z_MEMORY_SANITIZER __msan_unpoison(bitbuffer, bitbuffersizezwords * sizeof(z_word_t)); #endif ``` @samrussell any ideas?

I think perhaps this might be the only way but since it only happens on 32-bit it might not even be worth fixing: ```c #pragma GCC diagnostic push #pragma GCC...