yeesian / ArchGDAL.jl

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

Fix nightly by setting the type of Vector to prevent unwanted promotion #287

Closed evetion closed 2 years ago

evetion commented 2 years ago

Partial fix for #285. Required due to change in https://github.com/JuliaLang/julia/pull/44096

yeesian commented 2 years ago

Thank you!