-
Notifications
You must be signed in to change notification settings - Fork 0
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
Logs() call is broken #6
Labels
bug
Something isn't working
Comments
I wonder how the linter didn't catch that. Maybe it doesn't descend into submodules. Edit: yes, that was it |
I tried locally with absolutely all linters enabled, and none of them detected the issue 🥲 |
jake-ciolek
added a commit
that referenced
this issue
Oct 14, 2023
Use a pointer so unmarshalling works. Given that the initial architecture is in place, to enhance stability, the next effort could focus on implementing request/response tests. Fixes #6 Signed-off-by: Jakub Ciolek <[email protected]>
jake-ciolek
added a commit
that referenced
this issue
Oct 14, 2023
Use a pointer so unmarshalling works. Given that the initial architecture is in place, to enhance stability, the next effort could focus on implementing request/response tests. Fixes #6 Signed-off-by: Jakub Ciolek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The instance example is broken and the Logs() call doesn't work anymore:
Ran into it while trying to adapt kraftkit to the refactored sdk.
The text was updated successfully, but these errors were encountered: