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

Code for stubbing a function for a function call should move to workspace #942

Closed
RoboErikG opened this issue Feb 21, 2017 · 1 comment · Fixed by #6736
Closed

Code for stubbing a function for a function call should move to workspace #942

RoboErikG opened this issue Feb 21, 2017 · 1 comment · Fixed by #6736

Comments

@RoboErikG
Copy link
Contributor

When the user pastes a function call that doesn't have an associated function definition we create an empty one with the right signature. The code that does this is defined in the onChange methods of the function calls, though. It should be moved into a listener that is registered once on the workspace and handles all types of function calls, not on each function call block.

@rachel-fenichel
Copy link
Collaborator

@BeksOmega fyi here's an old issue about procedures.

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 a pull request may close this issue.

2 participants