[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.5.5-11-g465b48
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.5.5-11-g465b48300 |
Date: |
Mon, 30 May 2022 14:12:52 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via 465b483003f5b3fdb4d1c311f4ba78e71bf48c51 (commit)
via 20934a68593edbd52577f1ba0ea93c74eb018af5 (commit)
via 2433a0bf2a07042d7a5b70c36196c498b0393f7f (commit)
from 453a25eb0d3ef50989735fc68ae3f17e5b318c8c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 465b483003f5b3fdb4d1c311f4ba78e71bf48c51
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon May 30 11:05:45 2022 -0700
perl-module: Copy Perl module from srcdir to builddir before distributing.
I ran into an issue where the Perl tests were failing in distcheck, but
not in check. I changed the sources for the Perl module, but distcheck
still used the old ones. It turns out that "make dist" uses files from
the builddir, which "make dist" wasn't updating from the srcdir because
that only happened when the Perl module was actually built, which "make
dist" and "make distcheck" don't do.
This commit fixes the problem by ensuring that the Perl module files get
updated in the builddir on "make dist".
commit 20934a68593edbd52577f1ba0ea93c74eb018af5
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon May 30 10:28:19 2022 -0700
perl-module: Remove test for memory usage.
This test only works if you're lucky. It doesn't work with Address
Sanitizer and it doesn't seem to work with current versions of Perl.
(It might be that there's a real leak, but I don't know how to debug
it in that case.)
commit 2433a0bf2a07042d7a5b70c36196c498b0393f7f
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon May 30 09:28:39 2022 -0700
po: Update translations from translationproject.org.
Many thanks to our translators!
-----------------------------------------------------------------------
Summary of changes:
perl-module/automake.mk | 8 +-
perl-module/t/Pspp.t | 47 +-
po/fr.po | 10035 +++++++++++++++++++++++++++------------------
po/nl.po | 10132 +++++++++++++++++++++++++++-------------------
po/pl.po | 2 +-
tests/perl-module.at | 8 +-
6 files changed, 12060 insertions(+), 8172 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.5.5-11-g465b48300,
Ben Pfaff <=