Test the compile command against the JS Blaze port#714
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1a993e6 to
f1da3df
Compare
There was a problem hiding this comment.
1 issue found across 3 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="test/compile/pass_evaluate_port_js_exhaustive.sh">
<violation number="1" location="test/compile/pass_evaluate_port_js_exhaustive.sh:36">
P2: The negative test case is invalid for multiple reasons, so it can pass without exercising `age` type validation. Include `name` in the failing payload to isolate the `age` type check.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Apr 8, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [sourcemeta/jsonschema](https://github.com/sourcemeta/jsonschema) | minor | `v14.18.0` → `v14.20.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>sourcemeta/jsonschema (sourcemeta/jsonschema)</summary> ### [`v14.20.2`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.20.2) [Compare Source](sourcemeta/jsonschema@v14.20.1...v14.20.2) #### What's Changed - Promote Sourcemeta One in the README by [@​jviotti](https://github.com/jviotti) in [#​717](sourcemeta/jsonschema#717) - Fix NPM publishing of the Blaze evaluator JavaScript port by [@​jviotti](https://github.com/jviotti) in [#​718](sourcemeta/jsonschema#718) **Full Changelog**: <sourcemeta/jsonschema@v14.20.1...v14.20.2> ### [`v14.20.1`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.20.1) [Compare Source](sourcemeta/jsonschema@v14.20.0...v14.20.1) #### What's Changed - Print a warning when commands implicitly apply to the current working directory by [@​jviotti](https://github.com/jviotti) in [#​712](sourcemeta/jsonschema#712) - Print a warning given a `jsonschema.json` without an explicit path by [@​jviotti](https://github.com/jviotti) in [#​715](sourcemeta/jsonschema#715) - Test the `compile` command against the JS Blaze port by [@​jviotti](https://github.com/jviotti) in [#​714](sourcemeta/jsonschema#714) - Fix `jsonschema.json` paths in `resolve` being incorrectly relative to `path` by [@​jviotti](https://github.com/jviotti) in [#​716](sourcemeta/jsonschema#716) **Full Changelog**: <sourcemeta/jsonschema@v14.20.0...v14.20.1> ### [`v14.20.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.20.0) [Compare Source](sourcemeta/jsonschema@v14.19.0...v14.20.0) #### What's Changed - Support dynamic references and `patternProperties` in the `codegen` command by [@​jviotti](https://github.com/jviotti) in [#​711](sourcemeta/jsonschema#711) **Full Changelog**: <sourcemeta/jsonschema@v14.19.0...v14.20.0> ### [`v14.19.0`](https://github.com/sourcemeta/jsonschema/releases/tag/v14.19.0) [Compare Source](sourcemeta/jsonschema@v14.18.0...v14.19.0) #### What's Changed - Add linter rules for `http`/`https` incorrect schemes in dialects by [@​jviotti](https://github.com/jviotti) in [#​708](sourcemeta/jsonschema#708) - Support official dialects with both `http://` and `https://` by [@​jviotti](https://github.com/jviotti) in [#​709](sourcemeta/jsonschema#709) **Full Changelog**: <sourcemeta/jsonschema@v14.18.0...v14.19.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com