<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, branch 1.5.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>`prepend` instead of alias hacks for deprecations</title>
<updated>2018-01-18T21:08:41+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2018-01-18T20:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8874d1fb139516bd40f11f5427418ded693db88a'/>
<id>8874d1fb139516bd40f11f5427418ded693db88a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3661 from MikeMcQuaid/deprecate-default-formula</title>
<updated>2018-01-18T15:30:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-18T15:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8a45467ad9c61d50db86614730e54c59e804acd8'/>
<id>8a45467ad9c61d50db86614730e54c59e804acd8</id>
<content type='text'>
Deprecate default_formula Requirement DSL</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate default_formula Requirement DSL</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3659 from MikeMcQuaid/deprecated-requirements-harder</title>
<updated>2018-01-18T15:27:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-18T15:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e67b745b2f561fdbcdda41ec7b59bfed931422e6'/>
<id>e67b745b2f561fdbcdda41ec7b59bfed931422e6</id>
<content type='text'>
Deprecate requirements harder</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate requirements harder</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate requirements harder</title>
<updated>2018-01-18T08:31:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-17T10:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e5c82dd3d909a34cab88987f5ea4a32b784f32e2'/>
<id>e5c82dd3d909a34cab88987f5ea4a32b784f32e2</id>
<content type='text'>
Remove more Requirement logic to enable future removal of default
formula logic. Also, output deprecations, convert symbol requirement
usage to deps and simplify the compatibility code for the direct
Requirement usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove more Requirement logic to enable future removal of default
formula logic. Also, output deprecations, convert symbol requirement
usage to deps and simplify the compatibility code for the direct
Requirement usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop: fix brew style warnings.</title>
<updated>2018-01-17T10:42:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-17T10:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1f48e17f1b2f681ea56b72b8d2c1eebdb77f2181'/>
<id>1f48e17f1b2f681ea56b72b8d2c1eebdb77f2181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop 0.52.1</title>
<updated>2018-01-15T16:17:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-07T15:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8cd0d85afba1bd07a6af24ffca54518ec8ff0d1c'/>
<id>8cd0d85afba1bd07a6af24ffca54518ec8ff0d1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate default_formula Requirement DSL</title>
<updated>2018-01-14T13:27:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-14T13:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b70b5429d09d13526ccc08c67fd6a6373b471409'/>
<id>b70b5429d09d13526ccc08c67fd6a6373b471409</id>
<content type='text'>
This has been a nightmare in terms of the complexity to our dependency
system and the whack-a-mole required on bugs. If a Requirement resolves
to a Formula it should just use `depends_on "formula"` instead. This
matches the effective behaviour all users of bottles (the vast majority
of users and installs) and what we're doing in Homebrew/homebrew-core.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been a nightmare in terms of the complexity to our dependency
system and the whack-a-mole required on bugs. If a Requirement resolves
to a Formula it should just use `depends_on "formula"` instead. This
matches the effective behaviour all users of bottles (the vast majority
of users and installs) and what we're doing in Homebrew/homebrew-core.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Git, Subversion requirements.</title>
<updated>2018-01-10T13:19:50+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-10T13:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=27be33b245f600ed7b90015798a140df334d48a9'/>
<id>27be33b245f600ed7b90015798a140df334d48a9</id>
<content type='text'>
These rely on `default_formula` to be useful and are better following
the `*_dep_if_needed` pattern.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These rely on `default_formula` to be useful and are better following
the `*_dep_if_needed` pattern.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use parser 2.4.0.0</title>
<updated>2018-01-07T14:29:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-07T14:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1bd7d7df04321ebf39cc39d06486768df7245650'/>
<id>1bd7d7df04321ebf39cc39d06486768df7245650</id>
<content type='text'>
This matches the version that supports Ruby 2.3.3 syntax (which is the
version we use).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches the version that supports Ruby 2.3.3 syntax (which is the
version we use).
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Homebrew/homebrew-science</title>
<updated>2018-01-01T09:33:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-01T09:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fab0ea6fda13255f8ab64df1ca823d1c958af893'/>
<id>fab0ea6fda13255f8ab64df1ca823d1c958af893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
