-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Test failure on OSX #9071
Comments
Which version of Julia is this? |
0.3.2 it seems. That's what my Homebrew has updated to. |
That's a really odd one. Hooray for |
I built 0.3.2 from the release page and ran all the tests again and the error still persists. Does that mean that there's a config problem on my end? I'm running 10.8.5; dunno if something got changed recently in the
|
@kartikkumar thanks that's useful. Did you do it from a git checkout or the tarball? If you did it from git, it would be useful (and much faster than the first time around, since the dependencies can all be reused) to try with the latest commit in the release-0.3 branch, since we're considering tagging 0.3.3 within the next few days. The REPL code has seen some recent patches, but I feel like we would've seen this earlier if it happened on a larger portion of macs. |
My bad, looks like the symlink in /usr/local/bin was still to the Homebrew version. I ran it with the build generated from source and the problem still persists:
|
@tkelman I used the tarball, but I can run it again with a git clone of the latest version of release-0.3. I'll get the build up and running and report back if the problem persists. |
Sounds good. Looks like line 142 has something to do with unicode combining characters Line 142 in e58d214
test/lineedit.jl manually in the REPL to see what position(buf) is ending up as. You'll probably need to manually do using Base.Test first.
edit: relevant section might just be
|
No I don't have anything unusual under my terminal setup afaik. I pretty much install everything these days with Homebrew, so I don't tinker around in general with too many other settings. I think it's maybe worth looking at the commit history for |
On the release-0.3 branch, |
Yea so rebuilding with the latest commit on release-0.3 results in the same error. So I'm guessing it's something specific to my machine. I'm way in over my head though to be able to debug this. I don't really even know what the specific test pertains to in terms of functionality. Is it something that I have to be worried about, or is it something I can comfortably ignore whilst writing Julia code? |
Hm, thanks for trying that. Your REPL might do strange things with respect to unicode combining characters, I'm not sure. Is this a really old Mac that's gone through several OSX version upgrades by any chance? Have you reinstalled the latest xcode command line tools? Sometimes those will update system libraries that may have something to do with unicode support, but I'm not really a Mac guy so I'm not positive. I made a post edit above which doesn't trigger an email notification so you maybe didn't notice. Can you try running
and tell me what the output is for |
It's not that old. It's a mid-2013 Macbook Air. I have the latest XCode command line tools installed. Here's the REPL output:
|
Looks like #6939. |
@stevengj ah yes, guess it's the same issue. Should have scanned the issue list better before posting this. |
@kartikkumar github issue searching is notoriously difficult to use effectively, duplicates aren't the end of the world. I'm going to close this though since it is covered by other open issues. |
So we actually need this, huh. I guess I'll make time to review the status of JuliaStrings/utf8proc#2 next week. |
Hi all,
I'm not sure when this problem started but I was facing some issues with OpenBLAS being loaded correctly, so I removed and reinstalled Julia and all dependencies using Homebrew and ran the test suite, resulting in the following error:
Can't really figure out what's wrong. Anybody suggestions on how to fix this?
Regards,
Kartik
The text was updated successfully, but these errors were encountered: