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

fix issue with debug printing of VaultConfig #1587

Merged
merged 2 commits into from
Jun 8, 2022

Conversation

eikenb
Copy link
Contributor

@eikenb eikenb commented Jun 8, 2022

New floating point field got added to the GoString() method wrong,
making the assumption that the holding struct would not be nil (which it
is often in tests). Found this while debugging a test and it panicing
when trying to print out the differences.

New floating point field got added to the GoString() method wrong,
making the assumption that the holding struct would not be nil (which it
is often in tests). Found this while debugging a test and it panicing
when trying to print out the differences.
@eikenb eikenb added the bug label Jun 8, 2022
@eikenb eikenb added this to the v0.30.0 milestone Jun 8, 2022
@eikenb eikenb requested a review from a team June 8, 2022 00:41
Copy link
Member

@lornasong lornasong left a comment

Choose a reason for hiding this comment

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

looks like there's a minor conflict to resolve. regardless, makes sense to me!

@eikenb eikenb merged commit 073eb94 into main Jun 8, 2022
@eikenb eikenb deleted the issue-1586-vault-config-nil branch June 8, 2022 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants