-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
I fear this package may have the same problem that the Iterators package has been experiencing:
julia> module Mine
using FFTW
struct Foo end
FFTW.fft(::Foo) = 1
end
WARNING: both FFTW and Base export "FFTW"; uses of it in module Mine must be qualified
ERROR: UndefVarError: FFTW not defined
julia> versioninfo()
Julia Version 0.7.0-DEV.616
Commit d49469d* (2017-06-16 15:45 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)
Environment:
JULIAHOME = /home/tim/src/julia
JULIAFUNCDIR = /home/tim/juliafunc
JULIA_CPU_CORES = 2Metadata
Metadata
Assignees
Labels
No labels