| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This macro could be used to implement a lazy DSO loader
ISSUE:
commit_hash:2a6b9d418cf404d8f742ecab947c3388ef7a8884
|
| |
|
|
| |
commit_hash:fdd520cd0bac7f8a15914f2f3c116eeb81ca0767
|
| |
|
|
| |
commit_hash:a6dbb2891ca29a35d2d7358f73f681cdeb17e69f
|
| |
|
|
| |
commit_hash:0472b64d3ba1e788aaee0ca8ab2fd21c9d2262dd
|
| |
|
|
| |
commit_hash:8c64472d8e7a99d45a88badc44ef441fe4e099d9
|
| |
|
|
| |
commit_hash:4860bd65c19be4212f1ddf3b492a6aad22f89977
|
| |
|
|
| |
commit_hash:a205838b61e595c9e2e5ca27cd6bca2bc5fd0ee9
|
| |
|
|
| |
commit_hash:7886e5975a31d296ec58dd94d013e0f6716a2cae
|
| |
|
|
| |
commit_hash:e811732b6c0317af9d138edf53dce95f5f2c63d6
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
В процессе обновления 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 >> 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 <govet>
------ 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
|
| |
|
|
| |
commit_hash:5511818f738a9382b398431472683745ce1a22ca
|
| |
|
|
|
|
|
|
|
| |
ya package
Как вариант, по аналогии с custom-version опцией(custom_version полем в sandbox), пробрасывать опцию release-version(или release-message) в vcs_info.
Тут представлен вариант как прокинуть его в сборку пакета.
commit_hash:f3766b0f0780bd280b1a9d799bea22add4ca3880
|
| |
|
|
|
| |
https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3
commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
|
| |
|
|
|
|
|
| |
init
[nodiff:caesar]
commit_hash:fea5321f18f8d9ada6a22d2359af7e1c4c19b8cc
|
| |
|
|
| |
commit_hash:0ac8fe42fec35bd7fd78602530d909a5369b4e0b
|
| |
|
|
|
| |
Don't style build/scripts/_fake_src.cpp
commit_hash:e22cd38bd3e4a39ec5edda66fcc6c4c298531cc2
|
| |
|
|
|
| |
Don't style svn_interface
commit_hash:9bded11bba0cc91d52fd7576faa911deb5b9f6a1
|
| |
|
|
|
| |
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v10
commit_hash:c15fdff831efa24ba1f6711307408dd1c7a46b91
|
| |
|
|
| |
commit_hash:b0fd54f791bf63cf460b769f1ce4b384bc5f793c
|
| |
|
|
|
| |
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v8
commit_hash:db14a768da738da2ea13bd7cb7af738d83793500
|
| |
|
|
| |
commit_hash:30adefe665fb83ed7b1aa644958e110348e0d117
|
| |
|
|
| |
commit_hash:0833419ebee283a1fb0e0a41f615b0bf7b61f548
|
| |
|
|
| |
commit_hash:cfbd74bf877107b5db0cb2ea60977b4849e15af5
|
| |
|
|
|
| |
Remove hardcoded-cmake generator files
commit_hash:133622cd3a729cbb7cbfdee793de79d6de4f20f4
|
| |
|
|
| |
commit_hash:18d5a33bf73332686312655f2bbf4e06f2432e37
|
| |
|
|
| |
commit_hash:f714e6d32ed3ecff18519fa5ca123ca92b17a269
|
| |
|
|
| |
commit_hash:41fb885eb1e03094e65521671349e66f4225321b
|
| |
|
|
|
| |
Filter *.fake cgo peers
commit_hash:f37144547ee8d478791cf1d2f353c22164513553
|
| |
|
|
| |
commit_hash:0899d0942e1f7ad8dd12e28f6b3f088982660699
|
| |
|
|
| |
94b36f1500126afc596f281469a94124efa9cda4
|
| |
|
|
| |
dafdaedfdc8d7dd4c6681da5b98a59940c63f548
|
| |
|
|
| |
ba7df0e549915def70c0b6d303aa625ddc636db9
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
occupancy_grid_utils
maintenance_tools
incident_detectors
topic_commutator
sdcbag_player
launcherd
f4ef1453a86ab809b9ceefb57dc6a5fb45a90ec9
|
| |
|
|
| |
171c556f349e96400867de4937fe0c703849c0c8
|
| |
|
|
|
| |
Set ram drive path in scripts
a9a79267f4e34aff3b96e3147b646e474adf24a1
|
| |
|
|
|
|
|
| |
Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extractall
79005c43af0996c47603d56b5663378c89fa9f2e
|
| |
|
|
| |
f1b4ab8d00e0ac2175f0ea34a0353ce2963549b7
|
| |
|
|
| |
dfc8799dabb18df54b1ac354a9ceb9c27c2e1be2
|
| |
|
|
|
|
|
|
| |
Данный PR - это выжимка из [PR](https://github.com/ydb-platform/ydb/pull/2977) внешнего [контрибьютора](https://github.com/OrlovPavel ). Ему для решения основной задачи (перевод грамматики YQL с ANTLRv3 на ANTLRv4) пришлось поправить файл build/scripts/configure_file.py в проекте github.com/ydb-platform/ydb.
Собственно, в проекте YDB запрещено вносить правки в build/..., т.к. эта папка синкается ТОЛЬКО из Аркадии в гитхаб, в обратную сторону синка нет. Из-за этого мы не можем принять PR от внешнего контрибьютора.
В качестве решения - я хочу занести данный фикс в Аркадию и дождаться синка из Аркадии в гитхаб, по-rebase-ить PR контрибьютора и тогда его уже можно будет мерджить.
Сама проблема, которую решает данный фикс, описана в тикете
158ceea6282b8df7c8b62a43ffece62a8d9f70ca
|
| |
|
|
| |
0863674d44d570c182d324e821946e3f4d898d94
|
| |
|
|
| |
479e79ff20f8b8551bc8a5505eb740dc61e7a854
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Revert "collect .proto files by PROTO_DESCRIPTIONS"
This reverts commit 1b642fbbf446d68522225c9794b993dc4ba3760e, reversing
changes made to d98cd239c58371f81606a07ed034bdd4fe047d64.
Revert "Fix "build/scripts/desc_rawproto_wrapper.py""
This reverts commit b21b7e0155944e115b76a8530fd6da0687eb5c65, reversing
changes made to 186fa4c81699cea84cb35c15c7cc050ccff602fa.
3f211d58faacd2ac500331707f54d065c4be088c
|
| |
|
|
| |
b21b7e0155944e115b76a8530fd6da0687eb5c65
|
| |
|
|
| |
1b642fbbf446d68522225c9794b993dc4ba3760e
|
| |
|
|
| |
81668e85a416903e82cfa2a2223680f04a3343c7
|
| |
|
|
| |
b9f5656ae46daedf9083c3721d8cb31a02b1c4c7
|
| |
|
|
| |
0727af35f2be899dfb58c5e49ed9cd1701be9066
|
| |
|
|
| |
b590ca5fca91b744ffa85f8ef555564ea54d6cd6
|
| |
|
|
| |
f716810a9fedbb4497a907fd542cb5d7f54be0f9
|