Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-12 Thread Mikael Vidstedt
On Fri, 9 Feb 2024 19:02:13 GMT, Mikael Vidstedt wrote: > Graphviz (aka. dotty/dot) is used when building "full" docs, and in > particular for creating various module graph images (.svg). This change > upgrades the Graphviz version used to 9.0.0 (latest). > > In particular, the change: > > *

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-12 Thread Iris Clark
On Fri, 9 Feb 2024 19:02:13 GMT, Mikael Vidstedt wrote: > Graphviz (aka. dotty/dot) is used when building "full" docs, and in > particular for creating various module graph images (.svg). This change > upgrades the Graphviz version used to 9.0.0 (latest). > > In particular, the change: > > *

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-12 Thread Mandy Chung
On Fri, 9 Feb 2024 19:02:13 GMT, Mikael Vidstedt wrote: > Graphviz (aka. dotty/dot) is used when building "full" docs, and in > particular for creating various module graph images (.svg). This change > upgrades the Graphviz version used to 9.0.0 (latest). > > In particular, the change: > > *

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-12 Thread Magnus Ihse Bursie
On Fri, 9 Feb 2024 19:02:13 GMT, Mikael Vidstedt wrote: > Graphviz (aka. dotty/dot) is used when building "full" docs, and in > particular for creating various module graph images (.svg). This change > upgrades the Graphviz version used to 9.0.0 (latest). > > In particular, the change: > > *

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-12 Thread Per Minborg
On Fri, 9 Feb 2024 19:02:13 GMT, Mikael Vidstedt wrote: > Graphviz (aka. dotty/dot) is used when building "full" docs, and in > particular for creating various module graph images (.svg). This change > upgrades the Graphviz version used to 9.0.0 (latest). > > In particular, the change: > > *

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-09 Thread Mikael Vidstedt
On Fri, 9 Feb 2024 19:32:01 GMT, Erik Joelsson wrote: > Quick question, since configure scans for dot, will platform-specific pandoc > (like Windows pandoc) lead to different image outputs? AFAIU pandoc is not involved in the generation of the .svg images. The .dot files are generated by the t

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-09 Thread Erik Joelsson
On Fri, 9 Feb 2024 19:20:22 GMT, Chen Liang wrote: > Quick question, since configure scans for dot, will platform-specific pandoc > (like Windows pandoc) lead to different image outputs? The build should work with a locally installed Graphviz (`dot`) picked up from the environment, but as has

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-09 Thread Erik Joelsson
On Fri, 9 Feb 2024 19:02:13 GMT, Mikael Vidstedt wrote: > Graphviz (aka. dotty/dot) is used when building "full" docs, and in > particular for creating various module graph images (.svg). This change > upgrades the Graphviz version used to 9.0.0 (latest). > > In particular, the change: > > *

Re: RFR: 8325570: Update to Graphviz 9.0.0

2024-02-09 Thread Chen Liang
On Fri, 9 Feb 2024 19:02:13 GMT, Mikael Vidstedt wrote: > Graphviz (aka. dotty/dot) is used when building "full" docs, and in > particular for creating various module graph images (.svg). This change > upgrades the Graphviz version used to 9.0.0 (latest). > > In particular, the change: > > *

RFR: 8325570: Update to Graphviz 9.0.0

2024-02-09 Thread Mikael Vidstedt
Graphviz (aka. dotty/dot) is used when building "full" docs, and in particular for creating various module graph images (.svg). This change upgrades the Graphviz version used to 9.0.0 (latest). In particular, the change: * Updates the createGraphvizBundle.sh script (currently broken) to build