gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4290-g0a59aaa


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4290-g0a59aaa
Date: Wed, 14 Apr 2021 10:37:18 -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 "gawk".

The branch, feature/bool has been updated
       via  0a59aaa174784ed6ef7166332670b860ee8054bb (commit)
       via  7d775b9560e8ad2eb1f55a843e27f3b929e35223 (commit)
       via  a8f16ebdef4e43fcda9a4956e8ef528c33728047 (commit)
      from  752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca (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 -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=0a59aaa174784ed6ef7166332670b860ee8054bb

commit 0a59aaa174784ed6ef7166332670b860ee8054bb
Merge: 752de8b 7d775b9
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Apr 14 17:37:11 2021 +0300

    Merge branch 'master' into feature/bool

diff --cc ChangeLog
index 643bb18,9b742db..255898f
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,20 -1,18 +1,35 @@@
  2021-04-14         Arnold D. Robbins     <arnold@skeeve.com>
  
+       Fix up lint warnings for "no effect" to avoid false warnings.
+       Straighten out the messages, and remove the run-time warning,
+       since a parse-time warning is already issued. Thanks to
+       Arkadiusz Drabczyk <arkadiusz@drabczyk.org> for the initial
+       bug report.
+ 
+       * awkgram.y (isnoeffect): Add more opcodes that are "no effect".
+       (add_lint): For LINT_no_effect, check that all the opcodes in the
+       list are "no effect". Only if so, issue the warning. Remove the
+       addition of the run-time warning.
+       * interpret.h (r_interpret): Remove LINT_no_effect from Op_lint
+       case.
+ 
++2021-04-14         Arnold D. Robbins     <arnold@skeeve.com>
++
 +      * array.c (do_sort_up_value_type): Fix order with bools.
 +
 +2021-03-30         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * gawk_api.h (gawk_api_minor_version): Increase to 2.
 +      * gawk_api.c (+assign_bool): New function.
 +      (node_to_awk_value): Finish updating for bool types and values.
 +
 +2021-03-22         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * gawkapi.h (make_bool): New inline function.
 +      Update table of request/return types.
 +      * gawkapi.c (awk_value_to_node): Add support for AWK_BOOL.
 +      (node_to_awk_value): Start on same. Not yet complete.
 +
  2021-03-21         Arnold D. Robbins     <arnold@skeeve.com>
  
        * str_array.c (fnv1a_hash_string): New function.
diff --cc test/ChangeLog
index a65ff61,641a984..b357485
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,14 -1,9 +1,20 @@@
+ 2021-04-14         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * noeffect.awk: Add more test cases. Thanks to Wolfgang Laun
+       <wolfgang.laun@gmail.com>.
+       * lintwarn.ok, noeffect.ok: Updated after code and test changes.
+ 
 +2021-03-30         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.am (EXTRA_DIST): asortbool, new test.
 +      * asortbool.awk, asortbool.ok: New files.
 +      * rwarray.awk: Add test of saving/restoring bool values.
 +
 +2021-03-08         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * dumpvars.ok, functab5.ok, id.ok, intest.awk, symtab11.ok,
 +      symtab8.ok: Updated after code changes.
 +
  2021-02-13         Arnold D. Robbins     <arnold@skeeve.com>
  
        * Makefile.am (EXTRA_DIST): argcasfile, new test.

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

Summary of changes:
 ChangeLog         | 15 +++++++++++++++
 awkgram.c         | 36 +++++++++++++++++++++++++++---------
 awkgram.y         | 36 +++++++++++++++++++++++++++---------
 interpret.h       |  4 ----
 test/ChangeLog    |  6 ++++++
 test/lintwarn.ok  | 12 ++++++------
 test/noeffect.awk | 18 ++++++++++++++++++
 test/noeffect.ok  | 12 +++++++-----
 8 files changed, 106 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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