Skip to content
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

uefi: process: Add args support #129838

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

Ayush1325
Copy link
Contributor

r​? joboet

@rustbot
Copy link
Collaborator

rustbot commented Aug 31, 2024

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Aug 31, 2024
@Ayush1325
Copy link
Contributor Author

r? @joboet

@rustbot
Copy link
Collaborator

rustbot commented Aug 31, 2024

Could not assign reviewer from: joboet.
User(s) joboet are either the PR author, already assigned, or on vacation, and there are no other candidates.
Use r? to specify someone else to assign.

@Ayush1325
Copy link
Contributor Author

Well, any new reviewer might want to look at: #123196 for more context about uefi process.

@Ayush1325 Ayush1325 force-pushed the uefi-process-args branch 2 times, most recently from 955ec4c to ab840e0 Compare September 1, 2024 20:37
@Ayush1325
Copy link
Contributor Author

ping @Amanieu

library/std/src/sys/pal/uefi/process.rs Outdated Show resolved Hide resolved
library/std/src/sys/pal/uefi/process.rs Outdated Show resolved Hide resolved
library/std/src/sys/pal/uefi/process.rs Outdated Show resolved Hide resolved
library/std/src/sys/pal/uefi/process.rs Outdated Show resolved Hide resolved
- Wrap all args with quotes.
- Escape ^ and " inside quotes using ^.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
@Amanieu
Copy link
Member

Amanieu commented Nov 20, 2024

r? @joboet

@rustbot rustbot assigned joboet and unassigned Amanieu Nov 20, 2024
@joboet
Copy link
Member

joboet commented Nov 20, 2024

Looks good!
@bors r+

@joboet
Copy link
Member

joboet commented Nov 20, 2024

bors is asleep again, hang on

@joboet joboet closed this Nov 20, 2024
@joboet joboet reopened this Nov 20, 2024
@joboet
Copy link
Member

joboet commented Nov 20, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Nov 20, 2024

📌 Commit 3727a8c has been approved by joboet

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 20, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 20, 2024
uefi: process: Add args support

- Wrap all args with quotes.
- Escape ^ and " inside quotes using ^.
- Doing reverse of arg parsing: https://github.com/rust-lang/rust/blob/d571ae851d93541bef826c3c48c1e9ad99da77d6/library/std/src/sys/pal/uefi/args.rs#L81

 r​? joboet
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 20, 2024
…iaskrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#129838 (uefi: process: Add args support)
 - rust-lang#130800 (Mark `get_mut` and `set_position` in `std::io::Cursor` as const.)
 - rust-lang#132708 (Point at `const` definition when used instead of a binding in a `let` statement)
 - rust-lang#133226 (Make `PointerLike` opt-in instead of built-in)
 - rust-lang#133244 (Account for `wasm32v1-none` when exporting TLS symbols)
 - rust-lang#133257 (Add `UnordMap::clear` method)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 0576cc9 into rust-lang:master Nov 21, 2024
12 checks passed
@rustbot rustbot added this to the 1.84.0 milestone Nov 21, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Nov 21, 2024
Rollup merge of rust-lang#129838 - Ayush1325:uefi-process-args, r=joboet

uefi: process: Add args support

- Wrap all args with quotes.
- Escape ^ and " inside quotes using ^.
- Doing reverse of arg parsing: https://github.com/rust-lang/rust/blob/d571ae851d93541bef826c3c48c1e9ad99da77d6/library/std/src/sys/pal/uefi/args.rs#L81

 r​? joboet
@Ayush1325 Ayush1325 deleted the uefi-process-args branch November 21, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants