You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we pass a constructor to SEMI, it fails with the error:
Traceback (most recent call last):
File "D:\git\veniq\veniq\dataset_collection\validation.py", line 88, in validate_row
opport = _print_extraction_opportunities(
File "D:\git\veniq\veniq\dataset_collection\validation.py", line 24, in _print_extraction_opportunities
statements_semantic = extract_method_statements_semantic(method_ast)
File "D:\git\veniq\veniq\baselines\semi\extract_semantic.py", line 12, in extract_method_statements_semantic
block_statement_graph = build_block_statement_graph(method_ast)
File "D:\git\veniq\veniq\ast_framework\block_statement_graph\builder.py", line 15, in build_block_statement_graph
root_index = _build_graph_from_statement(method_ast.get_root(), graph)
File "D:\git\veniq\veniq\ast_framework\block_statement_graph\builder.py", line 24, in _build_graph_from_statement
blocks = extract_blocks_from_statement(statement)
File "D:\git\veniq\veniq\ast_framework\block_statement_graph\_block_extractors.py", line 17, in extract_blocks_from_statement
raise NotImplementedError(f"Node {statement.node_type} is not supported.")
NotImplementedError: Node Constructor declaration is not supported.
If we pass a constructor to SEMI, it fails with the error:
for part of the file (Constructor):
VmCustomizer_VmCustomizer_96.txt
The text was updated successfully, but these errors were encountered: