Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

There's no xtrace output for function definitions



% 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