Skip to content

Don't canoncalize binary names#97

Merged
syphar merged 2 commits into
rust-lang:masterfrom
ChrisDenton:shims
Mar 19, 2025
Merged

Don't canoncalize binary names#97
syphar merged 2 commits into
rust-lang:masterfrom
ChrisDenton:shims

Conversation

@ChrisDenton

@ChrisDenton ChrisDenton commented Mar 17, 2025

Copy link
Copy Markdown
Member

This avoids rustup shims being resolved to their real path (i.e. rustup[.exe]) instead of their shim name (e.g. cargo[.exe]).

Hopefully fixes #94

This avoids resolving rustup shims to their real name
@syphar syphar assigned syphar and unassigned syphar Mar 19, 2025

@syphar syphar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thanks!

I'm really wondering why that approach didn't work when I tried, but that's probably me not knowing rustwide as good as I want to :)

Tests pass, which means everything seems time now.

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.

Rustwide fails due to symlink resolution with new rustup

2 participants