-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix(functions): allow ref to correctly handle CommaDelimitedList #354
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #354 +/- ##
===========================================
+ Coverage 94.85% 94.87% +0.02%
===========================================
Files 12 12
Lines 835 839 +4
Branches 165 166 +1
===========================================
+ Hits 792 796 +4
Misses 24 24
Partials 19 19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@shadycuz looks like the license compliance check has got stuck again - do you know why? Could you review / merge / release this? Thanks. |
Hey @shadycuz & @dhutchison, thanks heaps for the work on this so far. Wondering if it'd be possible for a new release with this fix to be cut soon? |
Yes, this is my fault. I will take care of shortly. |
Thank you so much! |
Leaving this as a draft just now as I've just twigged there are other
List<foo>
parameter types which will have the same issue. Will pick up that tomorrow.