starship/src
Pratik Chaudhary f3984eaf16
feat(package): add support for nimble project package version (#2569)
* feat(nim): add support for nimble project package version

* Replace find_file with context scanner. Fixes the failing tests.

* Replace `utils::exec_cmd` with `context.exec_cmd` so that it uses
global timeout

* Add tests for nimble project version

* Add docs for nimble in package version module for english language

* Update docs/config/README.md

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* Add test for a case when nimble is not available

* Remove extract_vlang_version

I don't know why it did not come up while I was fixing merge conflicts
on rebase.

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2021-05-09 06:38:16 +02:00
..
configs fix(git_commit): leading space in git commit tag (#2697) 2021-05-08 21:01:00 +02:00
formatter feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
init fix(fish): explicitly set scope in fish init script (#2636) 2021-04-29 19:16:10 +02:00
modules feat(package): add support for nimble project package version (#2569) 2021-05-09 06:38:16 +02:00
test chore(clippy): fix new lints (#2507) 2021-03-25 16:03:19 -04:00
bug_report.rs feat: add support for tcsh (#2288) 2021-02-27 19:55:27 +01:00
config.rs feat(config): Add support for `inverted` token in style strings (#2589) 2021-04-22 12:09:21 -04:00
configure.rs fix(configure): fix launching .cmd editors (#2635) 2021-04-24 00:10:19 +02:00
context.rs fix(context): remove unwrap when pwd is unavailable (#2520) 2021-03-27 11:46:05 -04:00
lib.rs build: Add additional build information to version and bug report (#2124) 2021-01-22 20:14:51 +01:00
logger.rs refactor(log): change output colors to shades of blue for trace and debug to make them more visible (#2299) 2021-02-13 14:47:07 +01:00
main.rs feat(config): allow printing default and computed config (#2521) 2021-03-31 17:31:55 +02:00
module.rs feat(vlang): create module (#2577) 2021-05-03 21:50:29 +02:00
print.rs refactor(print): introduce `UnicodeWidthGraphemes` trait (#2670) 2021-05-02 09:55:26 +02:00
segment.rs chore: remove unused name from Segment and remove some of the misleading underscores (#1584) 2020-08-16 22:16:05 -04:00
utils.rs feat(vlang): create module (#2577) 2021-05-03 21:50:29 +02:00