<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/reltool/src, branch OTP_R15B</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'siri/reltool/empty-radiobox/OTP-9384' into dev</title>
<updated>2011-07-01T08:32:45+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-07-01T08:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e909414b27ab8ea36c4f4fec4779a244434c91f4'/>
<id>e909414b27ab8ea36c4f4fec4779a244434c91f4</id>
<content type='text'>
* siri/reltool/empty-radiobox/OTP-9384:
  Do not add an empty radio box on the releases tab for the start_clean release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/reltool/empty-radiobox/OTP-9384:
  Do not add an empty radio box on the releases tab for the start_clean release
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not add an empty radio box on the releases tab for the start_clean release</title>
<updated>2011-06-30T15:36:28+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-06-30T15:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2695e672634dfc94ff91fb5f58dd8695e9805e2c'/>
<id>2695e672634dfc94ff91fb5f58dd8695e9805e2c</id>
<content type='text'>
First, the radiobox is changed to a listbox, since this will allow
multiple selections. This is however for future use - for now a
selection will only cause a printout in the erlang shell.

Second, add kernel and stdlib to the list of applications in order to
make the picture complete and avoid an empty list (radio) box for the
start_clean release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First, the radiobox is changed to a listbox, since this will allow
multiple selections. This is however for future use - for now a
selection will only cause a printout in the erlang shell.

Second, add kernel and stdlib to the list of applications in order to
make the picture complete and avoid an empty list (radio) box for the
start_clean release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Offer to set safe configuration if reltool:start fails</title>
<updated>2011-06-22T08:12:34+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-06-22T08:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a90971dbb2de32302596d8d3bf602542a99b51dc'/>
<id>a90971dbb2de32302596d8d3bf602542a99b51dc</id>
<content type='text'>
If a module is duplicated in the library directories visible to
reltool, and the configuration does not point out which file to use,
then reltool:start will fail. This commit adds a pop-up which asks if
it should continue with a "safe" configuration:

 [{incl_cond,exclude},
  {app,kernel,[{incl_cond,include}]},
  {app,stdlib,[{incl_cond,include}]},
  {app,sasl,[{incl_cond,include}]}]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a module is duplicated in the library directories visible to
reltool, and the configuration does not point out which file to use,
then reltool:start will fail. This commit adds a pop-up which asks if
it should continue with a "safe" configuration:

 [{incl_cond,exclude},
  {app,kernel,[{incl_cond,include}]},
  {app,stdlib,[{incl_cond,include}]},
  {app,sasl,[{incl_cond,include}]}]
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow same module name in multiple applications if explicitely excluded</title>
<updated>2011-05-17T09:04:38+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-05-11T13:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=06f99b287fbb79e89831bedf1b2e64e7185f66c8'/>
<id>06f99b287fbb79e89831bedf1b2e64e7185f66c8</id>
<content type='text'>
Earlier, reltool expected all module names detected under the lib
directories to have unique names. If this was not the case, the result
was undefined - i.e. the beam file of the duplicated module might be
included in multiple applications in the target area, or it might even
be excluded from all applications.

This commit adds awareness in reltool that a module might occur in
multiple applications, and it is allowed as long as the module or it's
application is explicitely excluded in all but one of the containing
applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Earlier, reltool expected all module names detected under the lib
directories to have unique names. If this was not the case, the result
was undefined - i.e. the beam file of the duplicated module might be
included in multiple applications in the target area, or it might even
be excluded from all applications.

This commit adds awareness in reltool that a module might occur in
multiple applications, and it is allowed as long as the module or it's
application is explicitely excluded in all but one of the containing
applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow app_file option to be keep | strip | all, as documented</title>
<updated>2011-03-21T16:50:02+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-03-21T16:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=11a878bb0c35a47e7ccbc1c0f10194aac49f25a5'/>
<id>11a878bb0c35a47e7ccbc1c0f10194aac49f25a5</id>
<content type='text'>
This is the correction of the bug not allowing the values 'strip' or
'all' for the app_file option in reltool.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the correction of the bug not allowing the values 'strip' or
'all' for the app_file option in reltool.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2011-03-11T16:34:22+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>psyeugenic@gmail.com</email>
</author>
<published>2011-03-11T16:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d53be747c945d5e86997e1944446795b271dacb4'/>
<id>d53be747c945d5e86997e1944446795b271dacb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix erroneous types</title>
<updated>2011-03-07T14:44:28+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2011-03-06T16:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d44c5c5a9b607ef67f70a8c4a9b57208b58c2543'/>
<id>d44c5c5a9b607ef67f70a8c4a9b57208b58c2543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate two dialyzer warnings</title>
<updated>2011-03-07T14:44:27+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2011-03-06T16:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=31587d41408c94d6a5d4587896d903e03c94fcc7'/>
<id>31587d41408c94d6a5d4587896d903e03c94fcc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanups and simplifications</title>
<updated>2011-03-06T14:11:55+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2011-03-06T14:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4219d737ee9794e0e0b6a3d6a8f4a47dacd5261a'/>
<id>4219d737ee9794e0e0b6a3d6a8f4a47dacd5261a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug in the calculation of circular dependencies</title>
<updated>2011-03-06T14:05:40+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2011-03-06T14:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d3a8a3136caac3a020c1c27c18c6b23f0c5eebce'/>
<id>d3a8a3136caac3a020c1c27c18c6b23f0c5eebce</id>
<content type='text'>
While at it, applied some cleanups and code modernizations suggested by tidier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, applied some cleanups and code modernizations suggested by tidier.
</pre>
</div>
</content>
</entry>
</feed>
