configure --set support list as arguments#109702
Conversation
src/bootstrap/bootstrap_test.py
Outdated
There was a problem hiding this comment.
I use config_toml.find here because get_string don't support list right now.
I think we need to rewrite get_toml, regular expression match seems won't work well 😂
|
I don't have time for reviews right now, please don't assign me. r? bootstrap |
|
Welcome @albertlarsan68! I will check on this within the week. |
|
Ping @albertlarsan68 |
albertlarsan68
left a comment
There was a problem hiding this comment.
Seems overall good, one nit.
Sorry for the long wait.
|
☔ The latest upstream changes (presumably #110546) made this pull request unmergeable. Please resolve the merge conflicts. |
70319ed to
bbbb478
Compare
|
Thanks for the PR! |
|
📌 Commit bbbb478881dc02f17679cee90e129512dcb96c7a has been approved by It is now in the queue for this repository. |
|
⌛ Testing commit bbbb478881dc02f17679cee90e129512dcb96c7a with merge 916b7fe9c67b07f5c55d4b842f5c989ea5149d46... |
|
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
bbbb478 to
787f3fe
Compare
|
@bors r+ |
Rollup of 7 pull requests Successful merges: - rust-lang#109702 (configure --set support list as arguments) - rust-lang#110620 (Document `const {}` syntax for `std::thread_local`.) - rust-lang#110721 (format panic message only once) - rust-lang#110881 (refactor(docs): remove macro resolution fallback) - rust-lang#110893 (remove inline const deadcode in typeck) - rust-lang#110898 (Remove unused std::sys_common::thread_local_key::Key) - rust-lang#110909 (Skip `rustc` version detection on macOS) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #109316
r? @jyn514