Closed maropu closed 7 years ago
If this resolved, is it possible to release a newer bitshuffle?
This doesn't build (see the CI log above).
bitshuffle_core.h should not include bitshuffle_internals.h. The whole point is that bitshuffle_core.h only includes the public interface. Instead, the typedefs should be in bitshuffle_core.h, which bitshuffle_internals.h will then need to include. Both should be included in bitshuffle_core.c.
The build fail has something to do with the type defs, hopefully doing this more carefully sorts it out.
Oh, my bad. I'll check again.
How about the latest fix?
That simplifies things!
I'll merge it now, and release a bit later today.
Many thanks!!
Released. Enjoy.
We got an exception to compile
bitshuffle v0.3.1
withg++
(https://github.com/xerial/snappy-java/pull/163). This pr fixed this issue.