| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Division of licenses into these two groups has poor quality and (alas!) there is no time to proofread hundred of permissive licenses.
When CREDITS.txt are generated, we place all the licenses there disregarding their properties.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR обновляет go.temporal.io/server до 1.21.5, и, как водится, половину /vendor вместе с ним.
Дифф go.mod: https://a.yandex-team.ru/review/4579119/files/1#file-go.mod
Временные патчи:
* `vendor/github.com/jonboulle/clockwork/patches/0001-Deterministic-NewFakeClock.patch` (https://a.yandex-team.ru/review/4579119/files/1#file-vendor/github.com/jonboulle/clockwork/patches/0001-Deterministic-NewFakeClock.patch) откатывает breaking change, который появился в https://github.com/jonboulle/clockwork/releases/tag/v0.4.0. Нужно постепенно обновить весь наш код и все контрибы, честно переведя их на v0.4.0, после чего этот патчи можно будет вынуть;
* `vendor/go.temporal.io/server/patches/0003-Fix-otel-sdk-metric-usage.patch` (https://a.yandex-team.ru/review/4579119/files/1#file-vendor/go.temporal.io/server/patches/0003-Fix-otel-sdk-metric-usage.patch) отвалится сам собой при последующих обновлениях `go.temporal.io/server`.
* `vendor/github.com/denisenkom/go-mssqldb/patches/0001-Microsoft-go-mssql-backport.patch` (https://a.yandex-team.ru/review/4579119/files/1#file-vendor/github.com/denisenkom/go-mssqldb/patches/0001-Microsoft-go-mssql-backport.patch) — пришлось забэкпортить немного изменений из https://github.com/microsoft/go-mssqldb, чтобы адаптировать код `github.com/denisenkom/go-mssqldb` к обновлённым пакетам `github.com/Azure/azure-sdk-for-go`. Я попробую занести PR в https://github.com/denisenkom/go-mssqldb, но на успех не надеюсь: проект выглядит достаточно покинутым.
Временные реплейсы:
* `replace cloud.google.com/go/pubsub => cloud.google.com/go/pubsub v1.30.0`, потому что более новые версии не вендорятся с ошибкой
```
yo: update cloud.google.com/go/pubsub v1.30.0 => v1.32.0
yo: failed to generate ya.make files for module "cloud.google.com/go/pubsub": cannot query module due to -mod=vendor
(Go version in go.mod is at least 1.14 and vendor directory exists.)
```
* `replace google.golang.org/grpc => google.golang.org/grpc v1.56.2` — как минимум, чтобы не апать слишком много версий gRPC до последней v1.58.2. В целом я не уверен, что это вообще возможно в данный момент — не все контрибы к этому готовы.
Обновление пакетов `go.opentelemetry.io/otel` заставило перейти на `https://pkg.go.dev/go.opentelemetry.io/otel@v1.17.0/semconv/v1.21.0`.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
From hash: [e177d4fbc974185f4e769abd0865dd6fd4238c7e](https://a.yandex-team.ru/arcadia/commit/e177d4fbc974185f4e769abd0865dd6fd4238c7e)
From revision: [12528650](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=248)
Flow triggered by user: [iaz1607](https://staff.yandex-team.ru/iaz1607)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
|
| |
|
| |
|
|
|
|
| |
PY23_LIBRARY
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
test_tool, test_tool3
|
|
|
|
|
|
|
|
|
| |
From hash: [7dade422d3e66298205cbb575543c1689f2884ab](https://a.yandex-team.ru/arcadia/commit/7dade422d3e66298205cbb575543c1689f2884ab)
From revision: [12524414](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=247)
Flow triggered by user: [zhukoff-pavel](https://staff.yandex-team.ru/zhukoff-pavel)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
* don't warn that coroutines are not supported when using experimental/coroutine
* add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy constructors
* ADL-proof calls of __quoted
* fix ctype facet `is` method for Windows
* change return type of bit_width to int (LWG3656)
* make private __wrap_iter constructors explicit
* fix delayed initialization of `__fill_` in basic_ios
* ranges::iter_move cleanup
* ADL-proof __synth_three_way
* reject random number generators with signed types
* use C++ overloads from math.h on AIX
* add explicit to some internal constructors
* replace _LIBCPP_HAS_NO_STRONG_ENUMS with C++ version check
* use `inline constexpr bool` instead of `constexpr bool` for helpers in ranges
* reject uniform_int_distribution<bool>, uniform_int_distribution<char> and all user types
* allow std::mergeable and std::sortable even with incomplete ranges
* fix double close bug in std::filesystem::remove_all
* remove recursion in basic_string::insert because it interferes with constexpr
* fix error checking of wctob_l calls
* pack _Flags class on AIX
* fix integer type in __estimate_column_width exposed by AIX
* qualify all std::move calls with std
* make chrono includes granular
* set std::numeric_limits::tinyness_before to true on ARM
* add ranges::in_found_result and ranges::min_max_result
|
|
|
|
| |
Отключаю сломанные линтеры для opensource платформу без миграционного конфига для flake8, см https://a.yandex-team.ru/review/4511498/details?checkId=4000000007119&dialogId=CiCard&iterationType=FULL&number=1&snippetViewMode=word-wrap&status=STATUS_FAILED&filter=resultType(RT_STYLE_CHECK)%3BsuiteCategory(CATEGORY_CHANGED)%3Bpath(yt%252F%252a)
|
| |
|
| |
|
| |
|
|
|
|
| |
Enable YT_TCMALLOC* at build/ymake.core.conf
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
And mark `GPL-3.0-only WITH Bison-exception-2.2` as it reads as follows:
```
As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton.
```
|
|
|
|
|
|
|
| |
Добавлен fork tcmalloc для дальшейшего использования в YT.
Скопированы все исходные файлы, патчи.
Исправлен патч user_data.patch.
YT_TCMALLOC и YT_TCMALLOC_256K добавлены в build/ymake.core.conf
|
|
|
|
|
|
|
|
|
| |
From hash: [8c8d34d4a279c34ac5fb688853759c064713f21e](https://a.yandex-team.ru/arcadia/commit/8c8d34d4a279c34ac5fb688853759c064713f21e)
From revision: [12501148](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=243)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
|
| |
|
|
|
|
|
|
|
|
|
| |
From hash: [7602e96d0679c4f5a145a649b9a500b552a408e7](https://a.yandex-team.ru/arcadia/commit/7602e96d0679c4f5a145a649b9a500b552a408e7)
From revision: [12499154](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ymake&version=119)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake, os_ymake
|
|
|
|
| |
Fix Ymake crash with forced DM
|
|
|
|
| |
Чтобы мы могли, не сломав сборку msvc реалзиации влить обновление [libc++](https://a.yandex-team.ru/review/2765366/details) добавляю этот sysincl
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This reverts commit c590201dd40542502dc7be35b6c9d1147c660d12 (PR: 4539150), reversing
changes made to a99748ae396f33dd311975f12e8eda2b056fa0ef.
|
|
|
|
| |
Файлы проходили через include processor, которы по дефолту из них формировал аутпуты, чего не должно было происходить
|
|
|
|
|
|
|
|
|
| |
From hash: [8d05e77edc53d102e2badab6d76d0e18d00aee56](https://a.yandex-team.ru/arcadia/commit/8d05e77edc53d102e2badab6d76d0e18d00aee56)
From revision: [12476737](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=241)
Flow triggered by user: [iaz1607](https://staff.yandex-team.ru/iaz1607)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
|
|
|
|
| |
Возвращаю реверт https://a.yandex-team.ru/arcadia/commit/rXXXXXX, только без переноса настроек Perl в custom_conf.py и с исправлением бага для DummyConf (удалил лишний параметр в конструкторе).
|
| |
|