[erlang-patches] Directly use the pmod_transform application as a dependency via the rebar tool

Björn Gustavsson bgustavsson@REDACTED
Mon Mar 25 14:05:53 CET 2013


Thanks for the patch.

I found some issues with the changes to the .gitignore file:

By deleting the "*.beam" line the *.beam files in the
tests/ directory will no longer be ignored.

The new "ebin/" line should start with a slash to anchor
it to the top of repository (this is a nit pick and is unlikely
to cause any problems in practice).

Therefore, I suggest that the .gitignore file should look
like:

*.beam
.eunit/
.qc/
/ebin/



On Mon, Mar 25, 2013 at 6:01 AM, ノートン ジョーセフ ウェイ ン <norton@REDACTED
> wrote:

>
> Hello.
>
> It is helpful to directly use the pmod_transform application as a
> dependency via the rebar tool.  This patch makes this possible.
>
>
> $ git fetch https://github.com/ubf/pmod_transform.git master
>
> commit eb4842e0079803187572e3dc6682f950bba183f4
> Author: Joseph Wayne Norton <norton@REDACTED>
> Date:   Wed Feb 20 12:27:31 2013 +0900
>
>     Add src/pmod_transform.app.src for rebar support
>
>
> The following repository contains instructions that demonstrate how this
> patch has been used for this purpose.
>
> https://github.com/ubf/ubf#quick-start-recipe
>
> Best regards,
>
> Joe N.
>
> _______________________________________________
> erlang-patches mailing list
> erlang-patches@REDACTED
> http://erlang.org/mailman/listinfo/erlang-patches
>



-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20130325/3479d114/attachment.htm>


More information about the erlang-patches mailing list