bufdev

Results 107 comments of bufdev

What files are you depending on outside of the set now posted? Can you provide a list?

The above was an unrelated issue, this is now fixed.

> That seems quite important to me, because it looks like in the buf ecosystem buf module versions can disappear after a while leading to failed builds of working software....

> Is there any official API for the BSR? That is required for renovate to find possible updates. There's no official API, but https://github.com/bufbuild/buf/blob/main/proto/buf/alpha/registry/v1alpha1/resolve.proto#L33 would be what you want. The...

This as a community project defeats the purpose of creating a definitive grammar/spec that protocolbuffers/protobuf holds itself to - without that component, having a community-written spec is no improvement over...

I do basically this in Prototool FYI https://github.com/uber/prototool/blob/dev/internal/protoc/downloader.go A lot of Prototool is effectively a protoc wrapper. Having done this, I think I would not do it again. It's fine...

The dependency management point is the main one - most build systems/build setups will have `protoc` installed on a specific version as it is, although this is useful for those...

Want to check this out more, I likely am missing something here but figured you have more context so will ask heh: - This is only handled in Golang, right?...

OK thanks for the info. There's a bit of a chicken or egg problem here though right? In the dynamic case, where you're taking a `FileDescriptorSet` from an external source...

@jhump also FYI, there may be some other issue here with protoparse, as obviously there's two tests I do: 1. Unmarshal from a `FileDescriptorSet` created with `protoc` (but this has...