Francesc Alted
Francesc Alted
I don't remember exactly how things went, but probably we've made `swap_store` public without thinking too much. Having said that, recently we have introduced the concept of [dynamic plugins](https://www.blosc.org/posts/dynamic-plugins/), and...
Any progress on this one?
Thanks for the heads-up @mgorny . I can reproduce the issue with latest versions of zlib-ng. I dunno, they should have changed the build process of the library in a...
> **Describe the bug** > > Two headers files have almost the same name, that doesn't feel right: > > * [include/blosc2/plugins-utils.h](https://github.com/Blosc/c-blosc2/blob/main/include/blosc2/plugins-utils.h) > * [plugins/plugin_utils.h](https://github.com/Blosc/c-blosc2/blob/main/plugins/plugin_utils.h) > > **Expected behavior** >...
Thanks @nhz2 !
I don't think we currently have an API to test a valid schunk buffer beforehand. A possible solution is to check for the 'b2frame' string in the [schunk header](https://github.com/Blosc/c-blosc2/blob/main/README_CFRAME_FORMAT.rst#header). But...
This is currently [not being able to compile](https://github.com/Blosc/c-blosc2/actions/runs/4552402092/jobs/8027689137). Could that be fixed easily?
That would be worth a try.
Ok, this is a major task. Will have to be deferred probably after 3.0.0-rc1 which is coming soon.