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. v1.4.1-374-g97313


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-374-g97313ef
Date: Tue, 23 Mar 2021 10:20:26 -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  97313ef08d247c40e0f0a2d9b6ccfa1070ce651a (commit)
      from  cd221d80fafb54e550398c6de105d4c1b7f02ba0 (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 97313ef08d247c40e0f0a2d9b6ccfa1070ce651a
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Tue Mar 23 07:14:35 2021 -0700

    segment: Properly handle DO REPEAT in batch mode.
    
    In batch mode, a line that begins with a non-blank starts a new command,
    but the segmenter didn't properly support this.  Without this commit,
    the following wasn't properly handled:
    
    DO REPEAT #x=1
    ECHO 'hi'
    END REPEAT
    
    This commit also adds a test against regression, which also checks that
    a blank line to separate DO REPEAT from the repeated syntax works (it
    did before too, but there was no test).

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

Summary of changes:
 src/language/lexer/segment.c    | 24 ++++++++++--
 tests/language/lexer/scan.at    | 79 ++++++++++++++++++++++++++++++++++++++
 tests/language/lexer/segment.at | 84 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 184 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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