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 #1429

Closed
adrianroe opened this issue Dec 23, 2016 · 2 comments
Closed

Rebar3 fails to compile files with names like i_xxx.erl #1429

adrianroe opened this issue Dec 23, 2016 · 2 comments

Comments

@adrianroe
Copy link

adrianroe commented Dec 23, 2016

More generally, it fails to compile any file whose name has _ as the second character...

Affects rebar 3.3.3 - and is caused by the fix to "Restrict regexp to match on files starting with '._' #1403"

The regex needs to quote the "."

@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 added the duplicate label Dec 23, 2016
@ferd ferd closed this as completed Dec 23, 2016
@adrianroe
Copy link
Author

adrianroe commented Dec 23, 2016 via email

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