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

Fixed bug where named arguments did not match up in recurse function. #198

Merged
merged 3 commits into from
Sep 13, 2023

Conversation

cmungall
Copy link
Member

Fixes #197

General guidelines:

  • name arguments to calls unless order is absolutely predictable
  • when adding new arguments to an existing function call, these go at the end by default

Fixes #197

General guidelines:

- name arguments to calls unless order is absolutely predictable
- when adding new arguments to an existing function call, these go at the end by default
@caufieldjh
Copy link
Member

Issue source was #183 so will need to review impacted code

@caufieldjh caufieldjh merged commit 1d17905 into main Sep 13, 2023
@caufieldjh caufieldjh deleted the issue-197 branch September 13, 2023 21:31
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.

Nesting >2 levels doesn't result in extracted output
2 participants