- 
                Notifications
    You must be signed in to change notification settings 
- Fork 375
          [Transmissions] Add force  interface (backport #2588)
          #2679
        
          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
Conversation
(cherry picked from commit b674ebb) # Conflicts: # doc/release_notes.rst
| Cherry-pick of b674ebb has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally | 
| Codecov Report❌ Patch coverage is  Additional details and impacted files@@            Coverage Diff             @@
##           kilted    #2679      +/-   ##
==========================================
- Coverage   89.38%   89.37%   -0.01%     
==========================================
  Files         151      151              
  Lines       17036    17096      +60     
  Branches     1420     1424       +4     
==========================================
+ Hits        15227    15279      +52     
- Misses       1256     1259       +3     
- Partials      553      558       +5     
 Flags with carried forward coverage won't be shown. Click here to find out more. 
 🚀 New features to boost your workflow:
 | 
| @saikishor do we want to break ABI on kilted here? | 
| 
 Yes, as this is a runtime plugin and also it doesn't have any dependencies using the library. So, shouldn't be a problem at all | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sure, I forgot that they are plugins at well.
Follow up on #2310.
Same concept and approach, only this time we add force and current interfaces.
As before, adding these two new interfaces is backwards compatible. If force and current interfaces are not available then the contents from this PR do nothing.
This is an automatic backport of pull request #2588 done by Mergify.