Tim Holy
Tim Holy
Since #180 is merged to master, you can just checkout the latest master and rebase on top of that.
If you decide on Images.jl, I'm happy to help. But indeed the cairo interface might suffice. And, welcome back! I suspect you might not have followed things very closely, so...
I see a couple processes still running on Linux, too.
I was too quick on the last one. If I click shutdown then the julia kernel does shut down; it's only the ipython process that doesn't quit when I close...
Much as I like Images.jl :smile:, I understand the reasons to avoid dependency (esp. all those ambiguity warnings...). On a little-endian machine, `reinterpret(BGRA{U8}, buffer, size)` (where `buffer::Array{UInt32}`) will give you...
Hmm, maybe this is a Julia bug not a Pkg bug?
Thanks @IanButterworth! Deleting `~/.julia/packages/Example/*` indeed fixed the problem. I'm kicking myself for not putting it somewhere where I could go back and see what was messed up about the directory,...
I am interested in this topic, too, and have long wondered about implementing a ComposeGL backend. But even if Gadfly can hand stuff off to OpenGL, I'm a bit concerned...
Glad you already knew about it, and sorry it doesn't help. > BTW, since the type inference algorithm is less recursive, maybe SnoopCompile could be expanded for type inference as...
IIRC, on average about 40% is LLVM , 10% is inference, 30% is parsing&lowering (which you don't have if precompiled), and the rest is everything else. But there might be...