pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-33-gc


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-33-gc2a612a70
Date: Tue, 30 May 2023 04:29:08 -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  c2a612a7049f370f602419792a2ae5725f229b28 (commit)
       via  8174f5dd37ea22c5c7ad357041e1bc6cd6c88e36 (commit)
      from  6462038a06640fd734b8204b8af95eb3b86fcb4c (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 c2a612a7049f370f602419792a2ae5725f229b28
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Tue May 30 10:25:16 2023 +0200

    Portability/Regression: Check OS version to skip test first (1598)
    
    The test
    
    1598: interactive output appears immediately
    
    does not work on MacOS and the plan is to skip that test. I changed
    the testcode to first test the OS and skip immediately instead of
    first checking the python shell. Without that the test does not
    stop on MacOS and runs forever.

commit 8174f5dd37ea22c5c7ad357041e1bc6cd6c88e36
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Tue May 30 10:21:08 2023 +0200

    Portability: Variable initialization not at beginning of block
    
    Recent changes in segment.c result in compilation errors on older
    compilers like on debian buster or MacOS.
    
    ../pspp/src/language/lexer/segment.c:1255:7:
    error: a label can only be part of a statement
    and a declaration is not a statement
           int eol = at_end_of_line (input, n, eof, 1);
    
    I changed the code such that it compiles on MacOS again to
    a more traditional way to avoid the compile error.

-----------------------------------------------------------------------

Summary of changes:
 src/language/lexer/segment.c | 42 +++++++++++++++++++++++-------------------
 tests/ui/terminal/main.at    |  8 ++++----
 2 files changed, 27 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]