-
Notifications
You must be signed in to change notification settings - Fork 87
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
Elvis crashes in erl_parse:abstract/2
#76
Comments
Still a problem, even with 6ecc0f9. abstract(T, Line) when is_integer(Line) ->
...
abstract(T, Options) when is_list(Options) ->
... The function can't take the |
[#76] Added record definition clauses for to_map function.
…g.hrl [inaka/elvis#76] Best effort to include files.
@Lavrin After fixing the problem about the Running I'll leave this issue open in case you find another problem we did not detect. Thanks again for taking the time to report this problem. |
I confirm, 3666364 works on |
Again with respect to https://github.com/lavrin/dcsp/ after I changed include directives to sidestep #75 Elvis crashes:
Please see this gist for a dbg trace - unfortunately, the trace doesn't tell me much.
The text was updated successfully, but these errors were encountered: