Branch: refs/heads/dev
Home:
https://github.com/mej/nhc
Commit: 5b23703aa276d6152a97fe7d6abc4310ca723fb5
https://github.com/mej/nhc/commit/5b23703aa276d6152a97fe7d6abc4310ca723fb5
Author: Michael Jennings <
m...@lanl.gov>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M test/test_common.nhc
Log Message:
-----------
test_common.nhc: Add some missing content
The usual function-presence checks were missing for a few functions,
so I went ahead and put those in. While doing that, I noticed that
the `nhc_common_get_unix_time()` function didn't have any unit tests
at all. So I added a couple.
Commit: cc165f9eea5ed2a5c4b77b8417678ba7746fce62
https://github.com/mej/nhc/commit/cc165f9eea5ed2a5c4b77b8417678ba7746fce62
Author: Michael Jennings <
m...@lanl.gov>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M
configure.ac
Log Message:
-----------
configure.ac: Specify the "pax" tar format
For some reason that I haven't entirely figured out, I've suddenly
started getting error messages on my LANL laptop due to having a
numeric UID that is "too high" (over 7 million). Adding the `tar-pax`
Automake flag forces GNU `tar` to use the "pax" file format, which
correctly supports 64-bit UID/GID values.
I'm not sure which Automake version introduced this particular flag,
so I am concerned about potential breakage. Please open an issue if
this change breaks the build for your system.
Compare:
https://github.com/mej/nhc/compare/784a62aee27f...cc165f9eea5e