<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/scripts/go_tool.py, branch oidc-1.2.5-dev</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.5-dev</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.5-dev'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-07-28T10:50:46Z</updated>
<entry>
<title>[devtools/ya/test/programs/test_tool/resolve_clang_coverage] Fail in case of processing duplucated in mc\dc and branch coverage</title>
<updated>2025-07-28T10:50:46Z</updated>
<author>
<name>prettyboy</name>
<email>prettyboy@yandex-team.com</email>
</author>
<published>2025-07-28T10:09:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=90300beaec2f76c39b2c7c09116166c45631cade'/>
<id>urn:sha1:90300beaec2f76c39b2c7c09116166c45631cade</id>
<content type='text'>
commit_hash:9cd14f0060d7593861f29fadbd9d34081df54864
</content>
</entry>
<entry>
<title>support armv6 for go stdlib</title>
<updated>2025-05-07T08:16:47Z</updated>
<author>
<name>chopik</name>
<email>chopik@yandex-team.com</email>
</author>
<published>2025-05-07T08:02:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=40b86c68b431bb65d67bba51ef9159066a833b68'/>
<id>urn:sha1:40b86c68b431bb65d67bba51ef9159066a833b68</id>
<content type='text'>
commit_hash:965b2acef69f3f498322f06c527d9f628fb6d3be
</content>
</entry>
<entry>
<title>linux ARM7 arch for golang build</title>
<updated>2025-04-16T07:11:16Z</updated>
<author>
<name>chopik</name>
<email>chopik@yandex-team.com</email>
</author>
<published>2025-04-16T06:56:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b3ffe62858ac089f6d0e24c6f8a527afa21db87d'/>
<id>urn:sha1:b3ffe62858ac089f6d0e24c6f8a527afa21db87d</id>
<content type='text'>
commit_hash:e9962def09076c0ee2b1b69e79dfe1583ee40e92
</content>
</entry>
<entry>
<title>Enable msan &amp; asan with cgo</title>
<updated>2025-03-23T05:57:42Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2025-03-23T05:42:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5c3efe144943640e2c8eb427a41fd4a569a52e4a'/>
<id>urn:sha1:5c3efe144943640e2c8eb427a41fd4a569a52e4a</id>
<content type='text'>
commit_hash:883c0f92df7bf70e21d6f58d35b35068e8aac035
</content>
</entry>
<entry>
<title>implement golang ld plugins</title>
<updated>2025-02-26T16:48:05Z</updated>
<author>
<name>pg</name>
<email>pg@yandex-team.com</email>
</author>
<published>2025-02-26T16:22:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5a3aa70af58a490cada682b229eef368bd42340c'/>
<id>urn:sha1:5a3aa70af58a490cada682b229eef368bd42340c</id>
<content type='text'>
commit_hash:fb3ab9a0d420c781eb07bf3f791ba1f3fc1f2353
</content>
</entry>
<entry>
<title>Pass GoVersion to vet</title>
<updated>2024-11-12T19:15:23Z</updated>
<author>
<name>buglloc</name>
<email>buglloc@yandex-team.com</email>
</author>
<published>2024-11-12T18:59:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=77c13da33ae29c033359e516ac2eb55a6c3d5e9e'/>
<id>urn:sha1:77c13da33ae29c033359e516ac2eb55a6c3d5e9e</id>
<content type='text'>
В процессе обновления staticcheck обнаружил новые фолзы для deprecated-related линетов, оказалось они переделали определение версии Go с которой работают: https://staticcheck.dev/changes/2024.1/#improved-handling-of-go-versions
Этот PR должен все полечить благодаря передаче текущей (==против которой собирается модуль) версии Go (см. HIDDEN_URL

Вот так проверял, что фолз ушел:
```
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37
Switched to branch 'users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37'
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres
------- [TS] {debug, default-linux-x86_64} fintech/common/infra-gen/plugins/postgres/gotest/govet &gt;&gt; gotest.vet.txt::govet [FAIL]
Test command err:
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code"
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment"
Number of suites skipped by class type: 1

fintech/common/infra-gen/plugins/postgres/gotest &lt;govet&gt;
------ sole chunk ran 1 test (total:0.54s - test:0.51s)
[fail] gotest.vet.txt::govet [default-linux-x86_64-debug] (0.18s)
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code"
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment"
Logsdir: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff
Stderr: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff/gotest.vet.txt.govet.err
------ FAIL: 1 - FAIL fintech/common/infra-gen/plugins/postgres/gotest

Total 3 suites:
	2 - GOOD
	1 - FAIL
Total 15 tests:
	14 - GOOD
	1 - FAIL
Failed

buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co -b yolint-tst
Switched to branch 'yolint-tst'
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc cherry-pick 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca
commit 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca  Pass GoVersion to vet
HEAD is now at 1e1176cc27f0f5d8e3a8588fbd6876324a24b54e Pass GoVersion to vet
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres
Number of suites skipped by class type: 1

Total 3 suites:
	3 - GOOD
Total 15 tests:
	15 - GOOD
Ok
buglloc@buglloc-dev:~/work/a.yandex-team.ru$
```
commit_hash:b5835004f247d4d91eb19b7c71e4e32032a99c29
</content>
</entry>
<entry>
<title>Release python3-frozen #10</title>
<updated>2024-10-24T06:19:34Z</updated>
<author>
<name>robot-brewer</name>
<email>robot-brewer@yandex-team.com</email>
</author>
<published>2024-10-24T06:06:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0bb24f744b14da1f9afe0c8a2f8675d6ed3ba578'/>
<id>urn:sha1:0bb24f744b14da1f9afe0c8a2f8675d6ed3ba578</id>
<content type='text'>
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v10
commit_hash:c15fdff831efa24ba1f6711307408dd1c7a46b91
</content>
</entry>
<entry>
<title>Revert commit rXXXXXX, Release python3-frozen #8</title>
<updated>2024-10-22T07:27:32Z</updated>
<author>
<name>v-korovin</name>
<email>v-korovin@yandex-team.com</email>
</author>
<published>2024-10-22T07:13:27Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f31afaca1d29160f76a2e6480e1ebf634cb95b98'/>
<id>urn:sha1:f31afaca1d29160f76a2e6480e1ebf634cb95b98</id>
<content type='text'>
commit_hash:b0fd54f791bf63cf460b769f1ce4b384bc5f793c
</content>
</entry>
<entry>
<title>Release python3-frozen #8</title>
<updated>2024-10-22T05:51:14Z</updated>
<author>
<name>robot-brewer</name>
<email>robot-brewer@yandex-team.com</email>
</author>
<published>2024-10-22T05:39:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=54a66b6ba4d7d5b11ad688e8072df4c2f107b3c9'/>
<id>urn:sha1:54a66b6ba4d7d5b11ad688e8072df4c2f107b3c9</id>
<content type='text'>
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v8
commit_hash:db14a768da738da2ea13bd7cb7af738d83793500
</content>
</entry>
<entry>
<title>Filter *.fake cgo peers</title>
<updated>2024-09-25T20:58:49Z</updated>
<author>
<name>somov</name>
<email>somov@yandex-team.com</email>
</author>
<published>2024-09-25T20:41:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9d9b3c2112667e97ea76cb18a3689308ab8297c2'/>
<id>urn:sha1:9d9b3c2112667e97ea76cb18a3689308ab8297c2</id>
<content type='text'>
Filter *.fake cgo peers
commit_hash:f37144547ee8d478791cf1d2f353c22164513553
</content>
</entry>
</feed>
