Merged
Conversation
…between the SLICE token name and the slice parameters, which caused confusion since slice uses colons for delimiting fields. Now enclosing the slice parameters in brackets [].
…out before function expressions were implemented. These paths can now be used to test function expressions.
Refactored lexer test case generation to output a json file. Converted previous multiple text files into a single json test file (lexer_tests.json). Implemented new tests in test_lexer_rfc9535_tables.py.
Refactored function argument validation. Cleaned up grammar and spelling. Changed to using forward references so that nested declarations are shorter when dynamically getting type hints. Improved grammar, added documentation for try_register().
- **Evaluator Updates:** - Resolved bugs in `evaluator.py` causing strings to be misinterpreted as arrays. - Enhanced `ValueError` in `evaluator_types.py` with clearer escaped path details. - **Test Enhancements:** - Added unit test generation for `create_subparser_test_files()`. - Generated `evaluator_test_cases.json` and updated `parser_test_cases.json` and `lexer_test_cases.json` after uncommenting tests for `match()` and `search()` in `table_12.jpathl`. - Introduced two new tests in `test_helper.py` to verify escaping path fixes. - Ensured no log warnings in Cycle query test. - **Code Cleanup:** - Removed unused `_write_to_json_file` method in `test_cts.py`. - Polished grammar, comments, and removed redundancy in test files.
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.
Merge test cleanup improvements into main. Closes #5