Uh oh!
There was an error while loading. Please reload this page.
Migrate validate_json.py script to rust in run-make/rustdoc-map-file test - #129149
Conversation
run-make/rustdoc-map-file testvalidate_json.py script to rust in run-make/rustdoc-map-file testrustbot
commented
Aug 16, 2024
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. The run-make-support library was changed cc @jieyouxu This PR modifies cc @jieyouxu |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
r? jieyouxu (unless you want Kobzol to review this specifically) |
ec7e0ea to
b7de0ccCompareGuillaumeGomez
commented
Aug 16, 2024
Sum up of what I did:
|
b7de0cc to
7116ed4CompareGuillaumeGomez
commented
Aug 16, 2024
Ah I forgot the improvement for error messages. Done as well. :) |
jieyouxu
left a comment
There was a problem hiding this comment.
Thanks, this looks good! Just one minor style nit on the re-export. Feel free to r=me after the nit once PR CI is green.
Uh oh!
There was an error while loading. Please reload this page.
7116ed4 to
4cbd9ceCompareGuillaumeGomez
commented
Aug 16, 2024
Moved the reexport with the others. |
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
4cbd9ce to
6b1637cCompareGuillaumeGomez
commented
Aug 16, 2024
The error is super weird:
It works locally, and |
jieyouxu
commented
Aug 16, 2024
... but that seems to work now, so... 🤷 @bors r+ rollup |
bors
commented
Aug 16, 2024
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#128990 (Re-enable more debuginfo tests on freebsd) - rust-lang#129042 (Special-case alias ty during the delayed bug emission in `try_from_lit`) - rust-lang#129086 (Stabilize `is_none_or`) - rust-lang#129149 (Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test) - rust-lang#129154 (Fix wrong source location for some incorrect macro definitions) - rust-lang#129161 (Stabilize std::thread::Builder::spawn_unchecked) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#129149 - GuillaumeGomez:migrate-python-script, r=jieyouxu Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test This PR fixes the FIXME I added for future-me who become present-me. :') Since there are multiple `run-make` tests using python scripts, I suppose more of them will migrate to Rust, hence why I added the `jzon` public reexport to the `run-make-support` crate. cc `@jieyouxu` r? `@Kobzol`
Zalathar
commented
Aug 17, 2024
Heh, I was also working on a version of this, and only noticed when my own changes wouldn't rebase cleanly onto master. 😅 My approach was to add a |
GuillaumeGomez
commented
Aug 17, 2024
I'm not sure it's worth it to have anything more advanced than this but don't let it stop you. 😉 |
tgross35
commented
Aug 17, 2024
Bors is not correctly removing items from the queue @bors r- |
This PR fixes the FIXME I added for future-me who become present-me. :')
Since there are multiple
run-maketests using python scripts, I suppose more of them will migrate to Rust, hence why I added thejzonpublic reexport to therun-make-supportcrate.cc @jieyouxu
r? @Kobzol