<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library, branch 0.5</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>It's about time we bumped the version eh?</title>
<updated>2009-11-11T18:43:03+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-11T18:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8c21cd4c640acfaf858d9a5f8aed7c374106a1a6'/>
<id>8c21cd4c640acfaf858d9a5f8aed7c374106a1a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tty.em; bold white underlined</title>
<updated>2009-11-11T18:36:50+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-11T18:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=45a1a2ba3c3cfc81f13ca7c944cf297e91ade45a'/>
<id>45a1a2ba3c3cfc81f13ca7c944cf297e91ade45a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable watch_out_for_spill temporarily</title>
<updated>2009-11-11T17:29:34+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-11T17:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fd3ddf8a72447f37d8534deb405e99b3612701a5'/>
<id>fd3ddf8a72447f37d8534deb405e99b3612701a5</id>
<content type='text'>
It's a great feature but it seems to conflict with our new system() replacement. Clearly the bug is still in our system() but what exactly it is is not clear and this bug sucks.

See Homebrew/homebrew#124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a great feature but it seems to conflict with our new system() replacement. Clearly the bug is still in our system() but what exactly it is is not clear and this bug sucks.

See Homebrew/homebrew#124
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore spill in all /*/Library/Caches</title>
<updated>2009-11-11T17:29:34+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-11T17:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a46206bdc9555bb842f3031783fdf0c569615e0c'/>
<id>a46206bdc9555bb842f3031783fdf0c569615e0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DRY gcc_build and llvm_build</title>
<updated>2009-11-09T18:47:26+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-09T18:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b99324fbebe136aa7ef1be08d99381d7b3298010'/>
<id>b99324fbebe136aa7ef1be08d99381d7b3298010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore stdout during GitDownloadStrategy.stage</title>
<updated>2009-11-09T18:24:36+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-09T18:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=04f3ddeac01b75c66ec8e8f83a517cc13b6d3ab9'/>
<id>04f3ddeac01b75c66ec8e8f83a517cc13b6d3ab9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't ignore interupts during Formula.system</title>
<updated>2009-11-09T17:55:13+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-09T17:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=75c7c942a176b8d2b51335b49e3829694ed44340'/>
<id>75c7c942a176b8d2b51335b49e3829694ed44340</id>
<content type='text'>
As I understand it (I tested too), signal propogation is handled by the parent Ruby process. However this was working mostly anyway. So I don't fully understand what is going on. However this seems to not hang in Process.wait where it was before for one test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As I understand it (I tested too), signal propogation is handled by the parent Ruby process. However this was working mostly anyway. So I don't fully understand what is going on. However this seems to not hang in Process.wait where it was before for one test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use Kernel.system much</title>
<updated>2009-11-09T17:55:11+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-09T17:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1da26d89ea2d2cf5a45c8852288291de6a13d184'/>
<id>1da26d89ea2d2cf5a45c8852288291de6a13d184</id>
<content type='text'>
It just seems to behave strangely with SIGINT. Eg. SIGINT causes tar to exit, but the SIGINT is ignored by our process. This is not the case when used with curl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It just seems to behave strangely with SIGINT. Eg. SIGINT causes tar to exit, but the SIGINT is ignored by our process. This is not the case when used with curl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't error out if .DS_Store is in a keg</title>
<updated>2009-11-09T17:55:06+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-09T17:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=590f64e302d99b02c28bac383752f8190f6a02c6'/>
<id>590f64e302d99b02c28bac383752f8190f6a02c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't watch for spill for Quicktime stuff</title>
<updated>2009-11-08T22:00:03+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-11-08T21:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=20b7fa6ef80f4e904b6a3ac0d82d1e6c8ae3cbd4'/>
<id>20b7fa6ef80f4e904b6a3ac0d82d1e6c8ae3cbd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
