Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

I believe this issue is resolved now. It does delay between retries and also displays each time it retries.

This should also be resolved now as codecov-python now uses python to find the files instead of the `find` command.

Where did you have in mind for the checksum to go in the format? I don't see it in the existing chunk or frame readme docs.

Here is what Blosc2 looks like with LGTM: https://lgtm.com/projects/g/Blosc/c-blosc2/ I reviewed what I said about LGTM. It looks like I have it installed on my project along with CodeFactor, but...

Here is also a similar thing for CodeFactor: https://www.codefactor.io/repository/github/nmoinvaz/c-blosc2/issues https://www.codefactor.io/repository/github/nmoinvaz/c-blosc2/files?grid-column=IssueCount&grid-dir=1 Sorry for the confusion, just doing due diligence and seeing how each analyzer works for c-blosc2.

There is also another similar issue in `frame_update_trailer`. Apparently `blosc2_schunk_to_frame` calls into `frame_update_trailer` and `schunk->usermeta` is null. This can be relatively easy to fix by checking for `usermeta_len == 0`....

Here is the relevant ASAN output: ``` ../blosc/frame.c:606:43: runtime error: null pointer passed as argument 2, which is declared to never be null /usr/include/string.h:43:28: note: nonnull attribute specified here SUMMARY:...

We use qemu with CMake in zlib-ng.

@FrancescAlted have you tried with the latest develop branch?