Skip to content

Conversation

@randy3k
Copy link
Member

@randy3k randy3k commented Mar 15, 2017

I have made several changes to the 0.6 branch, the code is now compatible with both v0.5 and v0.6.
The REPL mode on v0.6 is still broken, but a patch is submitted to julia.

It will be merged into master once the tests pass.

dmbates and others added 6 commits March 13, 2017 11:33
@randy3k randy3k merged commit 35a4095 into master Mar 15, 2017
@randy3k randy3k deleted the 0.6 branch March 15, 2017 17:36
# Compat.jl not yet provide support for the new syntax for inner consturctor
# https://github.com/JuliaLang/Compat.jl/issues/332
# and the new syntax cannot be parse in julie v0.5, therefore using string.
if VERSION < v"0.6.0-"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use a more specific cutoff for this. run contrib/commit-name.sh at the merge commit for the type system rewrite pr

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the best solution is to use the call overloading syntax, which works on both 0.5 and 0.6. See JuliaLang/Compat.jl#332.

@randy3k
Copy link
Member Author

randy3k commented Mar 26, 2017

It was fixed on the master branch.

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.

5 participants