-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
-J
option group (#748)
* Add support for `-J` option group This commit adds support for the `-J` option group and enables `javy-json` and `override-json-parse-and-stringify` by default. Additionally, this change improves how the javy cli integration tests are defined by introducing a `javy_cli_test` which: * Produces a test per supported command (`compile` and `build`) * Provides a set of defaults depending on the command under test Generating a test per command improves the developer experience of determining failures on particular command configurations. Lastly, this change bumps the provider to v3, given that new funcionality is introduced as part of enabling `javy-json` and `override-json-parse-and-stringify`. In order to test that the `compile` command remains "frozen", using version 2 of the provider, this commit introduces a static copy of the v2 provided downloaded from the releases section. * Add explicit types to `this.eval[_with_options]` calls To address: rust-lang/rust#123748 * Clarify the usage of `clippy::too_many_arguments` * Clippy fixes * Rename `override-json-parse-and-stringify` to `simd-json-builtins` * Update `javy-fuzz` * More migration * Update test-macros to use `simd_json_builtins`
- Loading branch information
1 parent
4031546
commit e55fd90
Showing
21 changed files
with
818 additions
and
560 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.