Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion registry/imagemagick.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backends = ["conda:imagemagick", "asdf:mise-plugins/mise-imagemagick"]
backends = ["aqua:ImageMagick/ImageMagick", "conda:imagemagick", "asdf:mise-plugins/mise-imagemagick"]
description = "ImageMagick is a free, open-source software suite for creating, editing, converting, and displaying images. It supports 200+ formats and offers powerful command-line tools and APIs for automation, scripting, and integration across platforms"
# test = { cmd = "magick --version", expected = "ImageMagick" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Commented-out test still disabled

Now that aqua:ImageMagick/ImageMagick is the first backend and provides cross-platform (including Windows) support, it may be a good time to revisit enabling this test. Other aqua-backed registry entries (e.g. act.toml, 1password.toml) have their tests enabled. Consider uncommenting test = { cmd = "magick --version", expected = "ImageMagick" } if the aqua package exposes the magick binary — just confirm the binary name matches what the aqua registry entry ships.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Loading