JuliaGraphs / JuliaGraphs/GraphIO.jl
Warning for GMLFormat
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 62
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the warning with GMLFormat, import ParserCombinator, and using GraphIO: GML as shown. Inspect how GraphIO.GML and GMLFormat are exposed, then verify that the documented import and constructor work without the warning and that GML is defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100