BioJulia / IntervalTrees.jl

A data structure for efficient manipulation of sets of intervals
MIT License
44 stars 17 forks source link

suppress deprecated warnings #13

Closed bicycle1885 closed 9 years ago

bicycle1885 commented 9 years ago

This will suppress deprecated warnings that annoy me on v0.4.0-rc2.

INFO: Recompiling stale cache file /Users/kenta/.julia/lib/v0.4/IntervalTrees.ji for module IntervalTrees.
INFO: Recompiling stale cache file /Users/kenta/.julia/lib/v0.4/Docile.ji for module Docile.
WARNING: Base.Uint8 is deprecated, use UInt8 instead.
WARNING: Base.Uint8 is deprecated, use UInt8 instead.
WARNING: Base.Uint8 is deprecated, use UInt8 instead.
WARNING: Base.Uint8 is deprecated, use UInt8 instead.
WARNING: Base.Uint8 is deprecated, use UInt8 instead.
WARNING: Base.Nothing is deprecated, use Void instead.
WARNING: Base.Nothing is deprecated, use Void instead.
Getters