JuliaCollections / LRUCache.jl

An implementation of an LRU Cache in Julia
Other
56 stars 23 forks source link

Julia 0.6 support #3

Closed femtotrader closed 6 years ago

femtotrader commented 7 years ago

Running unit tests shows some warnings and a LoadError.

WARNING: deprecated syntax "inner constructor LRUNode(...) around /Users/femto/.julia/v0.6/LRUCache/src/list.jl:9".
Use "LRUNode{#s1,#s2}(...) where {#s1,#s2}" instead.

WARNING: deprecated syntax "inner constructor LRUList(...) around /Users/femto/.julia/v0.6/LRUCache/src/list.jl:20".
Use "LRUList{K,V}(...) where {K,V}" instead.

WARNING: deprecated syntax "inner constructor LRU(...) around /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:15".
Use "LRU{K,V}(...) where {K,V}" instead.
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] test_order(::LRUCache.LRU{Int64,Int64}, ::UnitRange{Int64}, ::UnitRange{Int64}) at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:13
 [4] include_from_node1(::String) at ./loading.jl:569
 [5] include(::String) at ./sysimg.jl:14
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] process_options(::Base.JLOptions) at ./client.jl:305
 [9] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 28
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:103
 [4] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [5] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:33 [inlined]
 [6] anonymous at ./<missing>:?
 [7] include_from_node1(::String) at ./loading.jl:569
 [8] include(::String) at ./sysimg.jl:14
 [9] include_from_node1(::String) at ./loading.jl:569
 [10] include(::String) at ./sysimg.jl:14
 [11] process_options(::Base.JLOptions) at ./client.jl:305
 [12] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 32
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:75
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:33 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 32
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:78
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:33 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 32
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] test_order(::LRUCache.LRU{Int64,Int64}, ::Array{Int64,1}, ::Array{Int64,1}) at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:13
 [4] include_from_node1(::String) at ./loading.jl:569
 [5] include(::String) at ./sysimg.jl:14
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] process_options(::Base.JLOptions) at ./client.jl:305
 [9] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 35
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:75
 [4] resize!(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:95
 [5] include_from_node1(::String) at ./loading.jl:569
 [6] include(::String) at ./sysimg.jl:14
 [7] include_from_node1(::String) at ./loading.jl:569
 [8] include(::String) at ./sysimg.jl:14
 [9] process_options(::Base.JLOptions) at ./client.jl:305
 [10] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 38
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:78
 [4] resize!(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:95
 [5] include_from_node1(::String) at ./loading.jl:569
 [6] include(::String) at ./sysimg.jl:14
 [7] include_from_node1(::String) at ./loading.jl:569
 [8] include(::String) at ./sysimg.jl:14
 [9] process_options(::Base.JLOptions) at ./client.jl:305
 [10] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 38
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] test_order(::LRUCache.LRU{Int64,Int64}, ::Array{Int64,1}, ::Array{Int64,1}) at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:13
 [4] include_from_node1(::String) at ./loading.jl:569
 [5] include(::String) at ./sysimg.jl:14
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] process_options(::Base.JLOptions) at ./client.jl:305
 [9] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 39
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] test_order(::LRUCache.LRU{Int64,Int64}, ::Array{Int64,1}, ::Array{Int64,1}) at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:13
 [4] include_from_node1(::String) at ./loading.jl:569
 [5] include(::String) at ./sysimg.jl:14
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] process_options(::Base.JLOptions) at ./client.jl:305
 [9] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 42
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:103
 [4] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [5] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:46 [inlined]
 [6] anonymous at ./<missing>:?
 [7] include_from_node1(::String) at ./loading.jl:569
 [8] include(::String) at ./sysimg.jl:14
 [9] include_from_node1(::String) at ./loading.jl:569
 [10] include(::String) at ./sysimg.jl:14
 [11] process_options(::Base.JLOptions) at ./client.jl:305
 [12] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 45
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:75
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:46 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 45
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:78
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:46 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 45
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] test_order(::LRUCache.LRU{Int64,Int64}, ::UnitRange{Int64}, ::UnitRange{Int64}) at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:13
 [4] include_from_node1(::String) at ./loading.jl:569
 [5] include(::String) at ./sysimg.jl:14
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] process_options(::Base.JLOptions) at ./client.jl:305
 [9] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 48
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:103
 [4] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [5] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:53 [inlined]
 [6] anonymous at ./<missing>:?
 [7] include_from_node1(::String) at ./loading.jl:569
 [8] include(::String) at ./sysimg.jl:14
 [9] include_from_node1(::String) at ./loading.jl:569
 [10] include(::String) at ./sysimg.jl:14
 [11] process_options(::Base.JLOptions) at ./client.jl:305
 [12] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 52
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:75
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:53 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 52
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:78
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] setindex!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:73
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:53 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 52
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:103
 [4] getindex(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:65
 [5] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:56 [inlined]
 [6] anonymous at ./<missing>:?
 [7] include_from_node1(::String) at ./loading.jl:569
 [8] include(::String) at ./sysimg.jl:14
 [9] include_from_node1(::String) at ./loading.jl:569
 [10] include(::String) at ./sysimg.jl:14
 [11] process_options(::Base.JLOptions) at ./client.jl:305
 [12] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 55
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:75
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] getindex(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:65
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:56 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 55
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] pop!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:78
 [4] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:104
 [5] getindex(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:65
 [6] macro expansion at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:56 [inlined]
 [7] anonymous at ./<missing>:?
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] include_from_node1(::String) at ./loading.jl:569
 [11] include(::String) at ./sysimg.jl:14
 [12] process_options(::Base.JLOptions) at ./client.jl:305
 [13] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 55
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] test_order(::LRUCache.LRU{Int64,Int64}, ::StepRange{Int64,Int64}, ::StepRange{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/test/test.jl:13
 [4] include_from_node1(::String) at ./loading.jl:569
 [5] include(::String) at ./sysimg.jl:14
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] process_options(::Base.JLOptions) at ./client.jl:305
 [9] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 58
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:103
 [4] getindex(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:65
 [5] get!(::LRUCache.LRU{Int64,Int64}, ::Int64, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:56
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] process_options(::Base.JLOptions) at ./client.jl:305
 [11] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 66
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:103
 [4] getindex(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:65
 [5] get!(::Tests.##3#4, ::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:46
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] include_from_node1(::String) at ./loading.jl:569
 [9] include(::String) at ./sysimg.jl:14
 [10] process_options(::Base.JLOptions) at ./client.jl:305
 [11] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 73
WARNING: is is deprecated, use === instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70
 [2] is(::LRUCache.LRUNode{Int64,Int64}, ::Vararg{LRUCache.LRUNode{Int64,Int64},N} where N) at ./deprecated.jl:31
 [3] move_to_front!(::LRUCache.LRUList{Int64,Int64}, ::LRUCache.LRUNode{Int64,Int64}) at /Users/femto/.julia/v0.6/LRUCache/src/list.jl:103
 [4] getindex(::LRUCache.LRU{Int64,Int64}, ::Int64) at /Users/femto/.julia/v0.6/LRUCache/src/LRUCache.jl:65
 [5] include_from_node1(::String) at ./loading.jl:569
 [6] include(::String) at ./sysimg.jl:14
 [7] include_from_node1(::String) at ./loading.jl:569
 [8] include(::String) at ./sysimg.jl:14
 [9] process_options(::Base.JLOptions) at ./client.jl:305
 [10] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 35
ERROR: LoadError: LoadError: UndefVarError: utf8 not defined
Stacktrace:
 [1] include_from_node1(::String) at ./loading.jl:569
 [2] include(::String) at ./sysimg.jl:14
 [3] include_from_node1(::String) at ./loading.jl:569
 [4] include(::String) at ./sysimg.jl:14
 [5] process_options(::Base.JLOptions) at ./client.jl:305
 [6] _start() at ./client.jl:371
while loading /Users/femto/.julia/v0.6/LRUCache/test/test.jl, in expression starting on line 91
while loading /Users/femto/.julia/v0.6/LRUCache/test/runtests.jl, in expression starting on line 2
jcrist commented 6 years ago

9 updated for 0.7 support, closing.