JuliaMath/Decimals.jl

Warnings when using with Julia 0.3.2

smangano opened this issue · 1 comments

Warning: New definition
.(Array{Decimal,N},Union(Array{Bool,N},BitArray{N})) at /Users/sal/.julia/Decimals/src/arithmetic.jl:38
is ambiguous with:
.
(AbstractArray{T,N},BitArray{N}) at bitarray.jl:1396.
To fix, define
.*(Array{Decimal,N},BitArray{N})
before the new definition.

Julia Version 0.3.2
Commit 21d5433* (2014-10-21 20:18 UTC)
Platform Info:
System: Darwin (x86_64-apple-darwin13.3.0)
CPU: Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz
WORD_SIZE: 64
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.3

I added the definition you suggested, although I was not ever able to reproduce this bug. Feel free to re-open if you continue to encounter the warning.