-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
registry: Add Racket minimal distribution configuration #9784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
1961eae
b3f52e3
6a5a0b5
cb3f1fc
e2a8ecb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,3 @@ | ||||||
| backends = ["aqua:racket/racket/minimal"] | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| description = "Minimal Racket distribution" | ||||||
| test = { cmd = "racket --version", expected = "Welcome to Racket v{{version}}" } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
racket-lang.org/racket-minimal, which means the mise identifier should beaqua:racket-lang.org/racket-minimal. The current valueaqua:racket/racket/minimaldoes not correspond to any existing aqua package and will fail at install time. Existing domain-style aqua packages in this registry (e.g.,aqua:atlassian.com/acli) confirm that the domain prefix must be included as-is.