chore(deps): bump criterion from 0.5.1 to 0.8.2 in /bots/echidnabot - #53
Merged
hyperpolymath merged 1 commit intoApr 13, 2026
Merged
Conversation
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.5.1 to 0.8.2. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
hyperpolymath
approved these changes
Apr 13, 2026
hyperpolymath
deleted the
dependabot/cargo/bots/echidnabot/criterion-0.8.2
branch
April 13, 2026 00:23
hyperpolymath
added a commit
that referenced
this pull request
Sep 18, 2026
The RSR required-file table predated the Markdown/TXT → AsciiDoc migration (#486, 2026-08), so rhodibot was demanding filenames the estate had deliberately moved away from. Measured against 269 estate repositories: | Demanded | Repos that have it | What they actually have | |---|---|---| | `LICENSE.txt` | **0/269** | `LICENSE` 269/269 | | `CONTRIBUTING.md` | 25/269 | `CONTRIBUTING.adoc` 255 | | `CODE_OF_CONDUCT.md` | 15/269 | `CODE_OF_CONDUCT.adoc` 240 | | `SECURITY.md` | 35/269 | `SECURITY.adoc` 250 | | lowercase `justfile` | 7/269 | `Justfile` 267 | | `.machine_readable/STATE.scm` | 1/269 | `.a2ml` spelling 13 | A bot whose stated job is "structural checks, directory layout" was telling essentially every repository to reintroduce the pre-migration filenames — i.e. to undo the AsciiDoc migration. ### What changed Required files now name the current convention, with the superseded spellings accepted as **alternates**, so a completed rename is never reported as a regression. `CheckDef` gains `alternates`, and `check_path_exists()` tries the canonical path first and only falls back, so the common case still costs one request. Adds `RSR-016` (`www/.well-known/security.txt`, canonical since #53) and `RSR-017` (legacy root `.well-known/`, remediation "move, do not delete"). Both advisory at minimal/standard while the stage-5 migration window is open. Rule IDs `RSR-002`…`RSR-015` are unchanged and still resolve from the old spellings, so existing reports and `.rsr.toml` overrides keep working. ### Two defects found while in here, both fixed 1. **`is_fixable()` advertised four auto-fixes with no template behind them.** It listed 7 files; `robot-repo-automaton` ships 3 templates, and `get_template_content()` falls through to `String::new()` for anything it does not recognise — so it would open PRs creating `.gitattributes`, `.gitignore`, `.claude/CLAUDE.md` and `.machine_readable/bot_directives` **empty**. `inbox-steward.yml` auto-merges PRs that pass CI. Narrowed to the three that have templates. 2. **No `SECURITY.adoc` arm in `get_template_content()`**, so the renamed check would also have produced an empty file. Added, sharing `SECURITY.tmpl`. ### Tests - rhodibot **50 passed / 0 failed** (was 45 passing / 3 failing). The 3 failures were the tests asserting the stale filenames — the stale contract written down in code — brought to the current canon. Two regression tests added: superseded spellings still pass, and the `www/` check is present and honestly fails when absent. - robot-repo-automaton **114 passed / 0 failed**. ### Caveat on deployment **This PR does not by itself change what the deployed bot does.** `deploy-bot-fleet.k9.ncl` sets `rhodibot.enabled = true` and points at `.github/workflows/rhodibot.yml`, which does not exist in this repo — the live instance is most likely a service under `deploy/systemd/`. Someone with host access needs to confirm where it runs. ### Root cause, not addressed `standards` has zero references to rhodibot; its rules are hardcoded in Rust, which is how they went seven months stale. The durable fix is to make the required-file table *data* with `standards` as the source of truth. Worth doing as a follow-up. Co-authored-by: Rhodibot canon update <bot-canon@example.invalid>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps criterion from 0.5.1 to 0.8.2.
Release notes
Sourced from criterion's releases.
... (truncated)
Changelog
Sourced from criterion's changelog.
... (truncated)
Commits
7f0d745chore: release v0.8.24a467cechore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0b277a75Fix panic with uniform iteration durations in benchmarks828af14fix: don't build alloca on unsupported targetsb01316bUpdate Readme4c02a3bExclude development scripts from published packagee4e06dfchore: release v0.8.1aa548b9fix: Homepage link950c3b7fix: Typo7e3e50cchore(deps): bump crate-ci/typos from 1.23.5 to 1.40.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)