yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
137 stars 25 forks source link

Fix macro callback. #352

Closed evetion closed 1 year ago

evetion commented 1 year ago

We never created the cfunction correctly in the macro, but because it became C_NULL, this was never noticed. (Also it seems no-one uses progress callbacks.).

Oddly enough, on 1.8.2 the undefined behaviour changed, which started crashing M1 macs. Probably fixes https://github.com/JuliaLang/julia/issues/47193.

evetion commented 1 year ago

CI issues seem to stem from #345