aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme
diff options
context:
space:
mode:
authorcerevra <cerevra@yandex-team.ru>2022-02-10 16:45:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:58 +0300
commitbf41dd01f6c920583e9faae7cd55ed25e547e052 (patch)
treeec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/scheme
parente2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff)
downloadydb-bf41dd01f6c920583e9faae7cd55ed25e547e052.tar.gz
Restoring authorship annotation for <cerevra@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme')
-rw-r--r--library/cpp/scheme/scimpl_defs.h4
-rw-r--r--library/cpp/scheme/scimpl_json_read.cpp2
-rw-r--r--library/cpp/scheme/scimpl_json_write.cpp2
-rw-r--r--library/cpp/scheme/scimpl_select.rl62
-rw-r--r--library/cpp/scheme/tests/fuzz_json/fuzz_json.cpp2
-rw-r--r--library/cpp/scheme/tests/fuzz_json/lib/fuzz_json.cpp2
-rw-r--r--library/cpp/scheme/tests/fuzz_json/lib/ya.make2
-rw-r--r--library/cpp/scheme/tests/fuzz_json/ya.make2
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/fuzz_ops.cpp2
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.cpp6
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/lib/vm_defs.h4
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/lib/ya.make2
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp2
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/ut/ya.make4
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/ya.make2
-rw-r--r--library/cpp/scheme/tests/ut/fuzz_ops_found_bugs_ut.cpp4
-rw-r--r--library/cpp/scheme/tests/ut/scheme_cast_ut.cpp4
-rw-r--r--library/cpp/scheme/tests/ut/scheme_json_ut.cpp4
-rw-r--r--library/cpp/scheme/tests/ut/scheme_merge_ut.cpp4
-rw-r--r--library/cpp/scheme/tests/ut/scheme_path_ut.cpp4
-rw-r--r--library/cpp/scheme/tests/ut/scheme_proto_ut.cpp6
-rw-r--r--library/cpp/scheme/tests/ut/scheme_ut.cpp4
-rw-r--r--library/cpp/scheme/tests/ut/ya.make6
-rw-r--r--library/cpp/scheme/ut_utils/scheme_ut_utils.cpp2
-rw-r--r--library/cpp/scheme/ut_utils/scheme_ut_utils.h8
-rw-r--r--library/cpp/scheme/ut_utils/ya.make6
-rw-r--r--library/cpp/scheme/util/scheme_holder.h2
-rw-r--r--library/cpp/scheme/util/utils.h2
-rw-r--r--library/cpp/scheme/ya.make2
29 files changed, 49 insertions, 49 deletions
diff --git a/library/cpp/scheme/scimpl_defs.h b/library/cpp/scheme/scimpl_defs.h
index f3dd66b437..2b25e76d4c 100644
--- a/library/cpp/scheme/scimpl_defs.h
+++ b/library/cpp/scheme/scimpl_defs.h
@@ -1,7 +1,7 @@
#pragma once
-#include <library/cpp/json/json_reader.h>
-#include <library/cpp/json/json_value.h>
+#include <library/cpp/json/json_reader.h>
+#include <library/cpp/json/json_value.h>
#include <util/system/types.h>
#include <util/memory/pool.h>
diff --git a/library/cpp/scheme/scimpl_json_read.cpp b/library/cpp/scheme/scimpl_json_read.cpp
index 8a29cc7739..c7d2f297d4 100644
--- a/library/cpp/scheme/scimpl_json_read.cpp
+++ b/library/cpp/scheme/scimpl_json_read.cpp
@@ -1,6 +1,6 @@
#include "scimpl.h"
-#include <library/cpp/json/json_reader.h>
+#include <library/cpp/json/json_reader.h>
#include <util/stream/output.h>
#include <util/generic/maybe.h>
diff --git a/library/cpp/scheme/scimpl_json_write.cpp b/library/cpp/scheme/scimpl_json_write.cpp
index aadd7e6cd5..7553544845 100644
--- a/library/cpp/scheme/scimpl_json_write.cpp
+++ b/library/cpp/scheme/scimpl_json_write.cpp
@@ -1,7 +1,7 @@
#include "scimpl.h"
#include "scimpl_private.h"
-#include <library/cpp/json/json_prettifier.h>
+#include <library/cpp/json/json_prettifier.h>
#include <library/cpp/string_utils/relaxed_escaper/relaxed_escaper.h>
#include <util/charset/utf8.h>
diff --git a/library/cpp/scheme/scimpl_select.rl6 b/library/cpp/scheme/scimpl_select.rl6
index 11aa549b78..d9309fcfd8 100644
--- a/library/cpp/scheme/scimpl_select.rl6
+++ b/library/cpp/scheme/scimpl_select.rl6
@@ -1,4 +1,4 @@
-#include <library/cpp/scheme/scimpl.h>
+#include <library/cpp/scheme/scimpl.h>
#include <util/string/cast.h>
#include <util/string/escape.h>
diff --git a/library/cpp/scheme/tests/fuzz_json/fuzz_json.cpp b/library/cpp/scheme/tests/fuzz_json/fuzz_json.cpp
index 8d4c0fa8a0..f16d28a340 100644
--- a/library/cpp/scheme/tests/fuzz_json/fuzz_json.cpp
+++ b/library/cpp/scheme/tests/fuzz_json/fuzz_json.cpp
@@ -1,4 +1,4 @@
-#include <library/cpp/scheme/tests/fuzz_json/lib/fuzz_json.h>
+#include <library/cpp/scheme/tests/fuzz_json/lib/fuzz_json.h>
extern "C" int LLVMFuzzerTestOneInput(const ui8* wireData, const size_t wireSize) {
NSc::NUt::FuzzJson({(const char*)wireData, wireSize});
diff --git a/library/cpp/scheme/tests/fuzz_json/lib/fuzz_json.cpp b/library/cpp/scheme/tests/fuzz_json/lib/fuzz_json.cpp
index 7c16527c23..72d294ce96 100644
--- a/library/cpp/scheme/tests/fuzz_json/lib/fuzz_json.cpp
+++ b/library/cpp/scheme/tests/fuzz_json/lib/fuzz_json.cpp
@@ -1,7 +1,7 @@
#include "fuzz_json.h"
#include "util/generic/fwd.h"
-#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/scheme/scheme.h>
#include <util/stream/null.h>
namespace {
diff --git a/library/cpp/scheme/tests/fuzz_json/lib/ya.make b/library/cpp/scheme/tests/fuzz_json/lib/ya.make
index b30a6c9350..f0ff66a3aa 100644
--- a/library/cpp/scheme/tests/fuzz_json/lib/ya.make
+++ b/library/cpp/scheme/tests/fuzz_json/lib/ya.make
@@ -12,7 +12,7 @@ SRCS(
)
PEERDIR(
- library/cpp/scheme
+ library/cpp/scheme
)
END()
diff --git a/library/cpp/scheme/tests/fuzz_json/ya.make b/library/cpp/scheme/tests/fuzz_json/ya.make
index 0d91c70585..38a1bac3d2 100644
--- a/library/cpp/scheme/tests/fuzz_json/ya.make
+++ b/library/cpp/scheme/tests/fuzz_json/ya.make
@@ -14,7 +14,7 @@ SRCS(
)
PEERDIR(
- library/cpp/scheme/tests/fuzz_json/lib
+ library/cpp/scheme/tests/fuzz_json/lib
)
END()
diff --git a/library/cpp/scheme/tests/fuzz_ops/fuzz_ops.cpp b/library/cpp/scheme/tests/fuzz_ops/fuzz_ops.cpp
index facde50f5a..3b9b2ba8f9 100644
--- a/library/cpp/scheme/tests/fuzz_ops/fuzz_ops.cpp
+++ b/library/cpp/scheme/tests/fuzz_ops/fuzz_ops.cpp
@@ -1,4 +1,4 @@
-#include <library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.h>
+#include <library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.h>
extern "C" int LLVMFuzzerTestOneInput(const ui8* wireData, const size_t wireSize) {
NSc::NUt::FuzzOps({(const char*)wireData, wireSize}, false);
diff --git a/library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.cpp b/library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.cpp
index 8a7facba24..3766b3fdef 100644
--- a/library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.cpp
+++ b/library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.cpp
@@ -3,10 +3,10 @@
#include "vm_defs.h"
#include "vm_parse.h"
-#include <library/cpp/bit_io/bitinput.h>
+#include <library/cpp/bit_io/bitinput.h>
-#include <library/cpp/scheme/scheme.h>
-#include <library/cpp/scheme/scimpl_private.h>
+#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/scheme/scimpl_private.h>
#include <util/generic/maybe.h>
diff --git a/library/cpp/scheme/tests/fuzz_ops/lib/vm_defs.h b/library/cpp/scheme/tests/fuzz_ops/lib/vm_defs.h
index 9a0ddf7351..9019281895 100644
--- a/library/cpp/scheme/tests/fuzz_ops/lib/vm_defs.h
+++ b/library/cpp/scheme/tests/fuzz_ops/lib/vm_defs.h
@@ -1,7 +1,7 @@
#pragma once
-#include <library/cpp/bit_io/bitinput.h>
-#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/bit_io/bitinput.h>
+#include <library/cpp/scheme/scheme.h>
#include <util/generic/deque.h>
#include <util/generic/maybe.h>
diff --git a/library/cpp/scheme/tests/fuzz_ops/lib/ya.make b/library/cpp/scheme/tests/fuzz_ops/lib/ya.make
index 279a2ca2d4..a31d919acf 100644
--- a/library/cpp/scheme/tests/fuzz_ops/lib/ya.make
+++ b/library/cpp/scheme/tests/fuzz_ops/lib/ya.make
@@ -17,7 +17,7 @@ SRCS(
)
PEERDIR(
- library/cpp/scheme
+ library/cpp/scheme
)
END()
diff --git a/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp b/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp
index ce3786a671..f34df2535c 100644
--- a/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp
+++ b/library/cpp/scheme/tests/fuzz_ops/ut/vm_parse_ut.cpp
@@ -1,4 +1,4 @@
-#include <library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.h>
+#include <library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.h>
#include <library/cpp/testing/unittest/registar.h>
Y_UNIT_TEST_SUITE(TestParseNextAction) {
diff --git a/library/cpp/scheme/tests/fuzz_ops/ut/ya.make b/library/cpp/scheme/tests/fuzz_ops/ut/ya.make
index 5c933518ea..1f6bf257aa 100644
--- a/library/cpp/scheme/tests/fuzz_ops/ut/ya.make
+++ b/library/cpp/scheme/tests/fuzz_ops/ut/ya.make
@@ -4,8 +4,8 @@ OWNER(velavokr)
PEERDIR(
library/cpp/testing/unittest
- library/cpp/scheme
- library/cpp/scheme/tests/fuzz_ops/lib
+ library/cpp/scheme
+ library/cpp/scheme/tests/fuzz_ops/lib
)
SRCS(
diff --git a/library/cpp/scheme/tests/fuzz_ops/ya.make b/library/cpp/scheme/tests/fuzz_ops/ya.make
index 025241ef20..e7f3238c5f 100644
--- a/library/cpp/scheme/tests/fuzz_ops/ya.make
+++ b/library/cpp/scheme/tests/fuzz_ops/ya.make
@@ -12,7 +12,7 @@ SRCS(
)
PEERDIR(
- library/cpp/scheme/tests/fuzz_ops/lib
+ library/cpp/scheme/tests/fuzz_ops/lib
)
END()
diff --git a/library/cpp/scheme/tests/ut/fuzz_ops_found_bugs_ut.cpp b/library/cpp/scheme/tests/ut/fuzz_ops_found_bugs_ut.cpp
index a445b0f87c..9217615d3e 100644
--- a/library/cpp/scheme/tests/ut/fuzz_ops_found_bugs_ut.cpp
+++ b/library/cpp/scheme/tests/ut/fuzz_ops_found_bugs_ut.cpp
@@ -1,5 +1,5 @@
-#include <library/cpp/scheme/scheme.h>
-#include <library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.h>
+#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/scheme/tests/fuzz_ops/lib/fuzz_ops.h>
#include <library/cpp/testing/unittest/registar.h>
#include <util/string/hex.h>
diff --git a/library/cpp/scheme/tests/ut/scheme_cast_ut.cpp b/library/cpp/scheme/tests/ut/scheme_cast_ut.cpp
index 4f907157e9..a4e0f09189 100644
--- a/library/cpp/scheme/tests/ut/scheme_cast_ut.cpp
+++ b/library/cpp/scheme/tests/ut/scheme_cast_ut.cpp
@@ -1,5 +1,5 @@
-#include <library/cpp/scheme/scheme.h>
-#include <library/cpp/scheme/scheme_cast.h>
+#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/scheme/scheme_cast.h>
#include <library/cpp/testing/unittest/registar.h>
diff --git a/library/cpp/scheme/tests/ut/scheme_json_ut.cpp b/library/cpp/scheme/tests/ut/scheme_json_ut.cpp
index daeb2654f9..cbd1840fd7 100644
--- a/library/cpp/scheme/tests/ut/scheme_json_ut.cpp
+++ b/library/cpp/scheme/tests/ut/scheme_json_ut.cpp
@@ -1,5 +1,5 @@
-#include <library/cpp/scheme/scimpl_private.h>
-#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
+#include <library/cpp/scheme/scimpl_private.h>
+#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
#include <library/cpp/testing/unittest/registar.h>
#include <util/stream/null.h>
diff --git a/library/cpp/scheme/tests/ut/scheme_merge_ut.cpp b/library/cpp/scheme/tests/ut/scheme_merge_ut.cpp
index 2a06cf110d..e7c59e1edc 100644
--- a/library/cpp/scheme/tests/ut/scheme_merge_ut.cpp
+++ b/library/cpp/scheme/tests/ut/scheme_merge_ut.cpp
@@ -1,5 +1,5 @@
-#include <library/cpp/scheme/scimpl_private.h>
-#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
+#include <library/cpp/scheme/scimpl_private.h>
+#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
#include <library/cpp/testing/unittest/registar.h>
#include <util/stream/null.h>
diff --git a/library/cpp/scheme/tests/ut/scheme_path_ut.cpp b/library/cpp/scheme/tests/ut/scheme_path_ut.cpp
index 0d4d79d483..743c0c7de8 100644
--- a/library/cpp/scheme/tests/ut/scheme_path_ut.cpp
+++ b/library/cpp/scheme/tests/ut/scheme_path_ut.cpp
@@ -1,5 +1,5 @@
-#include <library/cpp/scheme/scimpl_private.h>
-#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
+#include <library/cpp/scheme/scimpl_private.h>
+#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
#include <library/cpp/testing/unittest/registar.h>
#include <util/stream/null.h>
diff --git a/library/cpp/scheme/tests/ut/scheme_proto_ut.cpp b/library/cpp/scheme/tests/ut/scheme_proto_ut.cpp
index e711a0d092..abeda9d648 100644
--- a/library/cpp/scheme/tests/ut/scheme_proto_ut.cpp
+++ b/library/cpp/scheme/tests/ut/scheme_proto_ut.cpp
@@ -1,6 +1,6 @@
-#include <library/cpp/protobuf/util/is_equal.h>
-#include <library/cpp/scheme/scheme.h>
-#include <library/cpp/scheme/tests/ut/scheme_ut.pb.h>
+#include <library/cpp/protobuf/util/is_equal.h>
+#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/scheme/tests/ut/scheme_ut.pb.h>
#include <library/cpp/testing/unittest/registar.h>
Y_UNIT_TEST_SUITE(TSchemeProtoTest) {
diff --git a/library/cpp/scheme/tests/ut/scheme_ut.cpp b/library/cpp/scheme/tests/ut/scheme_ut.cpp
index 1a5d07c31b..93ba3207cd 100644
--- a/library/cpp/scheme/tests/ut/scheme_ut.cpp
+++ b/library/cpp/scheme/tests/ut/scheme_ut.cpp
@@ -1,5 +1,5 @@
-#include <library/cpp/scheme/scimpl_private.h>
-#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
+#include <library/cpp/scheme/scimpl_private.h>
+#include <library/cpp/scheme/ut_utils/scheme_ut_utils.h>
#include <library/cpp/testing/unittest/registar.h>
#include <util/stream/null.h>
diff --git a/library/cpp/scheme/tests/ut/ya.make b/library/cpp/scheme/tests/ut/ya.make
index 9f54791414..5612fe1869 100644
--- a/library/cpp/scheme/tests/ut/ya.make
+++ b/library/cpp/scheme/tests/ut/ya.make
@@ -3,9 +3,9 @@ UNITTEST()
OWNER(velavokr)
PEERDIR(
- library/cpp/protobuf/util
- library/cpp/scheme/tests/fuzz_ops/lib
- library/cpp/scheme/ut_utils
+ library/cpp/protobuf/util
+ library/cpp/scheme/tests/fuzz_ops/lib
+ library/cpp/scheme/ut_utils
library/cpp/string_utils/quote
library/cpp/testing/unittest
)
diff --git a/library/cpp/scheme/ut_utils/scheme_ut_utils.cpp b/library/cpp/scheme/ut_utils/scheme_ut_utils.cpp
index 0bbdab10e8..22f2e99f26 100644
--- a/library/cpp/scheme/ut_utils/scheme_ut_utils.cpp
+++ b/library/cpp/scheme/ut_utils/scheme_ut_utils.cpp
@@ -1,6 +1,6 @@
#include "scheme_ut_utils.h"
-#include <library/cpp/colorizer/colors.h>
+#include <library/cpp/colorizer/colors.h>
#include <util/stream/str.h>
diff --git a/library/cpp/scheme/ut_utils/scheme_ut_utils.h b/library/cpp/scheme/ut_utils/scheme_ut_utils.h
index eb3ea15b2a..025e69d54e 100644
--- a/library/cpp/scheme/ut_utils/scheme_ut_utils.h
+++ b/library/cpp/scheme/ut_utils/scheme_ut_utils.h
@@ -1,9 +1,9 @@
#pragma once
-#include <library/cpp/json/json_prettifier.h>
-#include <library/cpp/scheme/scheme.h>
-#include <library/cpp/json/json_value.h>
-#include <library/cpp/json/json_writer.h>
+#include <library/cpp/json/json_prettifier.h>
+#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/json/json_value.h>
+#include <library/cpp/json/json_writer.h>
#include <library/cpp/testing/unittest/registar.h>
#include <util/string/cast.h>
diff --git a/library/cpp/scheme/ut_utils/ya.make b/library/cpp/scheme/ut_utils/ya.make
index 7661262e1b..abb5dad24b 100644
--- a/library/cpp/scheme/ut_utils/ya.make
+++ b/library/cpp/scheme/ut_utils/ya.make
@@ -7,9 +7,9 @@ SRCS(
)
PEERDIR(
- library/cpp/colorizer
- library/cpp/json
- library/cpp/scheme
+ library/cpp/colorizer
+ library/cpp/json
+ library/cpp/scheme
library/cpp/testing/unittest
)
diff --git a/library/cpp/scheme/util/scheme_holder.h b/library/cpp/scheme/util/scheme_holder.h
index f2fa16d1cd..61006ede10 100644
--- a/library/cpp/scheme/util/scheme_holder.h
+++ b/library/cpp/scheme/util/scheme_holder.h
@@ -1,6 +1,6 @@
#pragma once
-#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/scheme/scheme.h>
// Scheme adapter that holds referenced value
diff --git a/library/cpp/scheme/util/utils.h b/library/cpp/scheme/util/utils.h
index f7d666f67a..6d38164dec 100644
--- a/library/cpp/scheme/util/utils.h
+++ b/library/cpp/scheme/util/utils.h
@@ -1,6 +1,6 @@
#pragma once
-#include <library/cpp/scheme/scheme.h>
+#include <library/cpp/scheme/scheme.h>
#include <util/generic/strbuf.h>
#include <util/ysaveload.h>
diff --git a/library/cpp/scheme/ya.make b/library/cpp/scheme/ya.make
index bac08ba5a4..54fcad05f4 100644
--- a/library/cpp/scheme/ya.make
+++ b/library/cpp/scheme/ya.make
@@ -16,7 +16,7 @@ SRCS(
PEERDIR(
contrib/libs/protobuf
- library/cpp/json
+ library/cpp/json
library/cpp/string_utils/relaxed_escaper
)