internal: Reject symlinks in project-json#14402
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