summaryrefslogtreecommitdiffstats
path: root/build/scripts/go_proto_wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not raise additional exception when failed to decode protoc outputsomov2024-09-031-1/+1
| | | | ba7df0e549915def70c0b6d303aa625ddc636db9
* fix finding output for windowssnermolaev2024-07-221-1/+2
| | | | f716810a9fedbb4497a907fd542cb5d7f54be0f9
* `build/scripts` ya style --pyiaz16072023-11-301-6/+10
|
* fix misspell in go_proto_wrapper.pygriddic2023-07-131-1/+1
|
* Support for new progotobuf/grpc Go generatorsmialinx2023-06-231-18/+38
| | | | | | | | | | | | | | | | | Какие проблему решаем: 1) Текущий генератор (https://github.com/golang/protobuf/) - устаревший, и его рекомендуют заменить на новый (https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go) 2) Новый генератор использует интерфейсы в сгенерированных stubах ``` func RegisterTestAgentServiceServer(s grpc.ServiceRegistrar, srv TestAgentServiceServer) { // grpc.ServiceRegistrar - интерфейс ``` Вместо ``` func RegisterTestAgentServiceServer(s *grpc.Server, srv TestAgentServiceServer) { // *grpc.Server - конкретный тип ``` что необходимо нам для https://st.yandex-team.ru/ 3) чтобы не было попыток писать вот такое https://a.yandex-team.ru/arcadia/taxi/graph/fleet-tracking-system/grpc-gateway/go_lib/ya.make?rev=11743497#L25
* add ymake export to ydbalexv-smirnov2023-06-131-0/+81
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-281-82/+0
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-151-0/+82
|
* fix ya.makemonster2022-07-071-82/+0
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.buglloc2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.buglloc2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.snermolaev2022-02-101-81/+81
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.snermolaev2022-02-101-81/+81
|
* intermediate changesDevtools Arcadia2022-02-071-0/+82
ref:cde9a383711a11544ce7e107a78147fb96cc4029