• Joined on 2024年11月10日
lcnbr commented on issue bromind/dot-parser#10 2026年01月05日 08:10:06 +01:00
Global graph attributes need to be specified inside of a graph scope

It works on my side! Thanks for the update!

lcnbr reopened issue bromind/dot-parser#10 2025年11月13日 11:40:21 +01:00
Global graph attributes need to be specified inside of a graph scope
lcnbr commented on issue bromind/dot-parser#10 2025年11月13日 11:40:21 +01:00
Global graph attributes need to be specified inside of a graph scope

I see! Thanks for the explanation. Now on 0.6.0, I get an error parsing this graph:

lcnbr commented on issue bromind/dot-parser#9 2025年08月08日 12:47:39 +02:00
Multiple Graphs with syntax error does not actually error

Ah nice thanks! Changing the error type is fine for me!

lcnbr opened issue bromind/dot-parser#10 2025年07月28日 15:31:11 +02:00
Global graph attributes need to be specified inside of a graph scope
lcnbr opened issue bromind/dot-parser#9 2025年07月28日 15:14:52 +02:00
Multiple Graphs with syntax error does not actually error
lcnbr commented on issue bromind/dot-parser#5 2025年03月28日 16:35:40 +01:00
Multiple Top level graphs

great thanks!

lcnbr commented on issue bromind/dot-parser#5 2025年03月28日 15:08:26 +01:00
Multiple Top level graphs

I used the latest 0.4.1. The print statement is here: 29eb659c74/src/ast.rs (L343)

lcnbr commented on issue bromind/dot-parser#5 2025年03月28日 14:41:10 +01:00
Multiple Top level graphs

Sorry life got in the way, I just had time to try it. It works brilliantly! Howevere there seems to be a stray println! statement that debug prints the pest!

lcnbr commented on issue bromind/dot-parser#5 2024年11月13日 14:59:25 +01:00
Multiple Top level graphs

Relatively (~1 month) would be great. Thanks for the great work! As a workaround I could split the string itself!

lcnbr commented on issue bromind/dot-parser#5 2024年11月12日 10:15:50 +01:00
Multiple Top level graphs

Hello!

Well the graphviz program supports it and the documentation does not explicitly prohibit it: https://stackoverflow.com/questions/63869676/multiple-graphs-inside-graphviz-dot-file....

lcnbr opened issue bromind/dot-parser#5 2024年11月10日 09:16:01 +01:00
Multiple Top level graphs