-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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: add Raku module #4048
feat: add Raku module #4048
Conversation
I'll fix the Dprint issue today. |
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.
LGTM, looks like there are a few gaps in the test coverage can you update the tests to cover these.
Hi @andytom , I'd love to but it seems like it's not that easy to do, I went through other modules and haven't found a single one that covers these lines :( e.g. https://app.codecov.io/gh/starship/starship/blob/master/src/modules/python.rs |
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.
Found a little typo but other than that all good.
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
* feat: add Raku module * Update docs/config/README.md Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
Implement a module to support Raku programming language, it prints the version (and the vm type it's built on) for Raku, for example:
🦋 v6.d-moar
. 🦋 (a butterfly) is Raku's logo called Camelia.I followed the checklist from CONTRIBUTING.md.
Description
Motivation and Context
As a developer who likes to code using Raku language, I'd like to see the current version of raku in the command line.
How Has This Been Tested?
Checklist: