JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
386 stars 140 forks source link

use Cstring in ccall #1056

Closed simonbyrne closed 1 year ago

simonbyrne commented 1 year ago

Fixes #1055

I've changed all the cases where we pass an input string, but kept unchanged the cases where it is for an output buffer.

mkitti commented 1 year ago

Why would h5l_iterate not propagate an assertion error now?

simonbyrne commented 1 year ago

What are you referring to?

mkitti commented 1 year ago

In https://github.com/JuliaIO/HDF5.jl/actions/runs/4255902935/jobs/7404107933 there was a stochastic failure. I reran it and now its gone... ?