-
Notifications
You must be signed in to change notification settings - Fork 1.7k
internal: Reject symlinks in project-json #14402
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
Conversation
@bors r+ |
☀️ Test successful - checks-actions |
This breaks my workflow when using meson now. Symlinked rust-project.json should only be rejected if they contain any relative paths. Otherwise there's no reason to reject them. |
Ah, sorry. I'll fix that up later today (or tomorrow). (Might as well think about how we want to handle symlinks properly) |
No worries. I use a custom build with this change reverted for the time being :) |
This change also breaks the setup we use with Fuchsia, where the |
Yeah that's basically the same as my setup with meson. |
fix: Canonicalize rust-project.json manifest path Looked a bit more into this and I think we can do this after all, I don't see any place where this should break things cc #14168 #14402 (comment)
cc #14168