We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 "."
The text was updated successfully, but these errors were encountered:
This has been fixed in #1411, we just haven't cut a release yet.
Sorry, something went wrong.
No branches or pull requests
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 "."
The text was updated successfully, but these errors were encountered: