JuliaWeb / LibCURL.jl

Julia wrapper for libcurl
Other
33 stars 29 forks source link

generating files has bitrotted #101

Open StefanKarpinski opened 3 years ago

StefanKarpinski commented 3 years ago

See https://github.com/JuliaWeb/LibCURL.jl/pull/95#issuecomment-736885467 and https://github.com/JuliaWeb/LibCURL.jl/pull/99: in short, we've lost the ability to generate the wrapper code for libcurl. Would be great to

  1. Artifactize the libcurl headers, possibly by including them in the JLL and
  2. Be able to generate code from that in a reproducible way
  3. Maybe add a CI step to make sure that what's committed matches what's generated afresh.