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 for type mismatch in nvml/driver_default.go #57

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

roman-vynar
Copy link
Contributor

Fix for type mismatch in nvml/driver_default.go:

../../go/pkg/mod/github.com/hashicorp/[email protected]/nvml/client.go:78:11: cannot use driver (variable of type *nvmlDriver) as NvmlDriver value in struct literal: *nvmlDriver does not implement NvmlDriver (wrong type for method ListDeviceUUIDs)
		have ListDeviceUUIDs() ([]string, error)
		want ListDeviceUUIDs() (map[string]mode, error)

@roman-vynar roman-vynar requested a review from a team as a code owner December 9, 2024 09:15
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @roman-vynar !

@tgross tgross merged commit 08d1c99 into hashicorp:main Dec 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants