diff options
| author | v-korovin <[email protected]> | 2022-02-10 16:46:20 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:20 +0300 |
| commit | c4e0c5d2f245076d63ccff1004c755ca0cc5d27b (patch) | |
| tree | 0c6b0402dc17d5d1beffbe9350d2d6802207e123 /library | |
| parent | b86334f8eb651237aceaa035bebb519893d6d077 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library')
| -rw-r--r-- | library/cpp/accurate_accumulate/benchmark/metrics/ya.make | 2 | ||||
| -rw-r--r-- | library/cpp/codecs/static/tools/tests/ya.make | 2 | ||||
| -rw-r--r-- | library/cpp/cpuid_check/README.md | 2 | ||||
| -rw-r--r-- | library/cpp/string_utils/base64/bench/metrics/ya.make | 2 | ||||
| -rw-r--r-- | library/cpp/testing/benchmark/examples/metrics/ya.make | 2 | ||||
| -rw-r--r-- | library/cpp/tvmauth/src/rw/ut_large/ya.make | 2 | ||||
| -rw-r--r-- | library/python/filelock/ut/py2/ya.make | 2 | ||||
| -rw-r--r-- | library/python/fs/clonefile.pyx | 6 | ||||
| -rw-r--r-- | library/python/resource/ut/py2/ya.make | 2 | ||||
| -rw-r--r-- | library/python/svn_version/ut/py2/ya.make | 2 | ||||
| -rw-r--r-- | library/python/symbols/python/ut/py2/ya.make | 2 | ||||
| -rw-r--r-- | library/python/testing/yatest_common/yatest/common/path.py | 16 | ||||
| -rw-r--r-- | library/python/windows/ut/ya.make | 2 |
13 files changed, 22 insertions, 22 deletions
diff --git a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make b/library/cpp/accurate_accumulate/benchmark/metrics/ya.make index 5d532e14799..bcb310f04c2 100644 --- a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make +++ b/library/cpp/accurate_accumulate/benchmark/metrics/ya.make @@ -1,6 +1,6 @@ OWNER(yazevnul) -PY2TEST() +PY2TEST() SIZE(LARGE) diff --git a/library/cpp/codecs/static/tools/tests/ya.make b/library/cpp/codecs/static/tools/tests/ya.make index c5324eaf53b..7ee83f07b1e 100644 --- a/library/cpp/codecs/static/tools/tests/ya.make +++ b/library/cpp/codecs/static/tools/tests/ya.make @@ -1,4 +1,4 @@ -PY2TEST() +PY2TEST() OWNER(velavokr) diff --git a/library/cpp/cpuid_check/README.md b/library/cpp/cpuid_check/README.md index 9c0e8dfa590..74a94a86c58 100644 --- a/library/cpp/cpuid_check/README.md +++ b/library/cpp/cpuid_check/README.md @@ -7,7 +7,7 @@ Currently supported check are: sse4.2, pclmul, aes, avx, avx2 and fma. **Note:** the library depends on `util`. **Note:** the library adds stratup code and so if `PEERDIR`-ed from `LIBRARY` will do so for all `PROGRAM`-s that (transitively) use the `LIBRARY`. Don't do this! -You normally don't need to `PEERDIR` this library at all. Since making sse4 in Arcadia default this library is used implicitly. It is `PEERDIR`-ed from all `PROGRAM`-s and derived modules (e.g. `PY2_PROGRAM`, but not `GO_PROGRAM` or `JAVA_PROGRAM`). +You normally don't need to `PEERDIR` this library at all. Since making sse4 in Arcadia default this library is used implicitly. It is `PEERDIR`-ed from all `PROGRAM`-s and derived modules (e.g. `PY2_PROGRAM`, but not `GO_PROGRAM` or `JAVA_PROGRAM`). It is also not applied to `PROGRAM`-s where `NO_UTIL()`, `NO_PLATFORM()` or `ALLOCATOR(FAKE)` set to avoid undesired dependencied. To disable this implicit check use `NO_CPU_CHECK()` macro or `-DCPU_CHECK=no` ya make flag. diff --git a/library/cpp/string_utils/base64/bench/metrics/ya.make b/library/cpp/string_utils/base64/bench/metrics/ya.make index b0406516c37..71e232c5a25 100644 --- a/library/cpp/string_utils/base64/bench/metrics/ya.make +++ b/library/cpp/string_utils/base64/bench/metrics/ya.make @@ -3,7 +3,7 @@ OWNER( g:util ) -PY2TEST() +PY2TEST() SIZE(LARGE) diff --git a/library/cpp/testing/benchmark/examples/metrics/ya.make b/library/cpp/testing/benchmark/examples/metrics/ya.make index a9dbdca9fad..ab03d931aa2 100644 --- a/library/cpp/testing/benchmark/examples/metrics/ya.make +++ b/library/cpp/testing/benchmark/examples/metrics/ya.make @@ -3,7 +3,7 @@ OWNER( yazevnul ) -PY2TEST() +PY2TEST() SIZE(LARGE) diff --git a/library/cpp/tvmauth/src/rw/ut_large/ya.make b/library/cpp/tvmauth/src/rw/ut_large/ya.make index 54f82065e7a..7f71fdef036 100644 --- a/library/cpp/tvmauth/src/rw/ut_large/ya.make +++ b/library/cpp/tvmauth/src/rw/ut_large/ya.make @@ -1,4 +1,4 @@ -PY2TEST() +PY2TEST() OWNER(g:passport_infra) diff --git a/library/python/filelock/ut/py2/ya.make b/library/python/filelock/ut/py2/ya.make index 30b54e0232a..1b7539a93ad 100644 --- a/library/python/filelock/ut/py2/ya.make +++ b/library/python/filelock/ut/py2/ya.make @@ -1,6 +1,6 @@ OWNER(g:yatool) -PY2TEST() +PY2TEST() PEERDIR( library/python/filelock/ut/lib diff --git a/library/python/fs/clonefile.pyx b/library/python/fs/clonefile.pyx index 830bb894f2e..fc2551039ff 100644 --- a/library/python/fs/clonefile.pyx +++ b/library/python/fs/clonefile.pyx @@ -1,5 +1,5 @@ -import six - +import six + cdef extern from "sys/clonefile.h" nogil: int clonefile(const char * src, const char * dst, int flags) @@ -15,4 +15,4 @@ cdef int _macos_clone_file(const char* src, const char* dst) except? 0: return 1 def macos_clone_file(src, dst): - return _macos_clone_file(six.ensure_binary(src), six.ensure_binary(dst)) != 0 + return _macos_clone_file(six.ensure_binary(src), six.ensure_binary(dst)) != 0 diff --git a/library/python/resource/ut/py2/ya.make b/library/python/resource/ut/py2/ya.make index 5085610fafa..55efe2469a5 100644 --- a/library/python/resource/ut/py2/ya.make +++ b/library/python/resource/ut/py2/ya.make @@ -1,4 +1,4 @@ -PY2TEST() +PY2TEST() OWNER(pg) diff --git a/library/python/svn_version/ut/py2/ya.make b/library/python/svn_version/ut/py2/ya.make index c860e165363..fcff0957e2c 100644 --- a/library/python/svn_version/ut/py2/ya.make +++ b/library/python/svn_version/ut/py2/ya.make @@ -1,4 +1,4 @@ -PY2TEST() +PY2TEST() OWNER(pg) diff --git a/library/python/symbols/python/ut/py2/ya.make b/library/python/symbols/python/ut/py2/ya.make index 214194de57b..df468cbcad0 100644 --- a/library/python/symbols/python/ut/py2/ya.make +++ b/library/python/symbols/python/ut/py2/ya.make @@ -1,4 +1,4 @@ -PY2TEST() +PY2TEST() OWNER(orivej) diff --git a/library/python/testing/yatest_common/yatest/common/path.py b/library/python/testing/yatest_common/yatest/common/path.py index 6fed7dda8a9..361f5542008 100644 --- a/library/python/testing/yatest_common/yatest/common/path.py +++ b/library/python/testing/yatest_common/yatest/common/path.py @@ -33,7 +33,7 @@ def change_dir(path): os.chdir(old) -def copytree(src, dst, symlinks=False, ignore=None, postprocessing=None): +def copytree(src, dst, symlinks=False, ignore=None, postprocessing=None): ''' Copy an entire directory of files into an existing directory instead of raising Exception what shtuil.copytree does @@ -47,13 +47,13 @@ def copytree(src, dst, symlinks=False, ignore=None, postprocessing=None): shutil.copytree(s, d, symlinks, ignore) else: shutil.copy2(s, d) - if postprocessing: - postprocessing(dst, False) - for root, dirs, files in os.walk(dst): - for path in dirs: - postprocessing(os.path.join(root, path), False) - for path in files: - postprocessing(os.path.join(root, path), True) + if postprocessing: + postprocessing(dst, False) + for root, dirs, files in os.walk(dst): + for path in dirs: + postprocessing(os.path.join(root, path), False) + for path in files: + postprocessing(os.path.join(root, path), True) def get_unique_file_path(dir_path, file_pattern, create_file=True, max_suffix=10000): diff --git a/library/python/windows/ut/ya.make b/library/python/windows/ut/ya.make index c39f1797b85..02c9651c3b8 100644 --- a/library/python/windows/ut/ya.make +++ b/library/python/windows/ut/ya.make @@ -1,6 +1,6 @@ OWNER(g:yatool) -PY2TEST() +PY2TEST() TEST_SRCS(test_windows.py) |
