From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5100 invoked from network); 1 Mar 2000 15:24:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Mar 2000 15:24:44 -0000 Received: (qmail 20474 invoked by alias); 1 Mar 2000 15:24:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9955 Received: (qmail 20456 invoked from network); 1 Mar 2000 15:24:37 -0000 To: Sven Wischnowsky Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: wordcode files References: <200003011006.LAA24751@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 02 Mar 2000 00:24:22 +0900 In-Reply-To: Sven Wischnowsky's message of "Wed, 1 Mar 2000 11:06:24 +0100 (MET)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <200003011006.LAA24751@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > Ok, here is the patch. Since 9947, make check fails as follows. ... ./04redirect.ztst: all tests successful. *** /tmp/zsh.ztst.out.2056 Thu Mar 2 00:21:37 2000 --- /tmp/zsh.ztst.tout.2056 Thu Mar 2 00:21:37 2000 *************** *** 1,2 **** ! Hello. This, too, is functst --- 1,2 ---- ! This, too, is functst This, too, is functst Test ./05command.ztst failed: output differs from expected as shown above for: unfunction functst print "functst() { print This, too, is functst; }; print Hello." >functst typeset -fu functst functst functst Was testing: autoloading with initialization ./05command.ztst: test failed. ./06arith.ztst: all tests successful. ./07cond.ztst: all tests successful. Test ./08traps.ztst failed: bad status 1, expected 0 from: fn1() { trap TRAPINT() { print INT1; } fn2() { TRAPINT() { print INT2; }; trap; } trap fn2 trap } fn1 Error output: fn1: command not found: INT1 fn1: command not found: INT1 Was testing: Nested `trap ... INT', not triggered ./08traps.ztst: test failed. ./09funcdef.ztst: all tests successful. ... -- Tanaka Akira