AlgebraicJulia / AlgebraicJulia/Catlab.jl
escape_string before calling Graphviz
未关闭
cleanup
graphics
- 主要语言
- Julia
- 星标
- 724
- 派生
- 73
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, strings are not escaped before being passed to Graphviz.
Attempting to call `to_graphviz` on a graph with improperly-escaped strings may resulting in an stdin pipeline error.
Instead of constructors of data structures being responsible for escaping their String attributes, it would be best for string-escaping to happen just before being passed off to Graphviz output.
贡献指南
评估
这个 Issue 还没有评估数据。