<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rebar3.git/inttest/tdeps_update, branch master</title>
<subtitle>Clone of https://github.com/erlang/rebar3</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/'/>
<entry>
<title>remove more code that can be brought back later if needed</title>
<updated>2014-08-31T03:16:30+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2014-08-31T03:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=21f47438614a0d50caf20801c4440d54d12c3f20'/>
<id>21f47438614a0d50caf20801c4440d54d12c3f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep compile recursive and update the tests to not pass -r to compile</title>
<updated>2014-03-11T21:24:19+00:00</updated>
<author>
<name>Jared Morrow</name>
<email>jared@basho.com</email>
</author>
<published>2014-03-11T21:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=415d872730daf58a91b6fbd6d3eac1f015cb9c24'/>
<id>415d872730daf58a91b6fbd6d3eac1f015cb9c24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #56 (always-on recursion)</title>
<updated>2014-03-11T21:11:36+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2012-11-05T19:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=77a0eb6fe4dca909c6fe63f00b6793ba759f1a63'/>
<id>77a0eb6fe4dca909c6fe63f00b6793ba759f1a63</id>
<content type='text'>
Always-on recursive application of all rebar commands causes too many
issues. Recursive application is required for:
1. dealing with dependencies: get-deps, update-deps, and compile of deps
   right after get-deps or update-deps
2. projects with a riak-like apps/ project structure and dev process

The vast majority of projects are not structured like riak. Therefore,
moving forward it's best to (by default) restrict recursive behavior to
dealing with deps. This commit does that and also adds command line and
rebar.config options for controlling or configuring recursion. Also, we
introduce two meta commands: prepare-deps (equivalent to rebar -r
get-deps compile) and refresh-deps (equivalent to rebar -r update-deps
compile). riak-like projects can extend the list of recursive commands
(to include 'eunit' and 'compile') by adding
{recursive_cmds, [eunit, compile]} to rebar.config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always-on recursive application of all rebar commands causes too many
issues. Recursive application is required for:
1. dealing with dependencies: get-deps, update-deps, and compile of deps
   right after get-deps or update-deps
2. projects with a riak-like apps/ project structure and dev process

The vast majority of projects are not structured like riak. Therefore,
moving forward it's best to (by default) restrict recursive behavior to
dealing with deps. This commit does that and also adds command line and
rebar.config options for controlling or configuring recursion. Also, we
introduce two meta commands: prepare-deps (equivalent to rebar -r
get-deps compile) and refresh-deps (equivalent to rebar -r update-deps
compile). riak-like projects can extend the list of recursive commands
(to include 'eunit' and 'compile') by adding
{recursive_cmds, [eunit, compile]} to rebar.config.
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2013-10-14T17:44:05+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>andrew@hijacked.us</email>
</author>
<published>2013-10-14T17:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=2b3edc27010b5e5d4313a51789f6488280d76699'/>
<id>2b3edc27010b5e5d4313a51789f6488280d76699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address review comments and add inttest for update-deps</title>
<updated>2013-09-30T20:57:50+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>andrew@hijacked.us</email>
</author>
<published>2013-09-30T20:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=e74de95eebecae56b9278e9fda3941410678fedd'/>
<id>e74de95eebecae56b9278e9fda3941410678fedd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
