-
Notifications
You must be signed in to change notification settings - Fork 2.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
Cannot extend build directives within cargo #11461
Comments
tl;dr we decided to extend the build directive syntax with Ideally, How to do it
In the cargo team meeting we feel like |
Could i take a look into this? Currently learning rust and it is marked as 'help wanted' |
Sure. Feel free to message me on Zulip if you have questions |
@rustbot claim |
@rustbot claim Since there was no progress for a long time, I wanted to try to implement it. |
@epage Could you explain a bit about |
Go ahead, i wanted to help here but college brought me down. As @epage told me, please take a look into #11312 , because it points out to a bunch of the places that must be changed for this request. EDIT: i copied the wrong pull request, sorry for that. |
@hi-rustin sorry if this wasn't clear but all of those notes were a summary of the discussion. We ended up deciding this will not need an edition boundary as we ended up preferring the "Hack in a new namespace, say cargo:: instead of cargo:" route (those were meant to be alternatives, not parts of the same solution). |
Would it be feasible/desirable to make this it's own issue? given that, according to you:
This could probably be added to the issue list. I might be wrong however, since i'm still fairly new to the codebase. What do you think @epage ? |
Its not quite clear to me what we would want another issue for or what you mean by "added to the issue list". This issue would be resolved by the |
Alright then, makes sense. |
Got it. Thanks! I will give it a try recently. |
Because of
cargo:KEY=VALUE
, it isn't safe to addcargo:error=
(or any other directive) as it can be interpreted as a KEY/VALUE, blocking #10159.The text was updated successfully, but these errors were encountered: