From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8175 invoked from network); 4 Sep 2006 21:27:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Sep 2006 21:27:03 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 50431 invoked from network); 4 Sep 2006 21:26:57 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Sep 2006 21:26:57 -0000 Received: (qmail 10925 invoked by alias); 4 Sep 2006 21:26:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22666 Received: (qmail 10914 invoked from network); 4 Sep 2006 21:26:54 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Sep 2006 21:26:54 -0000 Received: (qmail 50145 invoked from network); 4 Sep 2006 21:26:54 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 4 Sep 2006 21:26:54 -0000 Received: from torch.brasslantern.com ([71.116.118.106]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J5300FLL7KLU6SA@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 04 Sep 2006 16:26:46 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k84LQi0w009474 for ; Mon, 04 Sep 2006 14:26:44 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k84LQhti009473 for zsh-workers@sunsite.dk; Mon, 04 Sep 2006 14:26:43 -0700 Date: Mon, 04 Sep 2006 14:26:43 -0700 From: Bart Schaefer Subject: Re: funcstack and backtraces In-reply-to: <20060901191034.GA31335@scowler.net> To: zsh-workers@sunsite.dk Message-id: <060904142643.ZM9472@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20060901191034.GA31335@scowler.net> Comments: In reply to Clint Adams "funcstack and backtraces" (Sep 1, 3:10pm) On Sep 1, 3:10pm, Clint Adams wrote: } } Any thoughts on bloating struct funcstack to contain } scriptname/argzero and lineno? On first blush it sounds good, but how would you propose to represent this e.g. in the $funcstack special parameter? Really it'd probably need a new parameter to avoid breaking current uses of $funcstack. $functrace?