zsh-workers
 help / color / mirror / code / Atom feed
* Odd trap return status
@ 2002-05-21 15:19 Peter Stephenson
  2002-05-29 14:18 ` PATCH: " Peter Stephenson
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Stephenson @ 2002-05-21 15:19 UTC (permalink / raw)
  To: Zsh hackers list

% inner() { trap 'return 1' EXIT; return 2; } 
% outer() { inner; print Not executed; return 3; }
% outer; print $?
2

I think that ought to be 1.  Somehow the return value of inner is being
preserved instead of the value specified.  (Remember the EXIT trap runs
in the scope of `outer'; this seems to be working OK.)

Unfortunately there's no other shell with which to compare since they
don't apply EXIT traps to functions.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-05-29 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-21 15:19 Odd trap return status Peter Stephenson
2002-05-29 14:18 ` PATCH: " Peter Stephenson
2002-05-29 17:27   ` Bart Schaefer
2002-05-29 17:50     ` Peter Stephenson
2002-05-29 18:00       ` Bart Schaefer
2002-05-29 18:34         ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).