File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 env :
8888 HOMEBREW_NO_ANALYTICS : 1
8989 HOMEBREW_NO_AUTO_UPDATE : 1
90- - uses : sourcemeta/ jsonschema@main
90+ - run : npm install --global jsonschema
9191 - run : npm ci
9292 - run : cmake --version
9393 - name : Configure Codegen (static)
Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ auto compile(const sourcemeta::core::JSON &input,
2828 sourcemeta::core::SchemaTransformer canonicalizer;
2929 sourcemeta::core::add (canonicalizer,
3030 sourcemeta::core::AlterSchemaMode::Canonicalizer);
31- const auto canonicalized{
31+ [[maybe_unused]] const auto canonicalized{
3232 canonicalizer.apply (schema, walker, resolver,
3333 [](const auto &, const auto , const auto ,
3434 const auto &) { assert (false ); })};
35- // Canonicalisation only consists of transformable rules
3635 assert (canonicalized.first );
3736
3837 // --------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments