Skip to content

registry: use aqua for rumdl#9397

Merged
jdx merged 1 commit intojdx:mainfrom
scop:registry/rumdl-aqua
Apr 26, 2026
Merged

registry: use aqua for rumdl#9397
jdx merged 1 commit intojdx:mainfrom
scop:registry/rumdl-aqua

Conversation

@scop
Copy link
Copy Markdown
Contributor

@scop scop commented Apr 25, 2026

No description provided.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the registry/rumdl.toml file by adding aqua:rvben/rumdl to the list of supported backends for the rumdl tool. I have no feedback to provide.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 25, 2026

Greptile Summary

This PR adds aqua:rvben/rumdl as the preferred backend for the rumdl registry entry, keeping github:rvben/rumdl as a fallback. The pattern is consistent with how other tools in the registry are configured when an aqua entry is available.

Confidence Score: 5/5

Safe to merge — minimal, well-precedented change with a verified aqua-registry entry and a GitHub fallback.

Single-line addition following the established pattern for aqua backends across the registry; rvben/rumdl is confirmed present in the aqua-registry, and the github fallback is preserved.

No files require special attention.

Important Files Changed

Filename Overview
registry/rumdl.toml Adds aqua:rvben/rumdl as the first (preferred) backend; no issues found.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User requests rumdl] --> B{Try aqua backend}
    B -- success --> C[Install via aqua:rvben/rumdl]
    B -- failure --> D[Fallback: github:rvben/rumdl]
    D --> E[Install via GitHub releases]
Loading

Reviews (1): Last reviewed commit: "registry: use aqua for rumdl" | Re-trigger Greptile

@jdx jdx merged commit ccd9cd9 into jdx:main Apr 26, 2026
36 checks passed
@scop scop deleted the registry/rumdl-aqua branch April 26, 2026 06:02
jdx pushed a commit that referenced this pull request Apr 26, 2026
### 🚀 Features

- **(backend)** add global libc preference by @jdx in
[#9404](#9404)
- opt-in to pre-release versions for github and aqua backends by
@jakedgy in [#9329](#9329)

### 🐛 Bug Fixes

- **(backend)** allow unresolved latest opt-in by @jdx in
[#9401](#9401)
- **(install)** stop rewriting healthy runtime symlinks by @jdx in
[#9410](#9410)
- **(node)** route musl tarball URLs to unofficial-builds by @jdx in
[#9409](#9409)
- **(prune)** skip remote version resolution for tracked configs by @jdx
in [#9406](#9406)
- **(schema)** allow array values in tool additionalProperties by
@JP-Ellis in [#9400](#9400)

### 📦️ Dependency Updates

- bump communique to 1.1.2 by @jdx in
[#9402](#9402)

### 📦 Registry

- use aqua for rumdl by @scop in
[#9397](#9397)

### Chore

- **(ci)** improve pr-closer workflow by @jdx in
[#9403](#9403)
- **(release)** stop appending sponsor blurb when communique succeeds by
@jdx in [#9395](#9395)

### New Contributors

- @JP-Ellis made their first contribution in
[#9400](#9400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants