<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os, branch 1.5.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Move linkage_checker from os/mac to generic</title>
<updated>2018-02-28T19:18:27+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2018-02-28T17:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=97932c1abfbeeeeb57c36de3382451d7167d7c7b'/>
<id>97932c1abfbeeeeb57c36de3382451d7167d7c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define OS::Mac on Linux</title>
<updated>2018-02-20T19:22:40+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2018-02-20T19:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=73ba9b3d880ae72e2dd8649d60b3a338ba744ac0'/>
<id>73ba9b3d880ae72e2dd8649d60b3a338ba744ac0</id>
<content type='text'>
Define MacOS.version, MacOS.full_version, and MacOS::Xcode.version to
Version::NULL on Linux so that brew readall succeeds and Homebrew/brew
can tap Homebrew/core on Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define MacOS.version, MacOS.full_version, and MacOS::Xcode.version to
Version::NULL on Linux so that brew readall succeeds and Homebrew/brew
can tap Homebrew/core on Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>linkage_checker: Distinguish indirect deps from undeclared deps</title>
<updated>2018-02-10T15:26:54+00:00</updated>
<author>
<name>Andrew Janke</name>
</author>
<published>2018-02-10T13:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c946da88ab07772ac4becd45ef0c82a60bbfc515'/>
<id>c946da88ab07772ac4becd45ef0c82a60bbfc515</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>LD64Dependency is needed on macOS only</title>
<updated>2018-01-03T18:52:12+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2018-01-03T18:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5d9149a4b9fec1a70df69dff05d9e6b117629467'/>
<id>5d9149a4b9fec1a70df69dff05d9e6b117629467</id>
<content type='text'>
Move ld64_dependency.rb to os/mac/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move ld64_dependency.rb to os/mac/.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3542 from MikeMcQuaid/xcode-9.2</title>
<updated>2017-12-10T17:45:51+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-10T17:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=46775f556fca59816176a7358d52026a41f7e2ea'/>
<id>46775f556fca59816176a7358d52026a41f7e2ea</id>
<content type='text'>
Xcode 9.2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode 9.2</pre>
</div>
</content>
</entry>
<entry>
<title>Xcode 9.2</title>
<updated>2017-12-08T14:59:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-08T14:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1aee4e1e1c388a549d05ba8404bad17d40add29f'/>
<id>1aee4e1e1c388a549d05ba8404bad17d40add29f</id>
<content type='text'>
Update all the necessary versions but also cleanup some related
indentation and point the `Xcode.md` document to the code rather than
duplicating it there (which means it sometimes ends up outdated).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update all the necessary versions but also cleanup some related
indentation and point the `Xcode.md` document to the code rather than
duplicating it there (which means it sometimes ends up outdated).
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Print host glibc version [Linux]</title>
<updated>2017-12-07T18:37:19+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-12-05T01:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0575d7b6109b566c0eb324dbad19478eb8506d71'/>
<id>0575d7b6109b566c0eb324dbad19478eb8506d71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement linkage for Linux</title>
<updated>2017-12-04T00:22:51+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-12-02T00:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d79c5ade1abaad0fb1ea88f2b949def8dcfddb81'/>
<id>d79c5ade1abaad0fb1ea88f2b949def8dcfddb81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extend/pathname: Add os/linux/elf.rb</title>
<updated>2017-12-04T00:22:51+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-12-02T00:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e5847b652f93744d41f45b5636e67bb2748d67c7'/>
<id>e5847b652f93744d41f45b5636e67bb2748d67c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
