[Chore] Fix typos, and organize functions for style #1087
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.
Description
This PR addresses the following non-functional maintenance tasks:
No functional changes have been made in this PR. The main objective is to improve the maintainability and clarity of the code.
Closes #1086
Important
Cleaned up unused imports, fixed typos, and reorganized functions for improved code style and readability.
to_baml_arg.rs
,json_schema.rs
,repr.rs
,chat_message_part.rs
,array_helper.rs
,coerce_optional.rs
,field_type.rs
,coerce_class.rs
,match_string.rs
,types.rs
,iterative_parser.rs
,parse_state.rs
,raw_value.rs
,test_iterative_parser.rs
,fixing_parser.rs
,json_collection.rs
,json_parse_state.rs
,value.rs
,lib.rs
,api_interface.rs
,core_types.rs
,mod.rs
,threaded_tracer.rs
,harness.rs
,test_runtime.rs
,runtime_wasm.rs
,generate_types.rs
,mod.rs
,parse_py_type.rs
,runtime.rs
,baml_example_app.py
.CHANGELOG.md
,README.md
,to_baml_arg.rs
,json_schema.rs
,repr.rs
,types.rs
,comments.rs
,misspeled_boolean_literals.baml
,valid_dictionary.baml
,shorthand_clients.baml
,failing_tests.baml
,valid_tests.baml
,valid.baml
,baml_value_to_jinja_value.rs
,chat_message_part.rs
,lib.rs
,api_interface.rs
,core_types.rs
,mod.rs
,threaded_tracer.rs
,harness.rs
,test_runtime.rs
,runtime_wasm.rs
,generate_types.rs
,mod.rs
,parse_py_type.rs
,runtime.rs
,baml_example_app.py
.to_baml_arg.rs
,json_schema.rs
,repr.rs
,chat_message_part.rs
,array_helper.rs
,coerce_optional.rs
,field_type.rs
,coerce_class.rs
,match_string.rs
,types.rs
,iterative_parser.rs
,parse_state.rs
,raw_value.rs
,test_iterative_parser.rs
,fixing_parser.rs
,json_collection.rs
,json_parse_state.rs
,value.rs
,lib.rs
,api_interface.rs
,core_types.rs
,mod.rs
,threaded_tracer.rs
,harness.rs
,test_runtime.rs
,runtime_wasm.rs
,generate_types.rs
,mod.rs
,parse_py_type.rs
,runtime.rs
,baml_example_app.py
.This description was created by for 825d39e. It will automatically update as commits are pushed.