Closed yuyichao closed 9 years ago
Test done: IJulia notebook works on 0.4.0-dev+4512
OK, I guess @eval
is not possible due to sth related to JuliaLang/julia#10910
Is the Mac nightly travis-ci having some issue? I don't see any log.....
Also fix export in cipher.jl
. (Previously only fixed the ones that break IJulia
).
Excellent, thank you very much @yuyichao. Sorry again for letting this slip through the cracks unnoticed.
@staticfloat =) That's fine. I've been using the patched version so it didn't cause me any trouble.
I guess, the explicit calling of __init__
can be removed for 0.4 now.
Yep, already on it. -E
On Wed, Apr 29, 2015 at 7:01 AM, Yichao Yu notifications@github.com wrote:
@staticfloat https://github.com/staticfloat =) That's fine. I've been using the patched version so it didn't cause me any trouble. I guess, the explicit calling of init can be removed for 0.4 now.
— Reply to this email directly or view it on GitHub https://github.com/staticfloat/Nettle.jl/pull/43#issuecomment-97435840.
This
current_module()
is unecessary and actually points to the wrong module. The one argumenteval
function will evaluate this in the right module already.Maybe this can be changed toNot now, see comment below.@eval
as well but haven't tried.P.S. the missing export breaks
IJulia