Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make x capable of resolving symlinks #116732

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Commits on Oct 14, 2023

  1. Make x capable of resolving symlinks

    When bootstrapping from outside of the rust source,
    instead of calling 'x' from the absolute path
    (like /home/user/rust/x), we should be able to link 'x'
    from the rust source to binary paths so it can be used easily.
    Before this change, 'x' was not capable of finding 'x.py' when
    called from the linked file.
    
    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e0fe1d6 View commit details
    Browse the repository at this point in the history