Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
There's no xtrace output for function definitions
- X-seq: zsh-workers 50348
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: There's no xtrace output for function definitions
- Date: Wed, 8 Jun 2022 09:45:24 -0700
- Archived-at: <https://zsh.org/workers/50348>
- List-id: <zsh-workers.zsh.org>
% zsh -fxc 'true && foo() { echo foo } && true'
+zsh:1> true
+zsh:1> true
%
Obviously (I would think) we don't want to dump the entire function
body to stderr, but we ought to output something?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author