Jonathan Schwender

Results 310 comments of Jonathan Schwender

Isn't `test-devtools` already a separate command?

I updated the CI images this morning, and it looks like that didn't quite work on one of the machines (should be fixed in a bit). Thats what was responsible...

[Increased limits for reusable workflows](https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/#increased-limits-for-reusable-workflows) > You can now use up to 10 nested reusable workflows and call up to 50 workflows in total from a given workflow run. The...

Can we deny [unsafe_op_in_unsafe_fn](https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#unsafe-op-in-unsafe-fn) in this file after this change, or are there still some cases of missing unsafe blocks?

> error: failed to load manifest for workspace member `/tmp/task-3.0.0/taskchampion/integration-tests` Corrosion internally uses `cargo-metadata` to get information on the workspace and expects `cargo-metadata` to work. This error looks like it...

I downloaded the tarball and indeed `cargo metadata` does not work - neither do any other cargo commands. I also tried running cargo metadata just on the library crate, but...

One issue I have is that different benchmarks also have a differing amount of variance. It seems under the current model I would need to define one Measure per benchmark,...

You will need to sign-off your commit, otherwise we can't merge. If I remember correctly there were some issues with the accepted device types being different for OpenHarmony Vs HarmonyOS,...

> So should i remove 2in1, otherwise servo upgrade SDK to API20? cc @jschwe Yeah, lets remove 2in1 for now. I was planning to update the phones in CI, once...

> Upgrade to SDK 20 would break many things under development @yezhizhen What other things would this break? I have to admit I haven't looked at the changelog yet -...