Autogenerate stable marshalers #40
Labels
No labels
P0
P1
P2
P3
good first issue
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-go#40
Loading…
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?
It seems we don't use protogen to generate files in this repo, like in node:
https://git.frostfs.info/TrueCloudLab/frostfs-node/src/branch/master/Makefile#L79
Let's fix this. I think we missed marshaling part from #35.
So the file
container/marshal.go
, for example, will be replaced withcontainer/something_neofs.pb.go
and will contain the same code, minus constant definitions.We might miss oneOf currently https://git.frostfs.info/TrueCloudLab/frostfs-api-go/src/branch/master/object/marshal.go#L462
aarifullin referenced this issue2023-06-21 20:26:37 +00:00
Blocked by TrueCloudLab/frostfs-sdk-go#121