Skip to content

Conversation

@ZR233
Copy link
Contributor

@ZR233 ZR233 commented Nov 27, 2025

  • fix AXVISOR_VM_CONFIGS separator

  • fix: use std::env::join_paths for AXVISOR_VM_CONFIGS

* fix AXVISOR_VM_CONFIGS separator

* fix: use std::env::join_paths for AXVISOR_VM_CONFIGS
Copilot AI review requested due to automatic review settings November 27, 2025 07:34
@ZR233 ZR233 merged commit cf65b23 into next Nov 27, 2025
0 of 12 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the AXVISOR_VM_CONFIGS environment variable construction to use platform-specific path separators instead of a hardcoded semicolon separator.

Key Changes:

  • Replaces manual string joining with semicolons with std::env::join_paths(), which uses the correct platform-specific path separator (: on Unix, ; on Windows)
  • Adds proper error handling for the path joining operation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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