BinDeps.jl
BinDeps.jl copied to clipboard
BinDeps keyword argument validation
Tested on OSX.
Thanks for this! Though looks like you need to support os
(or at least accept it with a deprecation warning).
Yep, missed a bunch because I was only looking for get(opts, :arg)
instead of haskey(opts, :arg)
.
Bump. I forget, was this ready to go?
We should run the tests again just in case.
There, I just rebased onto master
. Let's make sure everything is still green.
Apparently HttpParser hasn't been fixed since we removed the 0.4 deprecations on nightly. HttpParser has some API changes not yet resolved that mean it currently can't be tagged until an upgrade path is put in place for existing installs... and windows binaries are rebuilt for the new version. Will need a more precise validation callback etc but this is an issue for a different repo...