- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 441
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
feat(registry): add cocogitto #4513
Conversation
registry.toml
Outdated
@@ -382,6 +382,8 @@ cockroach.backends = [ | |||
] | |||
cockroach.test = ["cockroach version", "v{{version}}"] | |||
cocoapods.backends = ["asdf:mise-plugins/mise-cocoapods"] | |||
cocogitto.aliases = ["cog"] |
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.
doesn't seem notable enough to squat on this alias
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.
Okay. 🤷
For future reference, how do you measure "notable"? I see TLA aliases for projects with as few as 26 stars, so that can't be it?
needs a test |
I was looking for tests in the codebase and for hints in the contributing instructions, only to completely miss the innocent TOML lines right there. My bad! 😅 |
### 🚀 Features - **(registry)** add cocogitto by [@reitzig](https://github.com/reitzig) in [#4513](#4513) - **(registry)** Added foundry by [@suicide](https://github.com/suicide) in [#4455](#4455) - **(registry)** added ast-grep by [@tony-sol](https://github.com/tony-sol) in [#4519](#4519) ### 🐛 Bug Fixes - non-utf8 external process handling by [@jdx](https://github.com/jdx) in [#4538](#4538) ### 📚 Documentation - **(cookbook)** add shell powerline-go config env recipe by [@scop](https://github.com/scop) in [#4532](#4532) - update mise.el repo link by [@tecoholic](https://github.com/tecoholic) in [#4534](#4534) ### Chore - bump rust version for releases by [@jdx](https://github.com/jdx) in [f4e5970](f4e5970) - bump rust version for releases by [@jdx](https://github.com/jdx) in [52cff1c](52cff1c) - bump rust version for releases by [@jdx](https://github.com/jdx) in [9121c5e](9121c5e) - bump msrv for edition compatibility by [@jdx](https://github.com/jdx) in [3a222dd](3a222dd) - remove unused deny rule by [@jdx](https://github.com/jdx) in [053f5c1](053f5c1) ### New Contributors - @tony-sol made their first contribution in [#4519](#4519) - @tecoholic made their first contribution in [#4534](#4534) - @suicide made their first contribution in [#4455](#4455) - @reitzig made their first contribution in [#4513](#4513)
Adding cocogitto/cocogitto (binary filename:
cog
) to the registry.Should (?) work:
Hope this counts as obvious. ;)