-
-
Notifications
You must be signed in to change notification settings - Fork 79
feat: add cargo package manager and refactor existing package #171
Conversation
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.
Looks great @sirMerr! 😄
Just a couple small suggested changes and we're ready to merge 🏎💨
Co-Authored-By: sirMerr <letiffany.nguyen@gmail.com>
Co-Authored-By: sirMerr <letiffany.nguyen@gmail.com>
Co-Authored-By: sirMerr <letiffany.nguyen@gmail.com>
@sirMerr You may want to update the documentation in Options.md to mention the new Cargo support in the package section: https://github.com/matchai/spacefish/blob/master/docs/Options.md#package-version-package Here is the equivalent spaceship documentation: https://github.com/denysdovhan/spaceship-prompt/blob/master/docs/Options.md#package-version-package |
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.
I think a couple things here need a little more explanation, but I can't see anything glaring. 🙂
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.
Looks great! 😄
Thanks a lot, Tiff!
🚀🚀🚀🚀
@all-contributors please add @sirMerr for tests |
I've put up a pull request to add @sirMerr! 🎉 |
# [2.4.0](v2.3.1...v2.4.0) (2019-03-08) ### Features * add cargo package manager and refactor existing package section ([#171](#171)) ([0064d2d](0064d2d))
🎉 This PR is included in version 2.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…matchai#171) ✨🔨 Refactor package to include cargo, and use jq and python for node
# [2.4.0](matchai/spacefish@v2.3.1...v2.4.0) (2019-03-08) ### Features * add cargo package manager and refactor existing package section ([matchai#171](matchai#171)) ([0064d2d](matchai@0064d2d))
Description
Make package section support cargo package manager. Additionally, update current implementation of
__sf_section_package.fish
to usejq
andpython
to go throughpackage.json
asspaceship
does as a performance boost.Motivation and Context
Closes #143
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
Checklist: