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

docs: add missing docs from new modules #165

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

luisdavim
Copy link
Contributor

No description provided.

@@ -372,5 +372,5 @@ func Module() *object.Module {
"get": object.NewBuiltin("k8s.get", Get),
"apply": object.NewBuiltin("k8s.apply", Apply),
"delete": object.NewBuiltin("k8s.delete", Delete),
}).WithDocstring(docs)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

WithDocstring doesn't seem to be defined anywhere and I don't know where it came from.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah, thanks for cleaning this up. It must've been a lingering merge/rebase issue from my docs branch.

@@ -1,3 +1,3 @@
module github.com/risor-io/risor/cmd/risor-docs

go 1.21.4
go 1.21
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For some reason, and even though I always run the latest version, gopls fails when the version number includes the patch version and there's a replace statement in go.mod, there are some reports of this issue upstream but it hasn't been fixed yet, so if you don't mind, I'm dropping the patch version here.

Signed-off-by: Luis Davim <dluis@vmware.com>
Copy link
Collaborator

@myzie myzie left a comment

Choose a reason for hiding this comment

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

:success:

@myzie myzie merged commit 3e1bb9e into risor-io:main Jan 23, 2024
@luisdavim luisdavim deleted the missing_docs branch January 23, 2024 13:50
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.

2 participants