-
Notifications
You must be signed in to change notification settings - Fork 179
Fix Issue 2791: Implement toFloatList() #3318
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
base: master
Are you sure you want to change the base?
Conversation
TrackingStandard development
CI Testing Labels
Documentation checklist
|
Please review this PR and let me know if the implementation is correct or if any changes are needed. |
|
|
Hello @ChandrapalSd. Thank you for the contribution. It is in my review queue, and I will get back to you as soon as possible with feedback. |
Implemented the
toFloatList
,toBooleanList
, andtoIntegerList
functions, and added basic unit tests for each.