summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-12-05 13:49:45 +0000
committerPeter Stephenson <pws@zsh.org>2016-12-05 13:49:45 +0000
commit9649ef588882419046f66a7a7db18f3cff8106f9 (patch)
treeafa49b631b98bb41ee3d51fbe69f776f81302155 /ChangeLog
parent0e4aa6f2f64fb276537adecfe755a752a3fcccb1 (diff)
downloadzsh-9649ef588882419046f66a7a7db18f3cff8106f9.tar.gz
zsh-9649ef588882419046f66a7a7db18f3cff8106f9.tar.xz
zsh-9649ef588882419046f66a7a7db18f3cff8106f9.zip
40100: ERR_EXIT and ERR_RETURN test for anonymous functions.
Should trigger on non-zero status at end of function even if
behaviour is suppressed by code inside the function at the point
the status is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b912821e2..3e06cfa83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-12-05  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 40100: Test/C03traps.ztst: Check ERR_EXIT and ERR_RETURN on
+	anonymous functions: should exit on function return even if
+	suppressed internally.
+
 	* 40097: Src/exec.c, Test/C03traps.ztst: Don't trigger ERR_EXIT
 	or ERR_RETURN on non-zero status after current shell group, either.