-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Adding symbolic link support. #3506
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! |
Thank you for taking a stab at this, and sorry for the late follow-up. I've mulled over this for a while. Although this is a possible implementation for the support, I actually envisioned a different approach in the past: to have a dedicated configuration in the same way that the Bazel
So, a configuration like the following at the top level is what have been thinking about: <links>
<link>
<path>/path/to/link</path>
<target>/path/to/target</target>
<!-- and potentially type: soft or hard, but perhaps only soft? -->
</link>
</links> Unfortunately, I anticipate implementing this will require much more efforts, perhaps extending the public API of |
Just in case, this idea is not something I capriciously came up with just now: #1576 (comment) |
Hello chanseokoh, granted
As a remedy, wouldn't it be easily possible to keep backwards compatibilty utilizing a flag in the layer builder, say 'retainSymlinks'? What do you think? Regards, Stefan |
Hello again, I have extended seanleblanc approach and extended it such that the user needs to explicitly I am totally new on github and don't really know how to proceed now. Any advice appreciated. Anyway, if you like, give it a look. Tests are pending yet ... |
@StefanGoldmann Could you create another Pull Request with your changes, please? |
I'm on vacation, but will do in 2 weeks.
Regards, Stefan
Andrew Putsev ***@***.***> schrieb am Mi., 7. Feb. 2024,
11:11:
… @StefanGoldmann <https://github.com/StefanGoldmann> Could you create
another Pull Request with your changes, please?
—
Reply to this email directly, view it on GitHub
<#3506 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4V4XECBDN5HMASGJBYIUFLYSNHOPAVCNFSM5IDH2YWKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJTGE3TAOBVGUYQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Related to: #2275