-
Notifications
You must be signed in to change notification settings - Fork 0
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
API adjustment for the STT yielding class to improve friendliness with Ride #14
API adjustment for the STT yielding class to improve friendliness with Ride #14
Conversation
…sing: protocol seen in Ride
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14 +/- ##
==========================================
+ Coverage 94.32% 97.00% +2.68%
==========================================
Files 5 5
Lines 1498 1503 +5
==========================================
+ Hits 1413 1458 +45
+ Misses 85 45 -40 ☔ View full report in Codecov by Sentry. |
Makes the STT API more consistent with the
render:using:
andrenderUsing:
methods seen in Ride's renderer based on STTemplate.With this change, developers won't need to remember 2 sets of rules for the yield method when used from Ride.
So now this is possible: