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 functionality broken by 0.6 subtyping changes #64

Merged
merged 1 commit into from
Jan 20, 2017
Merged

Conversation

TotalVerb
Copy link
Member

@TotalVerb TotalVerb commented Jan 19, 2017

This fixes the functionality broken by 0.6 subtyping and macro hygiene changes, such that the package core functionality no longer freezes Julia. (It is possible that the breakage is due to a Julia bug, see JuliaLang/julia#20130, but this can be worked around. This breakage is actually due to fixing behaviour that was incorrect before, and Currencies was depending on.) Tests are still failing but for unrelated reasons.

Fixes #63

cc @tkelman
Since this issue is causing problems with PackageEvaluator, I will merge and tag in 24 hours if there are no objections.

@tkelman
Copy link
Contributor

tkelman commented Jan 20, 2017

Thanks for this. Good to go?

@TotalVerb TotalVerb merged commit 5a8be15 into master Jan 20, 2017
@TotalVerb TotalVerb deleted the fw/0.6-fixes branch January 24, 2017 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests freeze since type system rewrite
2 participants