JuliaGraphs / LightGraphsFlows.jl

Flow algorithms on LightGraphs
Other
36 stars 11 forks source link

Warnings in Julia v0.7 #21

Closed juliohm closed 5 years ago

juliohm commented 5 years ago

The master branch has the following warnings:

┌ Warning: Deprecated syntax `doc" "` at /home/juliohm/.julia/dev/LightGraphsFlows/src/push_relabel.jl:10.
│ Use `@doc doc" "` instead.
└ @ ~/.julia/dev/LightGraphsFlows/src/push_relabel.jl:10
┌ Warning: Deprecated syntax `doc" "` at /home/juliohm/.julia/dev/LightGraphsFlows/src/ext_multiroute_flow.jl:43.
│ Use `@doc doc" "` instead.
└ @ ~/.julia/dev/LightGraphsFlows/src/ext_multiroute_flow.jl:43
matbesancon commented 5 years ago

thanks! I'll try to find some time this week to check that

matbesancon commented 5 years ago

Seems solved, I hadn't checked that for a while and probably forgot to close it