Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebar3 fails to compile files with names like i_xxx.erl (more generally [single_letter]_xxx.erl) #1428

Closed
adrianroe opened this issue Dec 23, 2016 · 1 comment

Comments

@adrianroe
Copy link

Pre-Check

  • If you are filing for a bug, please do a quick search in current issues first
  • For bugs, mention if you are willing or interested in helping fix the issue
  • For questions or support, it helps to include context around your project or problem
  • Think of a descriptive title (more descriptive than 'feature X is broken' unless it is fully broken)

Environment

  • Add the result of rebar3 report to your message:
$ rebar3 report "my failing command"
...
  • Verify whether the version of rebar3 you're running is the latest release (see https://github.com/erlang/rebar3/releases)
  • If possible, include information about your project and its structure. Open source projects or examples are always easier to debug.
    If you can provide an example code base to reproduce the issue on, we will generally be able to provide more help, and faster.

Current behaviour

Describe the current behaviour. In case of a failure, crash, or exception, please include the result of running the command with debug information:

DEBUG=1 rebar3 <my failing command>

Expected behaviour

Describe what you expected to happen.

@ferd
Copy link
Collaborator

ferd commented Dec 23, 2016

This has been fixed in #1411, we just haven't cut a release yet.

@ferd ferd closed this as completed Dec 23, 2016
@ferd ferd added the duplicate label Dec 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants