-
Notifications
You must be signed in to change notification settings - Fork 59
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
Changes for julia v0.6 #171
Comments
The REPL bug is due to JuliaLang/julia#19774, it seems that there is no clean fix for now. |
I have pushed a PR to julia and it should fix the bug in REPL model. |
I have pushed more commits to |
The |
JuliaLang/julia#21027 has merged. |
I started a '0.6' branch and committed changes to fix warnings related to
abstract
andtypealias
. At present changing the REPL prompt toR>
does not work. I think either @randy3k or @simonbyrne would have a better chance of fixing that than I would.The text was updated successfully, but these errors were encountered: