mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-31 11:18:16 +00:00
partition fixes, main file fix
This commit is contained in:
parent
a97a6125de
commit
93ac5f8e33
8 changed files with 33 additions and 18 deletions
|
|
@ -175,7 +175,7 @@ void FindSymbolsVisitor::Visit(TypeclassDefinitionStatement* node) {
|
|||
void FindSymbolsVisitor::Visit(PartitionStatement* node) {
|
||||
is_in_statement_ = true;
|
||||
|
||||
node->executable_id_ = namespace_visitor_.AddPartition(node->name.path, node->name.name, node);
|
||||
node->executable_id_ = namespace_visitor_.AddPartition(node->name.path, node);
|
||||
// TODO: typecheck error on same tests
|
||||
|
||||
is_in_statement_ = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue