• Joined on 2024年06月29日
mathstuf created pull request dhruva_sambrani/khali#10 2026年07月02日 05:13:01 +02:00
khal: use -full variants of start and end times
mathstuf pushed to start-time-full at mathstuf/khali 2026年07月02日 05:12:47 +02:00
d6e92c0aa0 khal: use -full variants of start and end times
8b3f98f7f2 Merge pull request 'incremental-alarms' (#9) from mathstuf/khali:incremental-alarms into main
bf2f146b5b main: add a flag to force-refresh all alarms
381d08adb1 main: only deal with alarms that need to change
9e3a352ab4 main: factor out alarm discovery to a function
Compare 10 commits »
mathstuf created branch start-time-full in mathstuf/khali 2026年07月02日 05:12:47 +02:00
mathstuf opened issue mathstuf/maybar#35 2026年07月01日 15:49:34 +02:00
Support tooltips for particles
mathstuf pushed to outdated-ci-job at mathstuf/mergiraf 2026年06月30日 17:46:30 +02:00
7ed506e80a cargo: update tree-sitter to 0.26
9f87113d27 cargo: update tree-sitter-systemverilog to 0.3
8c9fbeebb4 cargo: update tree-sitter-scala to 0.26
2e5066b272 cargo: update tree-sitter-rust-orchard to 0.16
8c86e8baf8 cargo: update tree-sitter-ocaml to 0.25
Compare 15 commits »
mathstuf commented on pull request mergiraf/mergiraf#788 2026年06月26日 18:59:11 +02:00
outdated-ci-job

Does that hash-verify as well? And wouldn't we need to download and verify cargo-binstall anyways for that?

mathstuf commented on pull request mergiraf/mergiraf#788 2026年06月26日 18:57:57 +02:00
outdated-ci-job

Sure. Since this is green, I'll remove it here. Perhaps we only run it when Cargo.toml is changed?

mathstuf pushed to outdated-ci-job at mathstuf/mergiraf 2026年06月26日 05:16:58 +02:00
c8a3b850ef cargo: update tree-sitter to 0.26
mathstuf commented on pull request mergiraf/mergiraf#788 2026年06月26日 03:24:24 +02:00
outdated-ci-job

@wetneb Now there's a script that prints a table with suggestions of how to update the dependency. I also found cargo update --breaking which is unstable and works as I'd expect, so I added that...

mathstuf pushed to outdated-ci-job at mathstuf/mergiraf 2026年06月26日 03:23:22 +02:00
4cc6fe41ee cargo: update tree-sitter-systemverilog to 0.3
54fbeaefc1 cargo: update tree-sitter-scala to 0.26
88080708a4 cargo: update tree-sitter-rust-orchard to 0.16
c7481facb3 cargo: update tree-sitter-ocaml to 0.25
ff2978a766 cargo: update tree-sitter-lua to 0.5
Compare 15 commits »
mathstuf pushed to outdated-ci-job at mathstuf/mergiraf 2026年06月26日 03:20:44 +02:00
ce93e64164 cargo: update tree-sitter-systemverilog to 0.3
ecd9a953b0 cargo: update tree-sitter-scala to 0.26
578b7c5313 cargo: update tree-sitter-rust-orchard to 0.16
237ae5c963 cargo: update tree-sitter-ocaml to 0.25
5294901670 cargo: update tree-sitter-lua to 0.5
Compare 12 commits »
mathstuf pushed to outdated-ci-job at mathstuf/mergiraf 2026年06月26日 03:08:50 +02:00
602635b304 ci: add a workflow to check for outdated deps weekly
c7faa7ca1e ci: add cargo-outdated report to CI results
2fe79be789 check-outdated: add a script to detect outdated dependencies
de07f1b2e1 docs: document line_based_merge_parsed panicking when input sides contain conflicts (#763)
54af40a3e4 feat(supported_langs): add buck2 and starlark related extensions (#772)
Compare 10 commits »
mathstuf created pull request mergiraf/mergiraf#788 2026年06月26日 03:08:08 +02:00
outdated-ci-job
mathstuf pushed to outdated-ci-job at mathstuf/mergiraf 2026年06月26日 03:07:02 +02:00
74d9226b7b ci: add a workflow to check for outdated deps weekly
a55d9ca231 ci: add cargo-outdated report to CI results
3c5192f0e1 check-outdated: add a script to detect outdated dependencies
Compare 3 commits »
mathstuf pushed to outdated-ci-job at mathstuf/mergiraf 2026年06月26日 03:04:01 +02:00
e0dbd6fe5f ci: add a workflow to check for outdated deps weekly
9ebb15e2a4 ci: add cargo-outdated report to CI results
5c526907d2 check-outdated: add a script to detect outdated dependencies
32146a596f governance: add ipsavitsky to the Developers team (#778)
3de87db968 feat(starlark): The visibility list argument in BUILD files is also commutative (#781)
Compare 10 commits »
mathstuf created branch outdated-ci-job in mathstuf/mergiraf 2026年06月26日 03:04:00 +02:00
mathstuf commented on pull request mergiraf/mergiraf#681 2026年06月25日 18:47:21 +02:00
chore: update dependencies

I'll work on a PR.

mathstuf commented on pull request mergiraf/mergiraf#681 2026年06月25日 15:29:24 +02:00
chore: update dependencies

The way I do this for our projects is to have a cargo audit job in CI so that at least I bump when RUSTSEC advisories pop up (either for commited Cargo.lock files, latest, or `-Zminimal-version...

mathstuf deleted branch incremental-alarms from mathstuf/khali 2026年06月15日 02:20:45 +02:00
mathstuf commented on pull request mergiraf/mergiraf#784 2026年06月12日 18:33:14 +02:00
chore: use 'cargo run' in helpers/run.sh

IMO, the main thing is not assuming target/debug is where the build happened.