| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:322f1bfd662f90e3f9c01588527a7bada2e5a0bb
|
| |
|
|
| |
commit_hash:748b6900bfb14824d834071a0ab51d873960eae6
|
| |
|
|
|
|
|
| |
NOTE: there is still some kotlin source preparation remains in a separate call for
`build/scripts/resolve_java_srcs.py` which is going to be joined into
`prepare_jar_build.py` later.
commit_hash:239933cba6b1a7090a9327d659bb8be3722db916
|
| |
|
|
| |
commit_hash:0fc4b385e7c45b0b8cbc4446c4a61f6232a00ed9
|
| |
|
|
| |
commit_hash:dcea153842a8a7c8513f6458bc5367e80269635d
|
| |
|
|
| |
commit_hash:0f94f3592c8bd6af74f451cf8f388fff380fc27d
|
| |
|
|
|
| |
Still not there but one step closer to .jsrc support in _JAR_LIBRARY
commit_hash:a514687c2ebcc3c6e493ac401dec4f183b3324d9
|
| |
|
|
|
| |
Support was added in rXXXXXX, but made no progress and found no usage since then.
commit_hash:c1c06bbb62ef8be1abab790209370b5ac29514c7
|
| |
|
|
| |
commit_hash:81fec1e84eb8eab851b8f82a3ed811f8df9cbf7f
|
| |
|
|
|
| |
One step closer to hanlde jsrcs trasport in the _JAR_LIBRARY.
commit_hash:9be21757cf6bd47f590b970e234f002771035230
|
| |
|
|
|
|
|
| |
This refactoring step is done to simplify work on support of '.jsrcs' in
_JAR_LIBRARY which allows to use this module in the DLL_JAVA instead of
EXTERNAL_JAVA_LIBRARY.
commit_hash:27914cc84ed56605a25aa2643469503165b9c5da
|
| |
|
|
| |
commit_hash:ded8a8d91cd34d72357c3e8624548be3a89c5385
|
| |
|
|
| |
commit_hash:3452b7830e9949d5c55022ea82b982d3e7e040d0
|
| |
|
|
|
| |
Значение взял отсюда: https://github.com/JetBrains/intellij-community/blob/master/platform/util/resources/misc/registry.properties#L1018
commit_hash:b23bf332bd926ed39d7e6b59501782e8a596978d
|
| |
|
|
|
|
|
| |
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
|