<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Test/E02xtrace.ztst, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Test/E02xtrace.ztst?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Test/E02xtrace.ztst?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2020-03-25T06:55:19Z</updated>
<entry>
<title>45601: fix another status in new function -T test</title>
<updated>2020-03-25T06:55:19Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2020-03-25T06:55:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=88484e9ea85d05fbfae9ce0ceee761959d356b26'/>
<id>urn:sha1:88484e9ea85d05fbfae9ce0ceee761959d356b26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45601: Fix status in new functions -T test</title>
<updated>2020-03-22T18:56:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2020-03-22T18:56:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=508b47c750ea4709e38ccad73a41e17ff4efe770'/>
<id>urn:sha1:508b47c750ea4709e38ccad73a41e17ff4efe770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45583/0009: Add end-of-options guard support to 'function -T'.</title>
<updated>2020-03-22T02:23:53Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-03-19T18:11:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=aed0cb4408bffe2da89a25054b22144f616bdffe'/>
<id>urn:sha1:aed0cb4408bffe2da89a25054b22144f616bdffe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45583/0008: Add the 'function -T' syntax.</title>
<updated>2020-03-22T02:23:53Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-03-19T18:00:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=386d9ac8ff961b8f0333d09511e927ab31011658'/>
<id>urn:sha1:386d9ac8ff961b8f0333d09511e927ab31011658</id>
<content type='text'>
Config/version.mk was bumped in the previous commit.
</content>
</entry>
<entry>
<title>45537 (tweaked): E02xtrace: Fix inconsistent function-name encoding in preserves-xtrace test</title>
<updated>2020-03-13T13:49:57Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2020-03-13T13:49:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=778f391a3bbe47e7a00bf5ccc6bc9e79b9d413f8'/>
<id>urn:sha1:778f391a3bbe47e7a00bf5ccc6bc9e79b9d413f8</id>
<content type='text'>
Tweaked per workers/45550, needs workers/45536 to be effective
</content>
</entry>
<entry>
<title>unposted (follow-up to 45131): Extra testing by Mikael</title>
<updated>2019-12-26T04:24:31Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2019-12-22T06:53:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d9dd1b63e510057d16123a6deb4e4782884883d7'/>
<id>urn:sha1:d9dd1b63e510057d16123a6deb4e4782884883d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45131: Make a function that redefines itself preserve its tracedness.</title>
<updated>2019-12-26T04:20:10Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2019-12-22T04:52:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ca6f4466e661f185d083e09c55fb93d16e0736cc'/>
<id>urn:sha1:ca6f4466e661f185d083e09c55fb93d16e0736cc</id>
<content type='text'>
This makes it easy to apply local tracing ('functions -T') to autoloadable
functions that redefines themselves when first loaded.
</content>
</entry>
<entry>
<title>39292: Distinguish "=" and "==" tests in output.</title>
<updated>2016-09-13T08:42:24Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-09-13T08:42:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1993a3cd2a7b479530da8f37f6fb3ea05a0efb71'/>
<id>urn:sha1:1993a3cd2a7b479530da8f37f6fb3ea05a0efb71</id>
<content type='text'>
This is both in xtrace output and shell code rebuilt from
internal structures.
</content>
</entry>
<entry>
<title>38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.</title>
<updated>2016-06-13T08:53:18Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-06-10T17:37:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7'/>
<id>urn:sha1:7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31810: tests for simple XTRACE output from conditions</title>
<updated>2013-10-10T16:45:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-10-10T16:45:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c35a561a9c0ea5f3190141c7ccf28720c100485a'/>
<id>urn:sha1:c35a561a9c0ea5f3190141c7ccf28720c100485a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29367: update tests redirection of stderr.</title>
<updated>2011-05-24T15:49:57Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-05-24T15:49:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7b735f1c564fdb9b918436a8197c4db77020a7a8'/>
<id>urn:sha1:7b735f1c564fdb9b918436a8197c4db77020a7a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/13323: new test wasnt robust about ignoring /etc/zshenv</title>
<updated>2008-10-10T17:01:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-10-10T17:01:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c1a41ff542ca1221733f6951f968e00f922011e0'/>
<id>urn:sha1:c1a41ff542ca1221733f6951f968e00f922011e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25677: add %x and %I prompt escapes for shell source code debugging</title>
<updated>2008-09-16T15:02:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-09-16T15:02:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2920c227d3f8e6d8af1f2b0c3163badb95cde9b5'/>
<id>urn:sha1:2920c227d3f8e6d8af1f2b0c3163badb95cde9b5</id>
<content type='text'>
tidy up interface to doshfunc()
</content>
</entry>
<entry>
<title>25429: Rocky Bernstein: dont assume PS4 is set to the default</title>
<updated>2008-08-11T08:40:56Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-08-11T08:40:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=20c2246d683e8891560df5ebc466507d9e3002c3'/>
<id>urn:sha1:20c2246d683e8891560df5ebc466507d9e3002c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25145: make sure XTRACE output is redirected with stderr</title>
<updated>2008-06-11T09:27:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-06-11T09:27:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c17b4c8d77c7a2ec52168f471a262023ed2e437d'/>
<id>urn:sha1:c17b4c8d77c7a2ec52168f471a262023ed2e437d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>17502: Test changes for xtrace in 17492.</title>
<updated>2002-08-05T13:10:02Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-08-05T13:10:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=049dce8f63069301b512a70708e44d2d871ba452'/>
<id>urn:sha1:049dce8f63069301b512a70708e44d2d871ba452</id>
<content type='text'>
`F:' code indicates text to display in event of error.
</content>
</entry>
<entry>
<title>Assorted minor test tweaks.</title>
<updated>2001-08-22T15:59:27Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2001-08-22T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2'/>
<id>urn:sha1:4ab1fb2bd3819f9b70f9461dae045b89f2c0c3d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15334: use string "(eval)" as script name in debugging messages in eval's</title>
<updated>2001-07-09T18:31:24Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-09T18:31:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7060b34457f579864bddbe1caa3e3cdfea6981e2'/>
<id>urn:sha1:7060b34457f579864bddbe1caa3e3cdfea6981e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15329: test script changes to go with 15327 LINENO change</title>
<updated>2001-07-09T16:41:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2001-07-09T16:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cef000cc628ab20603dbfb5eff4d76bbad15e3be'/>
<id>urn:sha1:cef000cc628ab20603dbfb5eff4d76bbad15e3be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from ./Test/51xtrace.ztst</title>
<updated>2001-04-02T12:34:40Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T12:34:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4da5d2fd8c923fb1a4a182f0a1998ffb08311a0'/>
<id>urn:sha1:b4da5d2fd8c923fb1a4a182f0a1998ffb08311a0</id>
<content type='text'>
</content>
</entry>
</feed>
