<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/scripts, branch CLI_2.17.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.17.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.17.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-11-25T19:55:52Z</updated>
<entry>
<title>Fix dump compile commands &amp; improve wrapcc</title>
<updated>2024-11-25T19:55:52Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2024-11-25T19:43:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4890e0b733bbd6d053bd552441a7a8ead68b0c62'/>
<id>urn:sha1:4890e0b733bbd6d053bd552441a7a8ead68b0c62</id>
<content type='text'>
commit_hash:a205838b61e595c9e2e5ca27cd6bca2bc5fd0ee9
</content>
</entry>
<entry>
<title>YQL-19206 Fix yql python build scripts</title>
<updated>2024-11-24T17:26:48Z</updated>
<author>
<name>udovichenko-r</name>
<email>udovichenko-r@yandex-team.com</email>
</author>
<published>2024-11-24T17:00:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ad876795edeca9b01b32aca212d53cb4f62ba41f'/>
<id>urn:sha1:ad876795edeca9b01b32aca212d53cb4f62ba41f</id>
<content type='text'>
commit_hash:7886e5975a31d296ec58dd94d013e0f6716a2cae
</content>
</entry>
<entry>
<title>Clean ya.make from already removed script</title>
<updated>2024-11-15T04:45:28Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2024-11-15T04:34:51Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=423f17a2717306abbb05e18c17c1dcfe0bd89558'/>
<id>urn:sha1:423f17a2717306abbb05e18c17c1dcfe0bd89558</id>
<content type='text'>
commit_hash:e811732b6c0317af9d138edf53dce95f5f2c63d6
</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>Drop old broken groovy related stuff</title>
<updated>2024-11-12T06:09:41Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2024-11-12T05:51:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=85af4d13061cfebb81674f0280d5f7835c0b08b4'/>
<id>urn:sha1:85af4d13061cfebb81674f0280d5f7835c0b08b4</id>
<content type='text'>
commit_hash:5511818f738a9382b398431472683745ce1a22ca
</content>
</entry>
<entry>
<title>. Пробрасывать версию релизного бранча в ya package</title>
<updated>2024-11-11T14:19:59Z</updated>
<author>
<name>dspushkin</name>
<email>dspushkin@yandex-team.com</email>
</author>
<published>2024-11-11T14:05:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4ef14055d842221fd48435542585f7d5c2d6a55f'/>
<id>urn:sha1:4ef14055d842221fd48435542585f7d5c2d6a55f</id>
<content type='text'>
Как вариант, по аналогии с custom-version опцией(custom_version полем в sandbox), пробрасывать опцию release-version(или release-message) в vcs_info.

Тут представлен вариант как прокинуть его в сборку пакета.
commit_hash:f3766b0f0780bd280b1a9d799bea22add4ca3880
</content>
</entry>
<entry>
<title>Release clang18 #3</title>
<updated>2024-11-11T06:32:08Z</updated>
<author>
<name>robot-brewer</name>
<email>robot-brewer@yandex-team.com</email>
</author>
<published>2024-11-11T06:16:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=27a5e2170c973f0df354c8a3c73bfd613f659036'/>
<id>urn:sha1:27a5e2170c973f0df354c8a3c73bfd613f659036</id>
<content type='text'>
https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3
commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
</content>
</entry>
<entry>
<title>Moved yql/public/udf YQL-19206</title>
<updated>2024-11-03T12:31:50Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2024-11-03T12:13:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c3508b6587288a11812eca01659045184a507895'/>
<id>urn:sha1:c3508b6587288a11812eca01659045184a507895</id>
<content type='text'>
init

[nodiff:caesar]
commit_hash:fea5321f18f8d9ada6a22d2359af7e1c4c19b8cc
</content>
</entry>
<entry>
<title>Add python wrapper for clang</title>
<updated>2024-11-02T08:34:51Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2024-11-02T08:20:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c1e88b2643346523bc487519ca3615245fe372d2'/>
<id>urn:sha1:c1e88b2643346523bc487519ca3615245fe372d2</id>
<content type='text'>
commit_hash:0ac8fe42fec35bd7fd78602530d909a5369b4e0b
</content>
</entry>
<entry>
<title>Don't style build/scripts/_fake_src.cpp</title>
<updated>2024-10-29T18:04:18Z</updated>
<author>
<name>alevitskii</name>
<email>alevitskii@yandex-team.com</email>
</author>
<published>2024-10-29T17:33:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fa653f89746744964114f44dce53c0f6ffb6deba'/>
<id>urn:sha1:fa653f89746744964114f44dce53c0f6ffb6deba</id>
<content type='text'>
Don't style build/scripts/_fake_src.cpp
commit_hash:e22cd38bd3e4a39ec5edda66fcc6c4c298531cc2
</content>
</entry>
</feed>
