diff options
author | Philipp Kovalev <twilightfeel@gmail.com> | 2022-02-10 16:45:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:37 +0300 |
commit | f4945d0a44b8770f0801de3056aa41639b0b7bd2 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 | |
parent | 320d178632cad24963d74917ccc89c3e4c055380 (diff) | |
download | ydb-f4945d0a44b8770f0801de3056aa41639b0b7bd2.tar.gz |
Restoring authorship annotation for Philipp Kovalev <twilightfeel@gmail.com>. Commit 2 of 2.
-rw-r--r-- | build/scripts/gen_tasklet_reg.py | 2 | ||||
-rw-r--r-- | build/ymake.core.conf | 14 | ||||
-rw-r--r-- | contrib/libs/ya.make | 2 | ||||
-rw-r--r-- | contrib/ya.make | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/build/scripts/gen_tasklet_reg.py b/build/scripts/gen_tasklet_reg.py index 70b61a2093..5b747c2eca 100644 --- a/build/scripts/gen_tasklet_reg.py +++ b/build/scripts/gen_tasklet_reg.py @@ -13,7 +13,7 @@ static const NTasklet::TRegHelper REG( WRAPPER = { 'cpp': 'TCppWrapper<{impl}>()', - 'js': 'TJsWrapper("{impl}")', + 'js': 'TJsWrapper("{impl}")', 'go': 'TGoWrapper("{impl}")', 'py': 'TPythonWrapper("{impl}")', 'java': 'TJavaWrapper("{impl}", "{py_wrapper}")', diff --git a/build/ymake.core.conf b/build/ymake.core.conf index ee5183ca07..081833998b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -7397,18 +7397,18 @@ TASKLET_REG_INCLUDES= \ ${output_include;hide:"tasklet/runtime/lib/cpp_wrapper.h"} \ ${output_include;hide:"tasklet/runtime/lib/go_wrapper.h"} \ ${output_include;hide:"tasklet/runtime/lib/py_wrapper.h"} \ - ${output_include;hide:"tasklet/runtime/lib/js_wrapper.h"} \ + ${output_include;hide:"tasklet/runtime/lib/js_wrapper.h"} \ ${output_include;hide:"tasklet/runtime/lib/registry.h"} macro TASKLET_REG(Name, Lang, Impl, Includes...) { PEERDIR(tasklet/domain sandbox/bin sandbox/taskbox/worker) - when($Lang == "js") { - # JS runtime links the Node.js from contrib as a library, which is a bit heavy, - # so we do it, only if any JS tasklets are linked into the target - PEERDIR+=tasklet/runtime/js - } - + when($Lang == "js") { + # JS runtime links the Node.js from contrib as a library, which is a bit heavy, + # so we do it, only if any JS tasklets are linked into the target + PEERDIR+=tasklet/runtime/js + } + .CMD=$YMAKE_PYTHON ${input:"build/scripts/gen_tasklet_reg.py"} $Name -l $Lang -i $Impl ${output;noauto:Name.task.cpp} $Includes ${output_include;hide:Includes} $TASKLET_REG_INCLUDES ${kv;hide:"p TT"} ${kv;hide:"pc yellow"} SRCS(GLOBAL $Name.task.cpp) } diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 04e04a5f41..9c4640fdcf 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -239,7 +239,7 @@ RECURSE( nghttp2 node-addon-api nodejs_12 - node_nan + node_nan nsync numa nvidia diff --git a/contrib/ya.make b/contrib/ya.make index 48697b2c8b..4af7600532 100644 --- a/contrib/ya.make +++ b/contrib/ya.make @@ -5,7 +5,7 @@ RECURSE( java libs nginx - node_modules + node_modules phantom/pd/ssl python restricted |