Jackie Muzakki

Results 31 comments of Jackie Muzakki
trafficstars

Currently I'm the only person maintaining this project, definitely I cannot keep up with feature requests or even reviewing PR. The state of this project is running with basic functionality,...

@daonb well, I'm not sure, for what I'm aware of if you're looking for something similar to gripmock you got very limited options out there. That's why people still using...

Hmm this is interesting, so you mean gripmock should override your `go_package` declaration, right? In another word, it seems this issue is affecting everyone with go_package declared in v1-11-beta. thanks...

I think what I'm going to do is append the replace statement in gripmock mod.go `replace github.com/v-makeev/private_repo v0.0.0 => /go/src/github.com/v-makeev/private_repo` this will trick Go inside the image to look for...

Turns out it is too hard to create the replace statement for each package. So I force-replace the go_package as a default behaviour, since any declaration of it will break...

haha thankyou for creating this PR, it must be a lot of hardwork. But first, instead of focusing on the chages I am more interested about the motivation for each...

Hi guys, sorry for the late replies. This PR is already too old and got a lot of conflicts, it would be impossible for me to merge this. But some...

Hi @Kareem-Emad I'm a bit confused of what is actually being supported in the future. The warning said `WARNING: Deprecated use of 'go_package' option without a full import path` but...

It turns out a huge incompatibility change. In order to support this, I need to require `go_package` for every proto being used, thus it's non-backward compatible.

I created this PR #83 to solve this issue, it's quite a big change. It will make a backward incompatibility to the old .proto files since it will require `go_package`...