Skip to content
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

JIT implementation requirements for NESTML #918

Closed
wants to merge 73 commits into from

Conversation

med-ayssar
Copy link
Contributor

No description provided.

@@ -68,7 +69,7 @@ def clone(self):
dup = ASTNeuronOrSynapseBody(body_elements=body_elements_dup,
# ASTNode common attriutes:
source_position=self.source_position,
scope=self.scope,
scope=self.scope.clone(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this need to be deepcopied? Can't we run ASTSymbolTableBuilder on the ASTNode after the clone?

@clinssen clinssen closed this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants