Skip to content
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

Add KeystoreCache to Keystore Management API. #5443

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

cheatfate
Copy link
Contributor

No description provided.

@github-actions
Copy link

Unit Test Results

         9 files  ±0    1 089 suites  ±0   41m 37s ⏱️ + 1m 40s
  3 847 tests ±0    3 568 ✔️ ±0  279 💤 ±0  0 ±0 
15 892 runs  ±0  15 587 ✔️ ±0  305 💤 ±0  0 ±0 

Results for commit cd29577. ± Comparison against base commit ee75d45.

if not isNil(vc.keymanagerServer):
doAssert vc.keymanagerHost != nil
if not(isNil(vc.keymanagerServer)):
doAssert not(isNil(vc.keymanagerHost))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both styles seem fine, so this seems like a neutral change, but, is there any particular reason to prefer one or the other?

@tersec tersec merged commit 88565e6 into unstable Sep 21, 2023
11 checks passed
@tersec tersec deleted the keystore-management-cache branch September 21, 2023 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants