alertlogic / rebar_raw_resource

A rebar3 resource wrapper to accommodate non-OTP-app dependencies
Apache License 2.0
1 stars 6 forks source link

Compile on OTP 27 #9

Open g-andrade opened 8 months ago

g-andrade commented 8 months ago

Hi,

This PR proposes a fix for the following error when building rebar_raw_resource on OTP 27.0-rc1:

_build/test/plugins/rebar_raw_resource/src/rebar_raw_resource.erl:54:9: badly formed 'define' 

It looks like 'else' became a reserved word. In any case, the macro in question is not being used.

g-andrade commented 7 months ago

Gently bumping this up.

dsrosario commented 4 weeks ago

Hello @rmpalomino, is it possible to merge this PR and have a release?