Merged
Conversation
… tests - Updated analysis_options.yaml to include formatter settings. - Bumped version in pubspec.yaml to 2.1.0. - Updated SDK constraint to ^3.10.0. - Upgraded dev dependencies: benchmark_harness, pro_lints, and test. - Refactored code formatting in binary_reader.dart, binary_writer.dart, and performance test files for consistency.
…performance benchmarks - Added boundary checks for reading methods in BinaryReader to prevent out-of-bounds access. - Implemented offset getter in BinaryReader to track the current reading position. - Improved BinaryWriter with range validation for writing methods to ensure valid data. - Introduced performance benchmarks for reading and writing various data types, including mixed types, integers, byte arrays, and strings. - Added tests for boundary conditions and validation in BinaryReader and BinaryWriter. - Updated documentation for BinaryReader and BinaryWriter interfaces to reflect new methods and behaviors. - Created GitHub issue templates for bug reports and feature requests. - Set up CI workflows for testing and publishing to pub.dev. - Enhanced contributing guidelines to streamline the contribution process.
…and performance improvements
…g special values and buffer expansion
…gth and improve error messages
…sertions instead of RangeError for better debugging test: Enhance test cases for BinaryReader and BinaryWriter to reflect changes in error handling and improve coverage
… documentation and tests
…d UTF-16 handling and extensive test coverage
…rInterface to clarify behavior with malformed UTF-16 sequences
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.
No description provided.