<?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=3365&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / They really will break everything]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3365</link>
		<description><![CDATA[The most recent posts in They really will break everything.]]></description>
		<lastBuildDate>Sun, 08 Mar 2020 20:32:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: They really will break everything]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20450#p20450</link>
			<description><![CDATA[<p>IMO patterns are really useful and much more flexible than regex (not globbing btw, <a href="https://askubuntu.com/questions/714503/regular-expressions-vs-filename-globbing/714520#714520" rel="nofollow">they&#039;re different things</a>).</p><p>One drawback of regex is mentioned in the linked blog post:</p><div class="quotebox"><cite>Julian Andres Klode wrote:</cite><blockquote><div><p>Another thing I want to do ASAP is to disable fallback to regular expressions when specifying package names on the command-line: apt install g++ should always look for a package called g++, and not for any package containing g (g++ being a valid regex) when there is no g++ package.</p></div></blockquote></div><p>It should also be noted that regex is not being dropped completely:</p><div class="quotebox"><cite>Julian Andres Klode wrote:</cite><blockquote><div><p>I think continuing to allow regular expressions if they start with ^ or end with $ is fine - that prevents any overlap with package names, and would avoid breaking most stuff.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 08 Mar 2020 20:32:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20450#p20450</guid>
		</item>
		<item>
			<title><![CDATA[Re: They really will break everything]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20449#p20449</link>
			<description><![CDATA[<p>Wow, what was wrong with globbing? My friend moving to FreeBSD doesn&#039;t have to deal with bad decisions like this. (FreeBSD has their own bad decisions...)</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Sun, 08 Mar 2020 19:42:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20449#p20449</guid>
		</item>
		<item>
			<title><![CDATA[Re: They really will break everything]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20436#p20436</link>
			<description><![CDATA[<p>Maybe we can be even more free and have pacman as an option with apt<br />I like to use wild cards. <br />However, if you are worried about it you can always pipe.</p><div class="codebox"><pre><code>apt list | grep installed | less
apt list | grep *pulse* </code></pre></div><p>for example I recently discovered I am running without libpulse0. I started from minimal and built up, a lot of those meta package dependencies are really truly a mess, Normally I&#039;d have no problem with pulse audio. But the dependency breakage with apt is something quite odd makes me dislike it regardless of who made it.</p><p>However, you are right. I use wild cards sometimes for removing programs, I can&#039;t remember the name of exactly. But list will have to suffice if it changes.</p>]]></description>
			<author><![CDATA[dummy@example.com (czeekaj)]]></author>
			<pubDate>Sun, 08 Mar 2020 03:42:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20436#p20436</guid>
		</item>
		<item>
			<title><![CDATA[They really will break everything]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20435#p20435</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>The apt(8) command no longer accepts regular expressions or wildcards as package arguments, use patterns (see New Features).</p></div></blockquote></div><p>* <a href="https://www.reddit.com/r/linux/comments/ff2o1t/apt_20_released/" rel="nofollow">https://www.reddit.com/r/linux/comments … _released/</a><br />* <a href="https://blog.jak-linux.org/2019/08/15/apt-patterns/" rel="nofollow">https://blog.jak-linux.org/2019/08/15/apt-patterns/</a></p><p>Yet another important program that&#039;s going to have to be forked...</p>]]></description>
			<author><![CDATA[dummy@example.com (szutt)]]></author>
			<pubDate>Sun, 08 Mar 2020 02:12:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20435#p20435</guid>
		</item>
	</channel>
</rss>
