-
Notifications
You must be signed in to change notification settings - Fork 583
Modernise has_interface_with
function
#1326
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
has_interface_with is a functionBreaking changes to this file MAY impact these 8 modules (near match):stdlib::has_interface_with is a functionthat may have no external impact to Forge modules. This module is declared in 318 of 580 indexed public
|
Convert the function to the modern function API as a namespaced function and use the `networking` fact instead of legacy facts. A non-namespaced shim is also created (but marked deprecated), to preserve compatibility.
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.
Nice job @alexjfisher
Convert the function to the modern function API as a namespaced function and use the
networking
fact instead of legacy facts.A non-namespaced shim is also created (but marked deprecated), to preserve compatibility.