Skip to content

Conversation

@facontidavide
Copy link
Collaborator

Summary

  • LoopNode now accepts std::vector in addition to SharedQueue (deque) for its queue port
  • Resolves port type conflict when upstream nodes produce std::vector

Test plan

  • New test: PortTest.LoopNodeAcceptsVector_Issue969
  • All existing tests pass (298/298)

Closes #969

@coderabbitai
Copy link

coderabbitai bot commented Feb 1, 2026

Warning

Rate limit exceeded

@facontidavide has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 22 minutes and 44 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/issue-969

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@facontidavide facontidavide merged commit c36bd4d into master Feb 1, 2026
12 checks passed
@facontidavide facontidavide deleted the fix/issue-969 branch February 1, 2026 17:42
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.

LoopNode : std::vector<T> | std::deque<T>

1 participant