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

Fix 0.7 deprecations #57

Closed
mauro3 opened this issue Aug 2, 2018 · 3 comments · Fixed by #58
Closed

Fix 0.7 deprecations #57

mauro3 opened this issue Aug 2, 2018 · 3 comments · Fixed by #58

Comments

@mauro3
Copy link
Owner

mauro3 commented Aug 2, 2018

No description provided.

@sbromberger
Copy link

As of today's -nightly, the deprecations are now errors for

Base.start(::GenerateTypeVars) = 1
Base.next(::GenerateTypeVars{:upcase}, state) = (Symbol("X$state"), state+1) # X1,..
Base.next(::GenerateTypeVars{:lcase}, state) = (Symbol("x$state"), state+1) # x1,...
Base.done(::GenerateTypeVars, state) = false

@sbromberger
Copy link

(is there a quick workaround for this? We're trying to keep up with 0.7/1.0 in LightGraphs.)

@mauro3 mauro3 mentioned this issue Aug 8, 2018
@mauro3
Copy link
Owner Author

mauro3 commented Aug 8, 2018

I'm working on this and will hopefully push a fix and tag within the hour

mauro3 added a commit that referenced this issue Aug 8, 2018
@mauro3 mauro3 closed this as completed in #58 Aug 8, 2018
mauro3 added a commit that referenced this issue Aug 8, 2018
* Julia 1.0

Fixes #57

Update appveyor script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants