Daniel Perez
11882c1151
Merge pull request #382 from fcrespo82/better-which-command
...
Updated which command.
2018-11-29 00:18:51 +00:00
Trevor Brown
ffb6194a17
Update version to 0.6.2
2018-11-26 20:58:20 -05:00
Trevor Brown
a5cbd7d23b
Preparing for 0.6.2 release.
2018-11-26 20:58:10 -05:00
Trevor Brown
dd5a8036f3
Merge pull request #406 from asdf-vm/Stratus3D-patch-1
...
Make get_executable_path use `ASDF_DATA_DIR`
2018-11-26 09:06:12 -05:00
Trevor Brown
f88f140ea8
Make get_executable_path use ASDF_DATA_DIR
...
Fixes #402
2018-11-26 08:50:11 -05:00
Fernando Crespo
0871b7fe8f
Change maxdepth position to fix error in ubuntu trusty
2018-11-21 14:57:05 -02:00
Trevor Brown
22b709f94e
Merge pull request #403 from burnettk/support-tool-versions-without-newline
...
support .tool-versions content even if it does not end in a newline
2018-11-20 09:18:41 -05:00
Kevin Burnett
f1b2c59b1d
support .tool-versions if it does not end in newline
2018-11-15 21:47:48 -05:00
Trevor Brown
909a0e9b4b
Update version to 0.6.1
2018-11-13 20:07:27 -05:00
Trevor Brown
eaafaa190c
Preparing for 0.6.1 release.
2018-11-13 20:07:15 -05:00
Fernando Crespo
03394831a8
Merge remote-tracking branch 'upstream/master' into better-which-command
2018-11-12 15:35:19 -02:00
Fernando Crespo
3491322601
Fixed review issues and added -L to find to account for python having its main binary as a symlink
2018-11-12 15:30:44 -02:00
Daniel Perez
dab04107ff
Merge pull request #401 from asdf-vm/fix-current-with-multiple-versions
...
Fix current behavior when multiple versions of a plugin are set
2018-11-10 11:41:22 +00:00
Daniel Perez
18587d4d6f
Fix current behavior when multiple versions of a plugin are set
2018-11-10 11:32:02 +00:00
Daniel Perez
953e32ae34
Merge pull request #399 from jlw/doc/readme
...
Wrap README to 80 characters where possible; minor rewording
2018-11-10 11:19:37 +00:00
Daniel Perez
194f581b4f
Merge pull request #398 from jlw/doc/typo
...
Fix README typo of maintainer Daniel Perez's username
2018-11-10 11:16:27 +00:00
Daniel Perez
103757a5b5
Merge pull request #397 from jlw/doc/update-asdf
...
Add README documentation on updating asdf
2018-11-10 11:15:16 +00:00
Daniel Perez
c10811e379
Merge pull request #392 from mig4/fix-fish-init-snippet
...
Fix fish shell init snippet
2018-11-10 11:01:48 +00:00
Jeremy Weathers
d0e6f02910
Wrap README to 80 characters where possible; minor rewording
2018-11-09 17:50:10 -06:00
Jeremy Weathers
fbc8c701e2
Fix README typo of maintainer Daniel Perez's username
2018-11-09 17:15:01 -06:00
Jeremy Weathers
c7c9981ab5
Add README documentation on updating asdf
2018-11-09 14:26:01 -06:00
Trevor Brown
76a4177066
Merge pull request #395 from jsatk/patch-1
...
Add section about sourcing shell file in correct place
2018-11-07 15:25:23 -05:00
Jesse Atkinson
7c5be4addb
Add section about sourcing shell file in correct place
2018-11-07 11:38:24 -08:00
Trevor Brown
359191104b
Merge pull request #389 from mig4/where-default-version-to-current
...
Make where command default to current version
2018-11-03 10:07:44 -04:00
mig4
538777de95
Fix fish shell init snippet
...
- add `bin` and `shims` directories from asdf installation to PATH
- add `shims` directory from `$ASDF_DATA_DIR` (default `$HOME/.asdf`) to
PATH
- don't create directories in init script (directories are only added to
PATH if they exist, besides there is no warning when a directory does
not exist (perhaps it was a bug that was fixed))
This brings the fish snippet closer to the one for sh.
2018-11-01 22:12:09 +00:00
Trevor Brown
a8c7b084e4
Merge pull request #388 from mig4/optimise-plugin-installed-flag
...
Optimise listing all plugins
2018-11-01 10:51:30 -04:00
Trevor Brown
e176697dc0
Merge pull request #390 from nathanl/patch-1
...
Clarify README regarding `.tool-versions` lookup
2018-10-31 08:36:34 -04:00
Nathan Long
54d521065e
Clarify README regarding .tool-versions
lookup
2018-10-31 06:09:24 -04:00
Trevor Brown
17ba5dc493
Merge pull request #387 from mig4/215-doc-shims-and-sourcing-scripts
...
Document shims
2018-10-30 23:00:33 -04:00
mig4
a58e9e3c17
Make where command default to current version
...
Allow not specifying the version on command line in which case fall back
to looking it up.
Also add tests for the `where` command.
2018-10-28 17:47:21 +00:00
mig4
7a9d727c7a
Document shims
...
Explain how shims work and how they're used to provide executables to
the environment. Also explain how to use scripts that are meant to be
sourced instead of executed.
Closes #215
2018-10-28 12:19:08 +00:00
mig4
f994b07a2c
Optimise listing all plugins
...
When checking if a plugin is installed (to display a flag) it is not
necessary to loop through all installed plugins, since we already have
a name we can check directly.
Also expand test case to test this code path too.
2018-10-27 20:05:02 +01:00
Trevor Brown
4b857d0b7b
Merge pull request #386 from mracos/patch-1
...
Add info about $TRAVIS_BUILD_DIR on the creating plugin guide
2018-10-24 18:43:05 -04:00
Marcos Ferreira
5a2e69ca86
Add info about using the CI repo on plugin test
2018-10-24 19:20:13 -03:00
Fernando Crespo
61b288c959
Fix shellcheck lint errors
2018-10-21 00:56:28 -03:00
Fernando Crespo
46e5f7427f
Updated which command.
...
Should fix #205
2018-10-21 00:47:13 -03:00
Trevor Brown
65ce0db5e1
Merge pull request #381 from asdf-vm/tb/plugin-test-tool-version
...
Add --asdf-tool-version flag to plugin-test command
2018-10-20 11:55:01 -04:00
Trevor Brown
357413c950
Add support for the --asdf-tool-version flag to the plugin-test command.
2018-10-20 11:48:10 -04:00
Trevor Brown
201449eca6
Add info on new --asdf-tool-version flag.
2018-10-20 10:56:20 -04:00
Trevor Brown
d5ded35c33
Merge pull request #379 from asdf-vm/tb/plugin-test-fixes
...
plugin-test fixes
2018-10-19 22:54:57 -04:00
Trevor Brown
13cff01ea0
Fix output for plugin_test_command function.
2018-10-19 22:46:51 -04:00
Trevor Brown
60e67c4f5b
Add primitive tests for plugin_test_command.
2018-10-19 22:44:26 -04:00
Trevor Brown
bebdd04084
Merge pull request #377 from asdf-vm/tb/asdf-local-tree
...
Add 'asdf local -p' command.
2018-10-19 20:43:10 -04:00
Trevor Brown
fc078c5e72
Implement 'asdf local -p'.
2018-10-19 20:41:49 -04:00
Trevor Brown
e8905b42bc
Add tests for 'asdf local -p' command.
2018-10-19 20:41:49 -04:00
Trevor Brown
f9bb44fd54
Add note to README about selecting the right version
...
The version of README you refer to needs to match the version of
asdf you have installed.
Fixes #229
2018-10-18 21:10:39 -04:00
Trevor Brown
ae07c03bd4
Merge pull request #372 from llk23r/patch-2
...
Fix Broken Link To Maintainer Danhper's Github Profile In README
2018-10-11 13:25:36 -04:00
ach
480b43e30c
Fix Broken Link To Maintainer Danpher's Github Profile In README
...
- update Github profile url:
- https://github.com/tuvistavie to https://github.com/danhper
2018-10-11 21:29:26 +05:30
Trevor Brown
f708e3c15f
Merge pull request #371 from phunehehe/version-set-by
...
commands/current: add space before parenthesis
2018-10-10 18:21:46 -04:00
Hoang Xuan Phu
1330083229
commands/current: add space before parenthesis
...
It seems to have been lost in 88d47bbd69
.
Probably by accident?
I also pulled the literal bits into the format string. It looks more
readable to me that way. I'm happy to remove that if it's not desired.
2018-10-10 17:28:23 -04:00