dfdx / Kafka.jl

Client for Apache Kafka in Julia
Other
17 stars 7 forks source link

Deprecation warnings in Julia 0.6.2 #8

Closed tk3369 closed 6 years ago

tk3369 commented 6 years ago

julia> using Kafka WARNING: x $ y is deprecated. use xor(x, y) or x ⊻ y instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] $ at ./deprecated.jl:385 [inlined] [3] maketable(::UInt32) at /home/ec2-user/.julia/v0.6/Kafka/src/crc32.jl:11 [4] include_from_node1(::String) at ./loading.jl:576 [5] include(::String) at ./sysimg.jl:14 [6] include_from_node1(::String) at ./loading.jl:576 [7] include(::String) at ./sysimg.jl:14 [8] include_from_node1(::String) at ./loading.jl:576 [9] eval(::Module, ::Any) at ./boot.jl:235 [10] _require(::Symbol) at ./loading.jl:490 [11] require(::Symbol) at ./loading.jl:405 [12] eval(::Module, ::Any) at ./boot.jl:235 [13] eval_user_input(::Any, ::Base.REPL.REPLBackend) at ./REPL.jl:66 [14] macro expansion at ./REPL.jl:97 [inlined] [15] (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:73 while loading /home/ec2-user/.julia/v0.6/Kafka/src/crc32.jl, in expression starting on line 21

WARNING: deprecated syntax "typealias Message Message_v0" at /home/ec2-user/.julia/v0.6/Kafka/src/protocol.jl:75. Use "const Message = Message_v0" instead.

WARNING: deprecated syntax "typealias ProduceResponse ProduceResponse_v0" at /home/ec2-user/.julia/v0.6/Kafka/src/protocol.jl:126. Use "const ProduceResponse = ProduceResponse_v0" instead.

WARNING: deprecated syntax "typealias FetchResponse FetchResponse_v0" at /home/ec2-user/.julia/v0.6/Kafka/src/protocol.jl:173. Use "const FetchResponse = FetchResponse_v0" instead.