Skip to content

fix(framework): support for list of float, list of int, and list of string as operator input #2340

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

Merged
merged 2 commits into from
Jun 6, 2025

Conversation

PProfizi
Copy link
Contributor

@PProfizi PProfizi commented Jun 5, 2025

Closes #2339

This PR fixes and enhances support for list as operator input by detecting the type in the list and correctly compare it to the vector<type> supported by the operator pin.

@PProfizi PProfizi self-assigned this Jun 5, 2025
@PProfizi PProfizi added the bug Something isn't working label Jun 5, 2025
@PProfizi PProfizi requested a review from rafacanton June 5, 2025 09:58
Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.05%. Comparing base (a850312) to head (ba413a2).
Report is 5 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2340      +/-   ##
==========================================
+ Coverage   84.04%   84.05%   +0.01%     
==========================================
  Files          91       91              
  Lines       10514    10521       +7     
==========================================
+ Hits         8836     8843       +7     
  Misses       1678     1678              

@PProfizi PProfizi removed the request for review from rafacanton June 5, 2025 13:34
@PProfizi PProfizi changed the title fix(framework): support for list of float and list of string as operator input fix(framework): support for list of float, list of int, and list of string as operator input Jun 5, 2025
@PProfizi PProfizi merged commit 6f8900e into master Jun 6, 2025
80 of 81 checks passed
@PProfizi PProfizi deleted the fix/support_connect_list_as_input branch June 6, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to connect List[str] as operator input despite being an accepted input type
2 participants