Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
vendorpull https://github.com/sourcemeta/vendorpull 1dcbac42809cf87cb5b045106b863e17ad84ba02
uwebsockets https://github.com/uNetworking/uWebSockets v20.74.0
core https://github.com/sourcemeta/core 6d1acddbe4888f0ca3b98a13f13f7b1fa44be964
blaze https://github.com/sourcemeta/blaze ed6889f138b0b446cce79e5adb4c7facaefd6846
jsonbinpack https://github.com/sourcemeta/jsonbinpack 5e0e10c4550a2e5d4c13af037d3bb295acb19726
core https://github.com/sourcemeta/core 8067ad94fb963e0d60c6d2092846b99d048319b0
blaze https://github.com/sourcemeta/blaze 8f44f7dd663994a35bed23f986995704a4d1dade
jsonbinpack https://github.com/sourcemeta/jsonbinpack 3898774a945ebf7392bad8a9015ead97a0518a19
hydra https://github.com/sourcemeta/hydra c86d2165a2f27f838837af1a5af24b1055a35317
codegen https://github.com/sourcemeta/codegen f1c1cc50799b69ce8a5bb970e606f229b7fe60a1
jsonschema https://github.com/sourcemeta/jsonschema v14.6.0
codegen https://github.com/sourcemeta/codegen 7733b3071cb140bc0d09406ebb9c3f306d71f7bf
jsonschema https://github.com/sourcemeta/jsonschema 081c3b70e09b408a35a513f4727ac7b93d469885
bootstrap https://github.com/twbs/bootstrap v5.3.3
bootstrap-icons https://github.com/twbs/icons v1.11.3
collections/sourcemeta/std/v0 https://github.com/sourcemeta/std v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/index/generators.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ struct GENERATE_HEALTH {
return resolver(identifier, callback);
},
[&errors](const auto &pointer, const auto &name, const auto &message,
const auto &outcome) {
const auto &outcome, const bool) {
auto entry{sourcemeta::core::JSON::make_object()};
entry.assign("name", sourcemeta::core::JSON{name});
entry.assign("message", sourcemeta::core::JSON{message});
Expand Down
1 change: 0 additions & 1 deletion vendor/blaze/CMakeLists.txt

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

Loading