-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ObjectFile
dependency
#1307
Comments
There is #1277 already, but tests are broken and I don't know why. I don't know what changed in the ObjectFile package. |
@giordano How do I see which tests are broken? There doesn't seem to be any Github CI tests. @staticfloat Do you know what changed in ObjectFile.jl between 0.3.7 and 0.4.1? |
I think I ran the tests locally. |
I'm moderately sure it was JuliaIO/ObjectFile.jl#38 which broke it (the minor version number was bumped there), it changed the API of some commands, but never tracked how. |
Can we create a new release with the by-now updated ObjectFile dependency? |
@giordano Can we release a new version of this package? |
BinaryBuilder.jl depends on
ObjectFile = "0.3.6"
. This conflicts with Metal.jl which requiresObjectFile = "0.4"
. Could this dependency be updated? The latest version is 0.4.1.The text was updated successfully, but these errors were encountered: