Skip to content

Conversation

@artem1984A
Copy link

No description provided.

@artem1984A
Copy link
Author

Applied all suggestions:
Simplified test to use hardcoded expected values (7e3adae)

  • Removed comparison with original VarMap implementation
  • Tests now directly verify against known expected values
  • Makes tests clearer and more maintainable

Used std::env::temp_dir() for cross-platform compatibility (4bc438e)

  • Replaced hardcoded /tmp/ paths with OS-agnostic temporary directory
  • Now should works correctly on Windows, macOS, Linux, and other platforms

Removed manual memory leak in batch operations (5930869)

  • Changed from Box::leak() to Vec<String> + .as_str() pattern

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.

2 participants