[erlang-patches] [PATCH] Updated erlang-flymake to recognize "deps" directory

Kevin Albrecht onlyafly@REDACTED
Wed Dec 7 08:46:48 CET 2011


Here is my updated patch suggestion based on input. I fixed a typo in
the deps path and improved my commit message. I considered
additionally adding deps/*/include, deps/*/ebin, and deps/*/src as
include directories, but erlc's -I command line option does not
support wildcards, so this is not possible.

The updated patch can be fetched from:
git fetch git://github.com/onlyafly/otp.git flymake_include_deps

You can view the patch here:
https://github.com/onlyafly/otp/compare/flymake_include_deps
https://github.com/onlyafly/otp/compare/flymake_include_deps.patch

Regards,
Kevin Albrecht

On Fri, Dec 2, 2011 at 9:52 AM, Kevin Albrecht <onlyafly@REDACTED> wrote:
> I updated erlang-flymake.el to recognize the "deps" directory as an
> include directory by default. This makes erlang-flymake compatible
> with the rebar dependency management tool's default folder structure,
> which puts included dependencies in "deps".
>
> The patch can be fetched from:
> git fetch git://github.com/onlyafly/otp.git flymake_deps_support
>
> You can view the patch here:
> https://github.com/onlyafly/otp/compare/flymake_deps_support
> https://github.com/onlyafly/otp/compare/flymake_deps_support.patch



More information about the erlang-patches mailing list