-
Notifications
You must be signed in to change notification settings - Fork 42
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
Tk broken on 0.1.2? #23
Comments
I think I'm facing the same issue. I'm running Julia 0.1.2 on OSX 10.8.3. Here is my Julia command line log:
|
The issue seems to be in this code (from
I'm a Julia newbie, so I'll just dump what she tells me about this code here:
Drilling down further points me to interpolated call to
I think this is due to the nested double-quote marks in the string. |
That sounds right. I don't think support for nested strings was added until after the release of 0.1 (was JuliaLang/julia#2433) |
I was able to work around this for now by splitting up the
It looks like Julia is planning to fix this nested-quotes issue in 0.2: JuliaLang/julia#455 |
Do we need to do something about this on the 0.1.2 branch? I think there are too many plotting related issues in 0.1 and it may be best to focus on 0.2. |
This should have been trivial to fix (the patch was posted above). There's no good reason to break an important package like this for all the Ubuntu users who want to try out julia, just to avoid committing the one line change. |
Yes. Totally agree. The key is to test on ubuntu. |
I didn't delve much into this, but trying to get this working with Alan on his Mac, it seemed that the version of Tk currently in METADATA.jl is broken. (something about a parse error on line 97 of Tk.jl)
@JeffBezanson
The text was updated successfully, but these errors were encountered: