public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Mohab Yaser <[email protected]>
Cc: [email protected]
Subject: Re: How to check if issue is solved?
Date: Fri, 26 Jul 2024 00:35:25 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAEnf3iBoBs+xug=Rd1ry992seu5zwXGpH5M69-gMnbeDEYExRw@mail.gmail.com>
References: <CAEnf3iBoBs+xug=Rd1ry992seu5zwXGpH5M69-gMnbeDEYExRw@mail.gmail.com>
Mohab Yaser <[email protected]> writes:
> I wrote a simple script to get all issues from the pgsql-bugs list that are
> reported by the form (basically getting just the issues without any replies
> to them) and now while searching through these issues I can't know directly
> whether it is solved or not, just a workaround is checking any discussions
> in its thread whether there is a patch file attached or not but it is not
> accurate as submitting a patch is not related to the issue itself neither
> by mentioning the issue id or the issue itself is marked as solved or at
> least someone is working on it, so if anyone can help it will be very
> appreciated.
One way is to trawl the commit log and see if there are commits
linking to the bug thread with a Discussion: marker.
This isn't 100% accurate, because a commit could possibly mention a
bug thread without claiming to resolve the bug fully. But it's
pretty reliable for issues raised in the last half dozen years or so.
A bigger hole in what you're doing is that bug reports don't
necessarily come in via the web form.
regards, tom lane
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: How to check if issue is solved?
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox