Use protoc
of a specific version #79
Labels
No labels
P0
P1
P2
P3
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api#79
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've encountered an error while regenerating the documentation:
It would be helpful to have a Makefile target for installing
protoc
of a specific version, similar to how it's done in frostfs/sdk-go.Broken by #74
The
protoc-gen-doc
plugin still doesn't support editions😢https://github.com/pseudomuto/protoc-gen-doc/issues/541
I looked at the plugin again and it's being developed very slowly. I can make a PR myself or search for an alternative plugin