Skip to content

Commit

Permalink
Upgrade all Sourcemeta dependencies (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti authored Feb 13, 2025
1 parent c35e1b0 commit 3a2da86
Show file tree
Hide file tree
Showing 12 changed files with 546 additions and 359 deletions.
6 changes: 3 additions & 3 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendorpull https://github.com/sourcemeta/vendorpull dea311b5bfb53b6926a4140267959ae334d3ecf4
core https://github.com/sourcemeta/core 8b7c698d7e9df6638cda5e32fbcb01653dbe7c54
core https://github.com/sourcemeta/core 918a17d1e4f82a12334bf99d67ffef4e77fd6722
hydra https://github.com/sourcemeta/hydra a67b879df800e834ed8a2d056f98398f7211d870
jsonbinpack https://github.com/sourcemeta/jsonbinpack d92d791f2451c7a1598ff4e908cc0298faeeea5e
blaze https://github.com/sourcemeta/blaze d0aafed3d2c0d16edaccddcc41917940c6f6f2b5
jsonbinpack https://github.com/sourcemeta/jsonbinpack c7bb7f4d903c3b6925b62ce2bb5b8d360e01ce84
blaze https://github.com/sourcemeta/blaze bf456d47dfd7fc51f077da268412735b4c6f9fa7
3 changes: 2 additions & 1 deletion src/command_inspect.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ auto sourcemeta::jsonschema::cli::inspect(
const sourcemeta::core::JSON schema{
sourcemeta::jsonschema::cli::read_file(options.at("").front())};

sourcemeta::core::SchemaFrame frame;
sourcemeta::core::SchemaFrame frame{
sourcemeta::core::SchemaFrame::Mode::References};
frame.analyse(schema, sourcemeta::core::schema_official_walker,
resolver(options));

Expand Down
3 changes: 2 additions & 1 deletion vendor/blaze/src/compiler/compile.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/blaze/src/compiler/compile_helpers.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/core/src/core/jsonschema/bundle.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a2da86

Please sign in to comment.