Skip to content

🐛 fix(mq-lang): fix incorrect #[cfg(unix)] to #[cfg(not(windows))] inconvert.rs#1336

Merged
harehare merged 1 commit intomainfrom
fix/convert-cfg-not-unix
Feb 25, 2026
Merged

🐛 fix(mq-lang): fix incorrect #[cfg(unix)] to #[cfg(not(windows))] inconvert.rs#1336
harehare merged 1 commit intomainfrom
fix/convert-cfg-not-unix

Conversation

@harehare
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings February 25, 2026 13:07
Copy link
Copy Markdown
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 platform-specific conditional compilation in mq-lang’s convert builtin so non-Windows, non-Unix targets (e.g., wasm) still get an is_file_path implementation.

Changes:

  • Replace #[cfg(unix)] with #[cfg(not(windows))] for the non-Windows is_file_path implementation.

@harehare harehare merged commit bed1b9e into main Feb 25, 2026
8 checks passed
@harehare harehare deleted the fix/convert-cfg-not-unix branch February 25, 2026 13:22
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