From: Oliver Kiddle <opk@zsh.org>
To: Clinton Bunch <cdb_zsh@zentaur.org>
Cc: Zsh workers <zsh-workers@zsh.org>
Subject: Re: [PATCH 1/1] zsh/random
Date: Sat, 31 Aug 2024 14:56:54 +0200 [thread overview]
Message-ID: <9404-1725109014.214095@d2Zo.FvkO.Aqwb> (raw)
In-Reply-To: <f0f331bd-d284-4d66-aded-ec7bc252090c@zentaur.org>
Clinton Bunch wrote:
> I've made the recommended changes and removed the test file as the statistical
> analysis proved to be flawed, and I can think of no other test.
Thanks. I've now applied the change. Thanks for being patient with us
and I'm sorry that reviews and feedback have dragged on.
My test build does now include the following message:
Including file Zsh/mod_random.yo
mod_random.yo:55: No macro: int(...)
I'm guessing it needs LPAR() and RPAR() where zrand_int is documented.
And with clang, I get a couple of new compiler warnings:
random.c:65:13: warning: variable 'val' set but not used [-Wunused-but-set-variable]
65 | size_t val = 0;
| ^
random.c:66:14: warning: variable 'bufptr' set but not used [-Wunused-but-set-variable]
66 | uint8_t *bufptr = buf;
| ^
This is probably conditional on HAVE_ARC4RANDOM_BUF being defined.
Oliver
next prev parent reply other threads:[~2024-08-31 12:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-27 19:31 Clinton Bunch
2024-06-17 14:43 ` Jun. T
2024-06-17 23:52 ` Clinton Bunch
2024-06-18 0:16 ` Clinton Bunch
2024-06-18 2:10 ` Clinton Bunch
2024-06-19 20:21 ` Bart Schaefer
2024-06-19 20:37 ` Clinton Bunch
2024-08-27 22:35 ` Oliver Kiddle
2024-08-30 13:06 ` Clinton Bunch
2024-08-31 12:56 ` Oliver Kiddle [this message]
2024-08-31 14:10 ` Clinton Bunch
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9404-1725109014.214095@d2Zo.FvkO.Aqwb \
--to=opk@zsh.org \
--cc=cdb_zsh@zentaur.org \
--cc=zsh-workers@zsh.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.vuxu.org/mirror/zsh/
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 NNTP newsgroup(s).