Since last update, creating a digraph does not work any longer

0 votes
asked Dec 21, 2020 in Wanted features by Kjeld
Hi PlantUML

Since the last update to 2.29.1 creating a Graphviz native digraph does not work any longer.
Have you removed the function on purpose?

Best Regards
Kjeld

2 Answers

0 votes
answered Dec 21, 2020 by plantuml (294,960 points)
Hi,

It's still working for us : http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKh9J2zABCXGIClFLwZcIaeiChG6aKPWqb11rqu1nEEgvN98pKi1QW00

Can you tell more about your config ? Not sure what 2.29.1 refers to. Last version is 1.2020.24 ( http://www.plantuml.com/plantuml/uml/AqijAixCpmC0 )
commented Dec 21, 2020 by Kjeld Mathias Petersen

Hi PlantUML

Looking into the CLion Plugin settings I can see that PlantUML integration has version 2.29.1

However if I run version I get
PlantUML version 1.2020.23 (Sun Dec 13 20:14:58 CET 2020) (GPL source distribution) Dot version: dot - graphviz version 2.44.1 (20200629.0846) Installation seems OK. File generation OK Java Runtime: OpenJDK Runtime Environment JVM: OpenJDK 64-Bit Server VM Default Encoding: Cp1252 Language: en Country: GB PLANTUML_LIMIT_SIZE: 4096

The rendering says "Graphviz has crashed" (in green) if I create this small drawing: (also with 2.38)

@startuml
digraph test {
}
@enduml
commented Dec 21, 2020 by The-Lu (63,920 points)

Hello all,

We observe the same thing on:

Could you test:

@startuml
digraph foo {
PlantUML -> Dot [label=use];
}
@enduml

Regards,
Th.

commented Dec 21, 2020 by Kjeld Mathias Petersen
Hi PlantUML

Same problem. It still write "Graphviz has crashed"

/Kjeld
commented Dec 21, 2020 by plantuml (294,960 points)
Well, the issue is on our side :-)

We are going to investigate...
0 votes
answered Dec 21, 2020 by plantuml (294,960 points)
Thanks for the report.

This is fixed in last release 1.2020.26.

Tell us if it's not working for you !
commented Jan 5, 2021 by anonymous

I see that the issue has been addressed.
Do you know if there will be an update to the CLion plugin anytime soon?

Versions: PlantUML integration - plugin for IntelliJ IDEs | JetBrains

...