<div dir="ltr">Thank you very nuch,<div><br></div><div>That worked {ovirrides, }...</div><div><br></div><div>!</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div>--</div>Miguel Silvestre</div></div>
<br><div class="gmail_quote">On Wed, Jan 27, 2016 at 1:49 PM, Fred Hebert <span dir="ltr"><<a href="mailto:mononcqc@ferd.ca" target="_blank">mononcqc@ferd.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On 01/27, Jesper Louis Andersen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It would be worthwhile to provide a 18.x-ready version of Bitcask anyway,<br>
though, because eventually they will need to upgrade :)<br>
</blockquote>
<br></span>
We got bitcask to work with 18.x at Heroku using rebar3 with the following entries in our rebar.config file:<br>
<br>
{deps, [<br>
{bitcask, {git, "<a href="https://github.com/basho/bitcask.git" rel="noreferrer" target="_blank">https://github.com/basho/bitcask.git</a>", {branch, "develop"}}},<br>
...<br>
]}.<br>
{overrides, [<br>
{override, bitcask, [<br>
{erl_opts, [<br>
warnings_as_errors, debug_info,<br>
{platform_define, "^[0-9]+", namespaced_types},<br>
{parse_transform, lager_transform}<br>
]},<br>
{deps, [lager]},<br>
{plugins, [pc]},<br>
{artifacts, ["priv/bitcask.so"]},<br>
{provider_hooks, [<br>
{post, [{compile, {pc, compile}},<br>
{clean, {pc, clean}}]}<br>
]}<br>
]}<br>
]}.<br>
<br>
It's quite a mouthful, but with these modifications we've been able to run it fine on 18.x until upstream support is in.<br>
<br>
Regards,<br>
Fred.<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>