diff options
author | Daniel Shahaf <danielsh@apache.org> | 2019-12-21 12:41:03 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2019-12-22 03:21:09 +0000 |
commit | a0c0aa41d2ac632529f795a02519b1def00b53cc (patch) | |
tree | a19dac672a6ae11c8b1209dfe62ae531cb3b329c /FEATURES | |
parent | 105ca83aa2e8c16df4f83754f8b43f349032650c (diff) | |
download | zsh-a0c0aa41d2ac632529f795a02519b1def00b53cc.tar.gz zsh-a0c0aa41d2ac632529f795a02519b1def00b53cc.tar.xz zsh-a0c0aa41d2ac632529f795a02519b1def00b53cc.zip |
45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in conjunction with try/always
Having reviewed 20076, 20084, 21734, and 21735, my understanding is that the original intention was: - A 'return' in a function does run always-list - An 'exit' outside a function does not run always-list - A 'return' outside a function is treated as an 'exit' All of which are the case today. The remaining case, of 'exit' used inside a function, was not specified by the referenced -workers@ posts; does, as implemented, run the always-list; and furthermore, based in 21734 it's fair to assume that the original documentation was assuming that 'exit' would be used outside of any function, just like it assumed 'return' would be used inside a function. Therefore, have the documentation specify only the behaviour of 'exit' outside any function, and leave the behaviour of 'exit' inside a function unspecified. Anyone who relied on the documentation of 'exit' as documented until this commit would have run into the documentation/implementation discrepancy described in 45075.
Diffstat (limited to 'FEATURES')
0 files changed, 0 insertions, 0 deletions