Collapse keyring_implementation_base and keyring_facard#34
Open
tserong wants to merge 1 commit intooms4suse:masterfrom
Open
Collapse keyring_implementation_base and keyring_facard#34tserong wants to merge 1 commit intooms4suse:masterfrom
tserong wants to merge 1 commit intooms4suse:masterfrom
Conversation
This is admittedly lacking tests, but should be functionally identical to the previous version. Signed-off-by: Tim Serong <tserong@suse.com>
Owner
|
I really like the patch. I want it in. Since methods, starting with '_' should be private, I totally understand not checking for these, Sadly in the rush to complete work, I by passed this convention, and did some bad behaviour. This can be seen with: The output showing these issues. They should all be trivial to fix, but at this moment, I dont have time at the weekend to resolve these after accepting the patch. Any chance you could resolve theses issues in the patch? |
Owner
|
This patch is dependent on #38 being merged first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is admittedly lacking tests, but should be functionally
identical to the previous version.
Signed-off-by: Tim Serong tserong@suse.com