Skip to content
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

Build failing in nightly Julia #14883

Closed
juliohm opened this issue Feb 1, 2016 · 14 comments
Closed

Build failing in nightly Julia #14883

juliohm opened this issue Feb 1, 2016 · 14 comments
Labels
building Build system, or building Julia or its dependencies types and dispatch Types, subtyping and method dispatch

Comments

@juliohm
Copy link
Sponsor Contributor

juliohm commented Feb 1, 2016

Can anyone help me track the changes in Julia that caused this build failure?

https://travis-ci.org/juliohm/ImageQuilting.jl

I didn't modify anything relevant in my latest push to GitHub. There are many warnings and an error in nightly Julia.

@vtjnash
Copy link
Sponsor Member

vtjnash commented Feb 1, 2016

it looks like there a type-inference regression on the comprehension at: https://github.com/timholy/Images.jl/blob/15de1ee0fbea02077b0d9c061780ba2b6ec6194c/src/algorithms.jl#L744

@nalimilan
Copy link
Member

Maybe related: 6396218#commitcomment-15790959

@nalimilan
Copy link
Member

@juliohm Do you have any idea of when this started to fail?

@juliohm
Copy link
Sponsor Contributor Author

juliohm commented Feb 1, 2016

@nalimilan it must be a very recent change, I pushed to GitHub last weekend and the build was successful.

@JeffBezanson
Copy link
Sponsor Member

This will be fixed by #7258

@JeffBezanson
Copy link
Sponsor Member

Also see #13412 (comment)

@juliohm
Copy link
Sponsor Contributor Author

juliohm commented Feb 2, 2016

Thank you @JeffBezanson, I understood that the issue will be solved after you merge those changes and nothing is required from my side as a package developer.

@juliohm
Copy link
Sponsor Contributor Author

juliohm commented Jul 25, 2016

@JeffBezanson could you please confirm the build error I am having with nightly is not related? https://travis-ci.org/juliohm/ImageQuilting.jl/jobs/147008026

The issue #7258 you mentioned is now closed.

@tkelman
Copy link
Contributor

tkelman commented Jul 26, 2016

type Method has no field func means "stop using Requires.jl"

@juliohm
Copy link
Sponsor Contributor Author

juliohm commented Jul 26, 2016 via email

@juliohm
Copy link
Sponsor Contributor Author

juliohm commented Jul 26, 2016

@tkelman I cannot find where in my package the Requires.jl package is being used, maybe one of the dependencies? https://github.com/juliohm/ImageQuilting.jl/blob/master/REQUIRE

@tkelman
Copy link
Contributor

tkelman commented Jul 26, 2016

LightGraphs used to, but the most recent tag doesn't any more. So try again after a Pkg.update().

@juliohm
Copy link
Sponsor Contributor Author

juliohm commented Jul 26, 2016 via email

@kshyatt kshyatt added building Build system, or building Julia or its dependencies types and dispatch Types, subtyping and method dispatch labels Jul 26, 2016
@juliohm
Copy link
Sponsor Contributor Author

juliohm commented Sep 29, 2016

This issue was solved somewhere, closing it.

@juliohm juliohm closed this as completed Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

No branches or pull requests

6 participants