<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/core, branch master</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>Force rebuild when creating a fresh .d file</title>
<updated>2025-11-06T15:38:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-11-06T15:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=f440744985ba962df91405940b2d8e437986d848'/>
<id>f440744985ba962df91405940b2d8e437986d848</id>
<content type='text'>
This will ensure we properly rebuild projects that have
a .app file committed, since the .d file is not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will ensure we properly rebuild projects that have
a .app file committed, since the .d file is not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix autopatch of erlang-rocksdb</title>
<updated>2025-08-29T15:20:56+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-08-29T14:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=7cef74a75f1d1be150a2a3669caf58f7607e3052'/>
<id>7cef74a75f1d1be150a2a3669caf58f7607e3052</id>
<content type='text'>
Thanks Ilya Khaprov for the fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Ilya Khaprov for the fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>core/elixir.mk: Do not use sed's `-i` argument</title>
<updated>2025-07-22T15:24:42+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien.pedron@dumbbell.fr</email>
</author>
<published>2025-07-07T10:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=ac4f2f28c37b9d6213fa2ce0647a1e1c2495f7ab'/>
<id>ac4f2f28c37b9d6213fa2ce0647a1e1c2495f7ab</id>
<content type='text'>
Use "sed ... &gt; ..." + "mv ..." instead.

The problem is that the `-i` argument is not part of POSIX and is
implemented differently betwee GNU sed and BSD sed. The previous use was
ok on Linux but failed on FreeBSD for instance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use "sed ... &gt; ..." + "mv ..." instead.

The problem is that the `-i` argument is not part of POSIX and is
implemented differently betwee GNU sed and BSD sed. The previous use was
ok on Linux but failed on FreeBSD for instance.
</pre>
</div>
</content>
</entry>
<entry>
<title>It's OK if the application is already loaded</title>
<updated>2025-06-25T11:25:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-06-25T11:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=f157f1121a89ea766293df3a31c58e50c4009d16'/>
<id>f157f1121a89ea766293df3a31c58e50c4009d16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Elixir: Load LOCAL_DEPS applications before compiling</title>
<updated>2025-06-25T11:01:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-06-25T11:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=88ab050b42ef57d56d140b7a2ccda902e9d3aa43'/>
<id>88ab050b42ef57d56d140b7a2ccda902e9d3aa43</id>
<content type='text'>
Should make x509 and others work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should make x509 and others work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Mix autopatch being enabled by default</title>
<updated>2025-06-19T14:19:34+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-06-19T14:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=ce2a1ba5ed37586dacbf1def01f23a9f550767e1'/>
<id>ce2a1ba5ed37586dacbf1def01f23a9f550767e1</id>
<content type='text'>
By default Erlang projects should not have Elixir enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default Erlang projects should not have Elixir enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle asdf-installed Elixir</title>
<updated>2025-03-20T11:40:51+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-03-19T11:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=e13b4c71d764cc92a1e5a92f5f2dd1c1f59b4a3c'/>
<id>e13b4c71d764cc92a1e5a92f5f2dd1c1f59b4a3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fail Mix autopatch if Elixir is disabled but it has a Makefile</title>
<updated>2025-03-20T11:40:48+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-03-19T10:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=9f43c7fdbf0ae84a173be112c1c6a712ddde28c7'/>
<id>9f43c7fdbf0ae84a173be112c1c6a712ddde28c7</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>
</feed>
