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
Steps to reproduce the crash:
S >= StartPos andalso E =< EndPos
C-c C-w x
The text was updated successfully, but these errors were encountered:
I wonder if someone can help crush this bug. Basically wrangler_syntax:type/1 is receiving a list [#tree{}] and throws a badarg on it.
wrangler_syntax:type/1
[#tree{}]
{badrpc, {'EXIT', {{badarg, [{tree, clause, {attr, {0, 0}, [{bound, [{'EndPos', {82, 39}}, {'StartPos', {82, 29}}]}, {free, [{'E', {80, 17}}, {'N', {81, 25}}, {'S', {80, 14}}]}], none}, ......}]}, [{wrangler_syntax, type, 1, [{file, '"src/wrangler_syntax.erl"'}, {line, 505}]}, {wrangler_syntax, is_leaf, 1, [{file, '"src/wrangler_syntax.erl"'}, {line, 546}]}, {wrangler_syntax, subtrees, 1, [{file, '"src/wrangler_syntax.erl"'}, {line, 6285}]}, {api_ast_traverse, fold, 3, [{file, '"src/api_ast_traverse.erl"'}, {line, 249}]}, {api_ast_traverse, fold_2, 3, [{file, '"src/api_ast_traverse.erl"'}, {line, 258}]}, {api_ast_traverse, fold_1, 3, [{file, '"src/api_ast_traverse.erl"'}, {line, 255}]}, {api_ast_traverse, fold, 3, [{file, '"src/api_ast_traverse.erl"'}, {line, 251}]}, {wrangler_misc, bound_vars, 1, [{file, '"src/wrangler_misc.erl"'}, {line, 1044}]}]}}}
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce the crash:
S >= StartPos andalso E =< EndPos
on line 83C-c C-w x
The text was updated successfully, but these errors were encountered: