Re: ditaa --svg option is missing when building doc/src/sgml/images

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: ditaa --svg option is missing when building doc/src/sgml/images
Date: 2025-12-22 14:10:34
Message-ID: B4148299-D94E-4676-AEB5-95A7625AB392@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 22 Dec 2025, at 13:35, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> wrote:
> On Fri, 19 Dec 2025 at 18:39, Paul A Jungwirth
> <pj(at)illuminatedcomputing(dot)com> wrote:
>>
>> On Fri, Dec 19, 2025 at 5:52 AM Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> wrote:

>>> If I am not missing anything, what do you think about updating this
>>> URL with the github URL [3]?

Updating a sourceforge URL with a Github repo abandoned 5 years ago, what a
time to be alive =)

> It looks like brew ditaa is also v0.11.0 [1].
>
> After thinking a bit more, I think it would be better to add version
> requirement information too; something like:
>
> -- Ditaa (http://ditaa.sourceforge.net/)
> +- Ditaa (https://github.com/stathissideris/ditaa) (version 0.11.0 or
> + later)

Agreed, since we require a spefic version we should mention to assist users. I
will go make this happen in a bit.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message zengman 2025-12-22 14:48:37 Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
Previous Message Roman Khapov 2025-12-22 14:10:30 Re: [PATCH] Add archive_mode=follow_primary to prevent unarchived WAL on standby promotion