aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Kovalev <twilightfeel@gmail.com>2022-02-10 16:45:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:37 +0300
commit320d178632cad24963d74917ccc89c3e4c055380 (patch)
tree39454d1b1052320b8eb39216fef7a2c8ae90b525
parent1d9c550e7c38e051d7961f576013a482003a70d9 (diff)
downloadydb-320d178632cad24963d74917ccc89c3e4c055380.tar.gz
Restoring authorship annotation for Philipp Kovalev <twilightfeel@gmail.com>. Commit 1 of 2.
-rw-r--r--build/scripts/gen_tasklet_reg.py2
-rw-r--r--build/ymake.core.conf14
-rw-r--r--contrib/libs/ya.make2
-rw-r--r--contrib/ya.make2
4 files changed, 10 insertions, 10 deletions
diff --git a/build/scripts/gen_tasklet_reg.py b/build/scripts/gen_tasklet_reg.py
index 5b747c2eca..70b61a2093 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 081833998b..ee5183ca07 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 9c4640fdcf..04e04a5f41 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 4af7600532..48697b2c8b 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