GraphIO.jl icon indicating copy to clipboard operation
GraphIO.jl copied to clipboard

Warning for GMLFormat

Open newptcai opened this issue 5 years ago • 0 comments

When using GMLFormat, the following warning is given.

┌ Warning: `GraphIO.GMLFormat`  has been moved to submodule `GraphIO.GML` and needs `ParserCombinator.jl` to be imported first. I.e. use
│     using ParserCombinator
│     GraphIO.GML.GMLFormat()
│   caller = searchall(::NWNGSearchConfig, ::String) at SearchWeakly.jl:333
└ @ SearchWeakly ~/Dropbox/Research/2020/Lena/SearchWeakly/src/SearchWeakly.jl:333

However, if you try

import ParserCombinator
using GraphIO: GML

you will see GML is not defined.

newptcai avatar Apr 26 '20 20:04 newptcai