Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix escaping multibyte strings #219

Merged
merged 8 commits into from
Aug 26, 2024
Merged

Fix escaping multibyte strings #219

merged 8 commits into from
Aug 26, 2024

Conversation

dakulov
Copy link
Contributor

@dakulov dakulov commented Aug 13, 2024

This pull request addresses several issues and improvements:

  1. Carog update for rust compatibility:
    A carog update was performed to resolve a compilation issue under Rust 1.80.1. The error was caused by the time v0.3.22 library, specifically the Error[E0282]: type annotations needed for Box<_> in the file time-0.3.22/src/format_description/parse/mod.rs:83:9. Please note, I am not a Rust developer, and while the carog update resolved the issue, I am not fully certain this is the most appropriate solution.

  2. Docker compose update:
    The docker-compose command in the demo makefile has been replaced with the recommended docker compose command.

  3. Critical bug fix:
    Addressed the critical issue reported in issue #218, where, under certain circumstances, escaping a multibyte string could cause a critical error and interrupt the dump creation process.

  4. Tests added:
    Added tests to cover two basic scenarios where the aforementioned bug could occur, ensuring the robustness of the fix.

@dakulov dakulov changed the title Fix escaping a multibyte strings Fix escaping multibyte strings Aug 13, 2024
@evgeniy-r evgeniy-r merged commit d965fb9 into datanymizer:main Aug 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants