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

Replaced symlink (causing issues with windows) with the file the symlink was pointing to #11482

Closed
wants to merge 2 commits into from

Conversation

Thompson3142
Copy link
Contributor

@Thompson3142 Thompson3142 commented Aug 28, 2024

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

When the git repo is cloned from a windows machine it does not (always) recognize symlinks. I simply copied the contents of the file the symlink was pointing to, into the file with the symlink.

Fixes the following issue(s)

Fixes #10963

Due diligence

@github-actions github-actions bot added the size/medium PRs with less than 250 changed lines label Aug 28, 2024
@Thompson3142
Copy link
Contributor Author

Thompson3142 commented Aug 28, 2024

If this change should be documented in some way to avoid errors when editing only one of the two existing files let me now. (Also my first pull request so be gentle :) )

@Thompson3142 Thompson3142 reopened this Aug 29, 2024
@Thompson3142
Copy link
Contributor Author

Thompson3142 commented Aug 29, 2024

Realized i copied a different file than the one which was actually referenced by the symlink, sorry for the confusion.

Copy link
Member

@litetex litetex left a comment

Choose a reason for hiding this comment

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

Can confirm that this fixes the windows build problem

NOTE however that Git is still reporting that the symlink is present, so some additional changes might be required...

@ShareASmile ShareASmile added bug Issue is related to a bug meta Related to the project but not strictly to code labels Oct 22, 2024
@litetex litetex mentioned this pull request Oct 23, 2024
5 tasks
@Stypox
Copy link
Member

Stypox commented Oct 23, 2024

Superseded by #11636

@Stypox Stypox closed this Oct 23, 2024
@Thompson3142 Thompson3142 deleted the remove_symlink branch October 23, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug meta Related to the project but not strictly to code size/medium PRs with less than 250 changed lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content is not allowed in prolog
4 participants