<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5257&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Where to report a serious tcsh globbing bug?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5257</link>
		<description><![CDATA[The most recent posts in Where to report a serious tcsh globbing bug?.]]></description>
		<lastBuildDate>Wed, 04 Jan 2023 03:53:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Where to report a serious tcsh globbing bug?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39964#p39964</link>
			<description><![CDATA[<p>Well, it looks like the system accepted the second report:<br />https://bugs.devuan.org/cgi/bugreport.cgi?bug=734</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (rmrichesjr)]]></author>
			<pubDate>Wed, 04 Jan 2023 03:53:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39964#p39964</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where to report a serious tcsh globbing bug?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39963#p39963</link>
			<description><![CDATA[<p>Tried to use the reportbug tool to send the bug report.&#160; The tool refused to send it.&#160; (I should submit bug reports against reportbug.)&#160; In the end, I manually edited the saved draft report and emailed it manually.&#160; After at least one automated rejection, I hope I can find a way to get the bug report filed.</p>]]></description>
			<author><![CDATA[dummy@example.com (rmrichesjr)]]></author>
			<pubDate>Wed, 04 Jan 2023 03:49:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39963#p39963</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where to report a serious tcsh globbing bug?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39720#p39720</link>
			<description><![CDATA[<p>Just file a bug report against the package. The maintainer will decide if it&#039;s serious enough to warrant a backported patch.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 30 Dec 2022 13:31:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39720#p39720</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where to report a serious tcsh globbing bug?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39706#p39706</link>
			<description><![CDATA[<p>Thanks for the replies/help.&#160; The full package list for testing shows 6.21.00-1.1, the same as I&#039;m using on Chimaera.&#160; Oddly, the full package list for Chimaera doesn&#039;t show either csh or tcsh.</p><p>What would be the method to request a fixed version or a patch fix be considered to include in the next release?&#160; Would that have to go through Debian&#039;s wish-list request system?</p>]]></description>
			<author><![CDATA[dummy@example.com (rmrichesjr)]]></author>
			<pubDate>Fri, 30 Dec 2022 04:09:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39706#p39706</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where to report a serious tcsh globbing bug?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37597#p37597</link>
			<description><![CDATA[<p>This might help:</p><div class="codebox"><pre><code>&gt; ls
21  22	23  a1	a2  a3	b1  b2	b3  c1	c2  c3	d1  d2	d3
&gt; echo [a-d]*
a1 a2 a3 b1 b2 b3 c1 c2 c3 d1 d2 d3
&gt; echo [a-d]?
a1 a2 a3 b1 b2 b3 c1 c2 c3 d1 d2 d3
&gt; $0 --version
tcsh 6.24.01 (Astron) 2022-05-12 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec
&gt;</code></pre></div><p>So it&#039;s either fixed upstream already or you have something else going on.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 19 Sep 2022 09:21:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37597#p37597</guid>
		</item>
		<item>
			<title><![CDATA[Re: Where to report a serious tcsh globbing bug?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37593#p37593</link>
			<description><![CDATA[<p>Looks like that is a <span class="bbu"><a href="https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&amp;q=tcsh=6.21.00-1.1" rel="nofollow">Debian package</a></span> so you will need to report the bug to Debian directly.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 19 Sep 2022 01:32:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37593#p37593</guid>
		</item>
		<item>
			<title><![CDATA[Where to report a serious tcsh globbing bug?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37591#p37591</link>
			<description><![CDATA[<p>Where should a serious tcsh globbing bug be reported?&#160; I&#039;m running Devuan Chimaera with tcsh version 6.21.00-1.1.</p><p>In an empty directory, do these three commands:</p><p>&#160; &#160; touch {a,b,c,d,2}{1,2,3}</p><p>&#160; &#160; echo [a-d]*</p><p>&#160; &#160; echo [a-d]?</p><p>Each of the echo commands prints this (modulo indentation):</p><p>&#160; &#160; 21 22 23 a1 a2 a3 b1 b2 b3 c1 c2 c3 d1 d2 d3</p><p>Each of the echo commands SHOULD print this (modulo indentation):</p><p>&#160; &#160; a1 a2 a3 b1 b2 b3 c1 c2 c3 d1 d2 d3</p><p>The man page says this about a hyphen between square brackets:</p><p>&#160; &#160; Within `[...]&#039;, a pair of characters separated by `-&#039;&#160; matches&#160; any&#160; character lexically between the two.</p><p>&quot;2&quot; is _NOT_ lexically between &quot;a&quot; and &quot;d&quot;.&#160; Therefore, the filenames that start with &quot;2&quot; should not be in the glob expansion.</p><p>This bug can result in files being deleted that should not have been deleted.</p>]]></description>
			<author><![CDATA[dummy@example.com (rmrichesjr)]]></author>
			<pubDate>Sun, 18 Sep 2022 22:40:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37591#p37591</guid>
		</item>
	</channel>
</rss>
