Skip to content

Commit b89aaef

Browse files
authored
Upgrade all Sourcemeta dependencies (#438)
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent d186c54 commit b89aaef

File tree

20 files changed

+487
-10
lines changed

20 files changed

+487
-10
lines changed

DEPENDENCIES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
vendorpull https://github.com/sourcemeta/vendorpull dea311b5bfb53b6926a4140267959ae334d3ecf4
2-
core https://github.com/sourcemeta/core 7d7de98576f3d5c27dd340fd9ecde769eacb7961
3-
jsonbinpack https://github.com/sourcemeta/jsonbinpack 3a5e2e37ad664be277a34145a9efc0ab14558421
4-
blaze https://github.com/sourcemeta/blaze c907bb924fd21391b02aa15a80316710a3355295
2+
core https://github.com/sourcemeta/core 1e83e267f00bd5686d9546fb20877bf6e4b20dc5
3+
jsonbinpack https://github.com/sourcemeta/jsonbinpack ba1c4b7c2401aa616b87b70c45409fcf1b7c412d
4+
blaze https://github.com/sourcemeta/blaze 177e566fa6e787df5ad0cf1abd26f34eb4878d9d
55
curl https://github.com/curl/curl curl-8_14_0
66
bearssl https://www.bearssl.org/git/BearSSL 8ef7680081c61b486622f2d983c0d3d21e83caad

cmake/FindCore.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ if(NOT Core_FOUND)
33
set(SOURCEMETA_CORE_CONTRIB_GOOGLETEST OFF CACHE BOOL "GoogleTest")
44
set(SOURCEMETA_CORE_CONTRIB_GOOGLEBENCHMARK OFF CACHE BOOL "GoogleBenchmark")
55
set(SOURCEMETA_CORE_GZIP OFF CACHE BOOL "GZIP")
6+
set(SOURCEMETA_CORE_EXTENSION_BUILD OFF CACHE BOOL "Build")
67
set(SOURCEMETA_CORE_CONTRIB_ZLIB ON CACHE BOOL "ZLIB")
78
add_subdirectory("${PROJECT_SOURCE_DIR}/vendor/core")
89
include(Sourcemeta)

test/lint/pass_lint_list_exclude.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ multiple_of_default
115115
non_applicable_type_specific_keywords
116116
Avoid keywords that don't apply to the type or types that the current subschema expects
117117
118+
not_false
119+
Setting the `not` keyword to `false` imposes no constraints. Negating `false` yields the always-true schema
120+
118121
pattern_properties_default
119122
Setting the `patternProperties` keyword to the empty object does not add any further constraint
120123
@@ -157,7 +160,7 @@ unsatisfiable_max_contains
157160
unsatisfiable_min_properties
158161
Setting `minProperties` to a number less than `required` does not add any further constraint
159162
160-
Number of rules: 49
163+
Number of rules: 50
161164
EOF
162165

163166
diff "$TMP/output.txt" "$TMP/expected.txt"

test/lint/pass_lint_list_long.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ multiple_of_default
121121
non_applicable_type_specific_keywords
122122
Avoid keywords that don't apply to the type or types that the current subschema expects
123123
124+
not_false
125+
Setting the `not` keyword to `false` imposes no constraints. Negating `false` yields the always-true schema
126+
124127
pattern_properties_default
125128
Setting the `patternProperties` keyword to the empty object does not add any further constraint
126129
@@ -163,7 +166,7 @@ unsatisfiable_max_contains
163166
unsatisfiable_min_properties
164167
Setting `minProperties` to a number less than `required` does not add any further constraint
165168
166-
Number of rules: 51
169+
Number of rules: 52
167170
EOF
168171

169172
diff "$TMP/output.txt" "$TMP/expected.txt"

test/lint/pass_lint_list_short.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ multiple_of_default
121121
non_applicable_type_specific_keywords
122122
Avoid keywords that don't apply to the type or types that the current subschema expects
123123
124+
not_false
125+
Setting the `not` keyword to `false` imposes no constraints. Negating `false` yields the always-true schema
126+
124127
pattern_properties_default
125128
Setting the `patternProperties` keyword to the empty object does not add any further constraint
126129
@@ -163,7 +166,7 @@ unsatisfiable_max_contains
163166
unsatisfiable_min_properties
164167
Setting `minProperties` to a number less than `required` does not add any further constraint
165168
166-
Number of rules: 51
169+
Number of rules: 52
167170
EOF
168171

169172
diff "$TMP/output.txt" "$TMP/expected.txt"

vendor/core/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/core/config.cmake.in

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/core/src/core/json/include/sourcemeta/core/json_auto.h

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/core/src/core/jsonschema/jsonschema.cc

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/core/src/extension/alterschema/alterschema.cc

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)