-
Notifications
You must be signed in to change notification settings - Fork 1k
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
RFC to change dependency loading process #1564
RFC to change dependency loading process #1564
Conversation
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.
The proposal loos good to me!
@vossmjp please take a look
@egfefey please take a look as well. |
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
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.
Signature verification is a viable alternative to the use of absolute path so if implemented, this will be accepted.
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.
Looks good to me. Found some minor typos.
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
rfcs/proposed/loading-dependencies/loading-dependencies-by-module-name.org
Outdated
Show resolved
Hide resolved
ec09e71
Signed-off-by: Fedotov, Aleksei <aleksei.fedotov@intel.com>
Signed-off-by: Fedotov, Aleksei <aleksei.fedotov@intel.com>
Co-authored-by: Mike Voss <michaelj.voss@intel.com>
b3c5e90
to
8cba89f
Compare
Applying review remarks have dismissed all the approvals. Due to impossibility to merge the changes that were actually approved, I have to ask reviewers to put at least one additional formal approval one more time. |
Description
Add RFC about loading dependencies by module name only.
Type of change
Tests
Documentation
Breaks backward compatibility