From: Andreas Enge <andreas@enge.fr>
To: Andy Tai <atai@atai.org>
Cc: 63526-done@debbugs.gnu.org, 63952-done@debbugs.gnu.org,
guix-devel@gnu.org
Subject: Re: ping on a build fix for a build failure (main branch)
Date: Fri, 9 Jun 2023 13:07:30 +0200 [thread overview]
Message-ID: <ZIMH8od9OFbMA4Ur@jurong> (raw)
In-Reply-To: <CAJsg1E8_XPpxcgGs1KxztVio-Qfq=o-DaGLx=6g2_ZiAXGWhow@mail.gmail.com>
Hello Andy,
Am Tue, May 30, 2023 at 10:54:20AM -0700 schrieb Andy Tai:
> Hi, following previous comments (thanks) I have submitted a patch to
> correctly fix a build failure due to compiler warnings, instead of
> avoiding not building tests, on this Guix bug issue:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63526
> Please review the patch (which shall be a simple and low risk fix). Thanks!
I have reworked a bit the punctuation of the commit message, shortened
the patch file name and pushed. By this I am closing the two corresponding
bug reports (it would have been enough to send a second version of the
patch to the first bug).
Did you contact upstream? Looking at the test, it looked wrong before and
after your patch...
if (len < token->data.character.len) {
hubbub_token t = { 0 };
t.type = HUBBUB_TOKEN_CHARACTER;
t.data.character.ptr += len;
t.data.character.len -= len;
...
Adding to a previously undefined, now 0 pointer .ptr raised a warning
for a reason, I think; and it looks like the t.data maybe should be
token->data. But it is quite possible that this branch is not even
reached by the test.
Andreas
WARNING: multiple messages have this Message-ID (diff)
From: Andreas Enge <andreas@enge.fr>
To: Andy Tai <atai@atai.org>
Cc: guix-devel@gnu.org, 63526-done@debbugs.gnu.org,
63952-done@debbugs.gnu.org
Subject: bug#63952: ping on a build fix for a build failure (main branch)
Date: Fri, 9 Jun 2023 13:07:30 +0200 [thread overview]
Message-ID: <ZIMH8od9OFbMA4Ur@jurong> (raw)
Message-ID: <20230609110730.XuC3tA1V7YguLkJsjdLyUGIUIS4mRHN6kLL3UNh2zOc@z> (raw)
In-Reply-To: <CAJsg1E8_XPpxcgGs1KxztVio-Qfq=o-DaGLx=6g2_ZiAXGWhow@mail.gmail.com>
Hello Andy,
Am Tue, May 30, 2023 at 10:54:20AM -0700 schrieb Andy Tai:
> Hi, following previous comments (thanks) I have submitted a patch to
> correctly fix a build failure due to compiler warnings, instead of
> avoiding not building tests, on this Guix bug issue:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63526
> Please review the patch (which shall be a simple and low risk fix). Thanks!
I have reworked a bit the punctuation of the commit message, shortened
the patch file name and pushed. By this I am closing the two corresponding
bug reports (it would have been enough to send a second version of the
patch to the first bug).
Did you contact upstream? Looking at the test, it looked wrong before and
after your patch...
if (len < token->data.character.len) {
hubbub_token t = { 0 };
t.type = HUBBUB_TOKEN_CHARACTER;
t.data.character.ptr += len;
t.data.character.len -= len;
...
Adding to a previously undefined, now 0 pointer .ptr raised a warning
for a reason, I think; and it looks like the t.data maybe should be
token->data. But it is quite possible that this branch is not even
reached by the test.
Andreas
next prev parent reply other threads:[~2023-06-09 11:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-30 17:54 ping on a build fix for a build failure (main branch) Andy Tai
2023-06-09 11:07 ` Andreas Enge [this message]
2023-06-09 11:07 ` bug#63952: " Andreas Enge
2023-06-09 17:28 ` Andy Tai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZIMH8od9OFbMA4Ur@jurong \
--to=andreas@enge.fr \
--cc=63526-done@debbugs.gnu.org \
--cc=63952-done@debbugs.gnu.org \
--cc=atai@atai.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).