gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4689-g34991


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4689-g349910e7
Date: Sun, 27 Mar 2022 01:20:06 -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/mdim-restart has been updated
       via  349910e7752b6c10ed6f475b83f49bf3577c96d3 (commit)
      from  f464540b8d76f9829acd88fb46d1efa587d69b83 (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=349910e7752b6c10ed6f475b83f49bf3577c96d3

commit 349910e7752b6c10ed6f475b83f49bf3577c96d3
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Mar 27 08:19:54 2022 +0300

    Fix mdim1.ok.

diff --git a/test/mdim1.ok b/test/mdim1.ok
new file mode 100644
index 00000000..1247fab1
--- /dev/null
+++ b/test/mdim1.ok
@@ -0,0 +1,9 @@
+typeof(x[0]) is untyped
+typeof(x[1]) is unassigned
+typeof(x[0]) is array
+typeof(x[0][1]) is string
+typeof(y) is untyped
+typeof(y) is unassigned
+typeof(z) is unassigned
+gawk: mdim1.awk:13: fatal: attempt to use scalar `x["1"]' as an array
+EXIT CODE: 2

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

Summary of changes:
 test/mdim1.ok | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 test/mdim1.ok


hooks/post-receive
-- 
gawk



reply via email to

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