lyft / protoc-gen-star

protoc plugin library for efficient proto-based code generation
https://godoc.org/github.com/lyft/protoc-gen-star
Apache License 2.0
631 stars 76 forks source link

[error] failed post-processing #102

Closed miparnisari closed 2 years ago

miparnisari commented 2 years ago

I'm very new to Go and protoc in general. Can I get help with this issue? https://stackoverflow.com/questions/70360041/error-failed-post-processing-82039-missing-in-argument-list/70390311

tl;dr a build is failing and i'm pretty sure the error is being emitted in this package but i don't have enough information to debug 😭

pdecks commented 2 years ago

Howdy 👋🏻 Looking at your SO post and your linked protoc-gen-validate PR, I'm not sure how this is an issue with PG* if you haven't ruled out a bug in protoc-gen-validate first. There seems to be a similar existing bug in protoc-gen-validate: https://github.com/envoyproxy/protoc-gen-validate/issues/276

miparnisari commented 2 years ago

@pdecks thanks for fast response! I don't think there's an issue with PG, but i'd like to know how to debug this, since it looks like because of this error none of the `.pb.validate.go` files are being created, so I can't see where the syntax error is

miparnisari commented 2 years ago

Never mind, I found the problem in my PR...