<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git, branch native-elixir</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>Document native Elixir support</title>
<updated>2025-03-17T14:26:01+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-03-17T14:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=69fa1814e438bf122d584b90ac51c3af391ea475'/>
<id>69fa1814e438bf122d584b90ac51c3af391ea475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Native Elixir support</title>
<updated>2025-03-17T14:23:40+00:00</updated>
<author>
<name>Tyler Hughes</name>
<email>artman41@gmail.com</email>
</author>
<published>2023-05-12T20:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=39160fbf248ae6576e87847d9c33659190a476e6'/>
<id>39160fbf248ae6576e87847d9c33659190a476e6</id>
<content type='text'>
This commit also includes a way to completely disable Eunit
as that is generally desirable for Elixir-only projects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also includes a way to completely disable Eunit
as that is generally desirable for Elixir-only projects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing core_native_path call to Hex fetch</title>
<updated>2025-03-13T14:07:18+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-03-13T14:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=3f7955bad270767f87272f1066ecb0a7ae0c7914'/>
<id>3f7955bad270767f87272f1066ecb0a7ae0c7914</id>
<content type='text'>
Was failing on Windows in lz4-erlang without it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Was failing on Windows in lz4-erlang without it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Elixir test version for hex tests</title>
<updated>2025-02-11T14:50:30+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-11T14:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=0206e84eb9c5036ba2e30c1323edc161880be533'/>
<id>0206e84eb9c5036ba2e30c1323edc161880be533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for specifying Hex requirements for dependencies</title>
<updated>2025-02-11T14:34:58+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-02-11T14:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=e9331856f9b0fab47ad10104721472262a501af9'/>
<id>e9331856f9b0fab47ad10104721472262a501af9</id>
<content type='text'>
This allows overriding the default which is to use the same
explicit version as the dep_* line, and instead specify
ranges of versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows overriding the default which is to use the same
explicit version as the dep_* line, and instead specify
ranges of versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Rebar2 projects autopatching</title>
<updated>2024-11-28T14:44:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-28T14:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=509b15b59e6034b2099a356b243b017fd099e2af'/>
<id>509b15b59e6034b2099a356b243b017fd099e2af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set RELX_TAR=0 when using "make run"</title>
<updated>2024-11-27T13:33:43+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-27T13:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=a8d5744cc412016b0d57e0d398e2195c380ae4b6'/>
<id>a8d5744cc412016b0d57e0d398e2195c380ae4b6</id>
<content type='text'>
We don't need the tarball in that scenario.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need the tarball in that scenario.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Discord link to a permanent invite</title>
<updated>2024-11-27T11:11:26+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-27T11:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=5850da15c3c0d12889f5450b5e11d1e9a13f52c9'/>
<id>5850da15c3c0d12889f5450b5e11d1e9a13f52c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2024-11-27T10:31:38+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-27T10:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=29cba3c43906853ca12ce4c10f0f9125be7228c5'/>
<id>29cba3c43906853ca12ce4c10f0f9125be7228c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Test the Hex plugin</title>
<updated>2024-11-26T16:14:07+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-26T13:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=6dfc175130ccdc8a78985c85052b75c7b129571f'/>
<id>6dfc175130ccdc8a78985c85052b75c7b129571f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
