|
@@ -1484,9 +1484,9 @@ when ($COMMON_LINK_SETTINGS == "yes") {
|
|
|
"LOCKLESS" ? {
|
|
|
PEERDIR+=library/cpp/malloc/lockless
|
|
|
}
|
|
|
- "YT" ? {
|
|
|
- PEERDIR+=library/cpp/ytalloc/impl
|
|
|
- }
|
|
|
+ "YT" ? {
|
|
|
+ PEERDIR+=library/cpp/ytalloc/impl
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1706,7 +1706,7 @@ module PY2_PROGRAM: _PY2_PROGRAM {
|
|
|
otherwise {
|
|
|
PEERDIR+=build/rules/py2_deprecation
|
|
|
}
|
|
|
- ASSERT(_OK You are using deprecated Python2-only code (PY2_PROGRAM). Please consider rewriting to Python 3.)
|
|
|
+ ASSERT(_OK You are using deprecated Python2-only code (PY2_PROGRAM). Please consider rewriting to Python 3.)
|
|
|
}
|
|
|
|
|
|
# tag:python-specific
|
|
@@ -2187,7 +2187,7 @@ module PY2TEST: PYTEST_BIN {
|
|
|
PEERDIR+=build/rules/py2_deprecation
|
|
|
}
|
|
|
SET(MODULE_LANG PY2)
|
|
|
- ASSERT(_OK You are using deprecated Python2-only code (PY2TEST). Please consider rewriting to Python 3.)
|
|
|
+ ASSERT(_OK You are using deprecated Python2-only code (PY2TEST). Please consider rewriting to Python 3.)
|
|
|
}
|
|
|
|
|
|
# tag:python-specific tag:deprecated tag:test
|
|
@@ -5008,7 +5008,7 @@ multimodule SANDBOX_TASK {
|
|
|
PEERDIR+=build/rules/py2_deprecation
|
|
|
}
|
|
|
|
|
|
- ASSERT(_OK You are using deprecated Python2-only code (SANDBOX_TASK). Please consider rewriting to 2/3-compatible code.)
|
|
|
+ ASSERT(_OK You are using deprecated Python2-only code (SANDBOX_TASK). Please consider rewriting to 2/3-compatible code.)
|
|
|
}
|
|
|
module PY2: PY2_LIBRARY {
|
|
|
PEERDIR(sandbox/sdk2 sandbox/sandboxsdk)
|
|
@@ -5262,7 +5262,7 @@ macro ADD_PERL_MODULE(Dir, Module) {
|
|
|
### - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc)
|
|
|
### - LF_YT - Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make)
|
|
|
### - LF_DBG - Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make)
|
|
|
-### - YT - The YTAlloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/ytalloc/impl/ya.make)
|
|
|
+### - YT - The YTAlloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/ytalloc/impl/ya.make)
|
|
|
### - J - The JEMalloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/malloc/jemalloc)
|
|
|
### - B - The balloc allocator named Pyotr Popov and Anton Samokhvalov
|
|
|
### - Discussion: https://ironpeter.at.yandex-team.ru/replies.xml?item_no=126
|