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

Introduce variadic-pass nodes #2107

Merged
merged 2 commits into from
Mar 10, 2021
Merged

Conversation

evgenykochetkov
Copy link
Contributor

Closes #1144

} from './patchPathUtils';
import { createAdditionalValueTerminalGroups } from './expandVariadicNodes';

const expandPassPatch = R.curry((desiredArityLevel, patch) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be nice to provide a signature for the function

// expand all patches(starting from a specified entry patch)
//

const traverseExpandableQueue = (
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't it be in a xod-func-tools? 🤔

// expand all patches(starting from a specified entry patch)
//

const traverseExpandableQueue = (
Copy link
Contributor

Choose a reason for hiding this comment

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

Also, a signature and some comments would be nice.

@evgenykochetkov evgenykochetkov merged commit 19203cd into master Mar 10, 2021
@evgenykochetkov evgenykochetkov deleted the feat-1144-variadic-pass branch March 10, 2021 14:18
@brusherru brusherru mentioned this pull request Mar 12, 2021
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.

Implement variadic pins pass/forwarding
2 participants