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
I’m trying to build a stack graph for either of the following Python input files:
list_args.py:
list_args.py
def my_fn(*args: list): pass
dict_kwargs.py:
dict_kwargs.py
def my_fn(**kwargs: dict): pass
But in both cases I get the following error:
BuildError::ExecutionError(InContext(Statement([StatementContext { statement: "edge @name.def -> @param.param_name at (871, 3)", statement_location: Location { row: 870, column: 2 }, stanza_location: Location { row: 860, column: 0 }, source_location: Location { row: 0, column: 10 }, node_kind: "typed_parameter" }]), InContext(Other("Evaluating edge source"), UndefinedScopedVariable("[syntax node list_splat_pattern (1, 11)].def"))))
This is using stack-graphs 0.14.1 with tree-sitter-stack-graphs-python 0.3.0.
stack-graphs
tree-sitter-stack-graphs-python
The text was updated successfully, but these errors were encountered:
This would be fixed by PR #478.
Sorry, something went wrong.
No branches or pull requests
I’m trying to build a stack graph for either of the following Python input files:
list_args.py
:dict_kwargs.py
:But in both cases I get the following error:
This is using
stack-graphs
0.14.1 withtree-sitter-stack-graphs-python
0.3.0.The text was updated successfully, but these errors were encountered: