<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/test, branch 2016.12.08</title>
<subtitle>A build tool for Erlang that just works.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/'/>
<entry>
<title>Give ebin paths when creating the PLT</title>
<updated>2016-11-29T17:24:41+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-29T17:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=0b1932ec65386d08a862cdfc3e01c4b23a7220a2'/>
<id>0b1932ec65386d08a862cdfc3e01c4b23a7220a2</id>
<content type='text'>
Before we had Dialyzer look for BEAM files in every subfolders
of every deps. This resulted in the PLT bundling extra files
and/or Dialyzer failing because some of them are not built with
+debug_info, or because there are duplicates (in test logs for
example). Now Dialyzer will only look in ebin/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before we had Dialyzer look for BEAM files in every subfolders
of every deps. This resulted in the PLT bundling extra files
and/or Dialyzer failing because some of them are not built with
+debug_info, or because there are duplicates (in test logs for
example). Now Dialyzer will only look in ebin/.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CT_LOGS_DIR</title>
<updated>2016-11-25T23:34:55+00:00</updated>
<author>
<name>nevar</name>
<email>YurinVV@ya.ru</email>
</author>
<published>2016-11-25T07:08:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=e519628eec711ff295096358652f60f42828e6b4'/>
<id>e519628eec711ff295096358652f60f42828e6b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test asciidoc with more than one man section</title>
<updated>2016-11-01T11:10:51+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-11-01T11:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=4f5d8d7064faa1ee41eaf014127be15caf161ca8'/>
<id>4f5d8d7064faa1ee41eaf014127be15caf161ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch asciidoc-manual to using Asciideck</title>
<updated>2016-10-31T21:28:38+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-31T21:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=b5e50a342f7312330dc56026c223b1f17bab1fbf'/>
<id>b5e50a342f7312330dc56026c223b1f17bab1fbf</id>
<content type='text'>
This is a start for moving from Python's Asciidoc to
the Erlang implementation.

Please report any issue with this change, I will fix everything
at lightning speed!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a start for moving from Python's Asciidoc to
the Erlang implementation.

Please report any issue with this change, I will fix everything
at lightning speed!
</pre>
</div>
</content>
</entry>
<entry>
<title>Greatly improve the escript support</title>
<updated>2016-10-30T14:56:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-30T14:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=01efaa6764088ee0df0d1ec6e5f561707af5ebe0'/>
<id>01efaa6764088ee0df0d1ec6e5f561707af5ebe0</id>
<content type='text'>
The plugin can now easily generate escripts as complex as relx
or rebar/rebar3. It generates a proper structure and allows
embedding extra files by extending the escript-zip target.

Documentation and tests have been added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The plugin can now easily generate escripts as complex as relx
or rebar/rebar3. It generates a proper structure and allows
embedding extra files by extending the escript-zip target.

Documentation and tests have been added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small tweak to make it easier for me to notice test failures</title>
<updated>2016-10-29T14:46:33+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-29T14:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=e602fa7c7feb5c0153c5c4de573b54180f4732d2'/>
<id>e602fa7c7feb5c0153c5c4de573b54180f4732d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken test on OSX</title>
<updated>2016-10-29T14:41:27+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-29T14:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=cb2f3039633f09e99dc99d03301ef6d57bb33a95'/>
<id>cb2f3039633f09e99dc99d03301ef6d57bb33a95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the relx tests work on FreeBSD/OSX</title>
<updated>2016-10-28T16:41:25+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-28T16:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=1e193d7c2bd082f252074b6789e03a96b2d0fb49'/>
<id>1e193d7c2bd082f252074b6789e03a96b2d0fb49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "make relup"</title>
<updated>2016-10-28T16:22:49+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-28T16:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=20f480531e0caafcb1f988eaadea1b3b6a3caf72'/>
<id>20f480531e0caafcb1f988eaadea1b3b6a3caf72</id>
<content type='text'>
The initial documentation is a bit rough. It's getting late and
I'd like to have this in sooner rather than later. :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The initial documentation is a bit rough. It's getting late and
I'd like to have this in sooner rather than later. :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak Relx tests</title>
<updated>2016-10-28T14:50:59+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2016-10-28T14:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=2a0a4e9606492c9a746ad2dc36899b3c32d074cc'/>
<id>2a0a4e9606492c9a746ad2dc36899b3c32d074cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
