-
Notifications
You must be signed in to change notification settings - Fork 39
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
Get package working on 0.7/1.0 #99
Conversation
…move commented out fft call during testing.
This reverts commit f67b9c1.
Also eliminates a warning about InteractiveUtils
This circumvents a scary-seeming warning.
This will help ensure that IJulia continues to work
The conditional loading looks cleaner than it did before, very nice. Tests pass for me locally both without and with GtkReactive#76. Actually running ProfileView without produces just the bars, but no annotations. With I do get annotations, of sorts, but the experience can at best be described as weird. I'll check if it's the same on another computer tomorrow. It looks like |
I've got the Travis script update already done locally, I was just waiting for the tag to be merged to METADATA. But it's a little concerning that you're not seeing annotations. I do see them, and in fact the image in the new README was collected on the new version. Have you updated to the latest GtkReactive and then added GtkReactive#76? The reason I ask is because I suspect that JuliaGizmos/GtkReactive.jl#73 was an insanely-important commit (and the only part that mattered was to delete a single line, |
Hmm, I have seen that. But I'm not getting it currently since that fix. I am not sure (I'm still getting used to the new Pkg), but I think there's a chance that My guess, though, is that you are working with the latest and that we have a problem somewhere. |
Yes, it's the same with |
That's not good. Perhaps insert some |
Looked a bit into that but will have to wait until tomorrow to try to understand it. However, looking at what's going on on the screen I can't help getting the impression that it's erasing a flipped box, leaving the text both left and right of the center but erasing above and below in the center. |
Problem is fixed for me with JuliaGraphics/Cairo.jl#254. |
We can merge and tag this any time now. But if @lobingera agrees that we can tag a new Cairo release, I'd kind of like to make it dependent on the fixed Cairo. So I'll hold off for a little while anyway. |
Maybe bump Cairo lower bound to 0.5.6? |
d747bd9
to
a7e0c0d
Compare
Thanks for all your help, @GunnarFarneback, it's been a pleasure! |
This requires JuliaGizmos/GtkReactive.jl#76 but is, I think, otherwise ready. CC @GunnarFarneback.