JuliaGraphs / JuliaGraphs/GraphIO.jl
Saving graphs as .dot should be allowed even if ParserCombinator is not loaded
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 62
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Currently the DOT format is entirely excluded if ParserCombinator is not loaded. However, just saving a simple graph out to dot format has no dependency on parsing and should not be gated on loading the parsing package.
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
Inspect the DOT save path and the dependency-loading boundary described in the issue. Verify that writing a simple graph to .dot does not require ParserCombinator, and confirm the save behavior works when that package is not loaded.
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
- 45/100