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

Leading _kset_ to _kset_ join operator fails to parse in DSL #158

Open
jonathan-beard opened this issue Aug 16, 2021 · 1 comment
Open
Assignees

Comments

@jonathan-beard
Copy link
Member

Describe the bug

The following line of code:

 m += ( raft::kset( g0, g1, g2 ) >> raft::kset( a, b, c ) ) >= ( j >> print );

should parse according to the grammar, indeed there is a test case in the dev branch to
ensure that this is the case. Syntax, however, fails to parse in the master branch.

To fix, pull test cases to master branch, and debug from there.

Steps To Reproduce

Run test case ksetContContJoin.cpp

Expected behavior

  • M producers in first kset should be joined to M consumers in second kset
@jonathan-beard jonathan-beard self-assigned this Aug 16, 2021
@jonathan-beard
Copy link
Member Author

Started new branch, will tag when I have some commits for this issue specifically.

jonathan-beard added a commit that referenced this issue Aug 17, 2021
… pull parsemap class set from dev branch to make work properly, will do so over lunch today
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

No branches or pull requests

1 participant