scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

WARNINGs when loading #5

Closed tpoisot closed 8 years ago

tpoisot commented 8 years ago

Hi,

I have the following warnings when I load the package:

julia> using Permutations
WARNING: module Permutations should explicitly import == from Base
WARNING: module Permutations should explicitly import getindex from Base
WARNING: module Permutations should explicitly import * from Base
WARNING: module Permutations should explicitly import ^ from Base
WARNING: module Permutations should explicitly import == from Base
WARNING: module Permutations should explicitly import getindex from Base
WARNING: module Permutations should explicitly import == from Base
WARNING: module Permutations should explicitly import getindex from Base
WARNING: module Permutations should explicitly import * from Base
WARNING: module Permutations should explicitly import * from Base
WARNING: module Permutations should explicitly import ^ from Base
WARNING: module Permutations should explicitly import ^ from Base
scheinerman commented 8 years ago

I don't get those warnings. Perhaps you don't have the latest version. I suggest deleting all of .julia/v0.4/Permutations and installing again.