Skip to content

Conversation

@iorizu
Copy link

@iorizu iorizu commented Nov 13, 2025

Exactly what is says on the tin.

We can't replace once_cell::OnceCell with std::cell::OnceCell yet because expect-test uses the try api (rust-lang/rust#109737).

@iorizu
Copy link
Author

iorizu commented Nov 13, 2025

The CI failure is caused by a strange cfg value defined in the cmd! macro. That macro is imported from xshell 0.1.17 via xaction 0.2.4. The latest version of xshell doesn't have this issue, but the repo of xactions is archived so it can't be fixed.

I think the two options are:

  • Remove the dependency on xactions or
  • Add a dependency on a later version of xshell and import cmd! from there

I'd rather remove the dep on xactions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant