Greg Morenz
Greg Morenz
Interesting... changing the os to nebulet (making the diff only changing `linker-flavor` and adding `linker`) still works, so I updated the above file to that.
I wanted to write down my thoughts on why I support this a bit more coherently. Most permissions are more to guard against mistakes, then to provide security against malicious...
- 2021-12-26 "Futuristic Rust: context emulation" https://haibane-tenshi.github.io/rust-contexts/ - 2022-07-14 "Futuristic Rust: context emulation, part 2" https://haibane-tenshi.github.io/rust-contexts2/ - 2023-01-24 "Capability-Safety I: Prelude" https://blog.yoshuawuyts.com/capabilities-1/
I ran into what I think is the same issue. If so, it's user error, but user error that the tool could do a better job of avoiding. In short,...
Is this the right RFC to define how argv[0] is set? Currently `cargo -Zscript` passes it as `current_exe` (e.g. `/home/greg/.cargo/target/42/2ab348f3d46e86/debug/test-`), I think it makes more sense to pass it as...
@jwnrt Would the licenses allow for ``` #!/usr/bin/env cargo --- # License Goes here. # In a TOML comment. [package] ... ``` ?
> > I don't dispute that the feature works for `--target`-based builds nor that it's useful for those builds. I want this fixed for `cargo build` before we stabilize it....
@rustbot label: +Z-target-applies-to-host
There's some important discussion about eventual stabilization in [this review comment](https://github.com/rust-lang/cargo/pull/10395#discussion_r814356356), and [the discussion on the main thread of that PR after the review](https://github.com/rust-lang/cargo/pull/10395#issuecomment-1051023136). To summarize: Should `target-applies-to-host = true`...
@saurik I'm sympathetic to that argument with regards to `=true`, the docs definitely need updating with regards to it though, and the alternative of "stabilize =false behavior without a flag"...