Commit Graph

1022 Commits

Author SHA1 Message Date
Trevor Brown
9eff4b00fe Add Bash strict mode to bin/asdf 2019-05-12 08:18:59 -04:00
Trevor Brown
547357a1d5 Add bash strict mode to lib/commands/install.sh 2019-05-12 08:18:59 -04:00
Trevor Brown
b1ec17870a Add bash strict mode to lib/commands/which.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
00186a8420 Add bash strict mode to shim commands 2019-05-12 08:18:58 -04:00
Trevor Brown
519d2d006e Add bash strict mode to plugin commands 2019-05-12 08:18:58 -04:00
Trevor Brown
89050b25c9 Add bash strict mode to /lib/commands/reshim.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
9b4b6c3b16 Add bash strict mode to /lib/commands/plugin-list.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
fd5cf96dfd Add bash strict mode to /lib/commands/list.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
001bf6d58c Add bash strict mode to /lib/commands/where.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
a2fe8413fc Add strict mode to lib/commands/current.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
b74cdfb826 Add strict mode to lib/commands/version_commands.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
bb9055025f Turn off strict mode in tests that mimic user's interactive shell 2019-05-12 08:18:58 -04:00
Trevor Brown
3893f59ced Add strict mode to lib/commands/update.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
3b48cbf42f Add Bash strict mode to utils.sh 2019-05-12 08:18:58 -04:00
Trevor Brown
70dfd45eff
Merge pull request #521 from Stratus3D/tb/new-bats-fork
Switch to latest version of BATS
2019-05-12 08:18:01 -04:00
Trevor Brown
e03c6441a7 Switch to latest version of BATS
We need to change the BATS we use to get around this issue:
https://github.com/sstephenson/bats/issues/171
2019-05-12 07:57:48 -04:00
Stefan Sedich
59a9c03267 Add common plugin dependencies to getting started docs (#510)
* Add extra plugin dependencies

I found on a fresh Ubuntu install test that it pays to have unzip and curl installed for some of the asdf plugins to install properly so it seems to make sense adding these here to give a nicer getting started experience.

I do not have brew or spack handy to test but from what I can see these packages should exist.

* Update core-manage-asdf-vm.md
2019-04-10 09:15:15 +10:00
Daniel Perez
df1f72ed38
Merge pull request #506 from jechol/master
Always prepend asdf_bin_dirs to PATH
2019-04-09 16:19:43 +01:00
jechol
80740f9876 Fix setting PATH to work with fish 2.2 2019-04-09 16:10:43 +09:00
jechol
32512ecc9d Always prepend asdf_bin_dirs to PATH 2019-04-09 16:10:43 +09:00
Trevor Brown
6e136a1d6d
Merge pull request #508 from asdf-vm/tb/asdf_fish_tests
Add tests for code in asdf.fish
2019-04-08 08:39:28 -04:00
Daniel Perez
7876fcdd90 Fix fish test 2019-04-07 22:33:26 +01:00
Trevor Brown
c847a99d89 Add fish to Travis build 2019-04-07 15:01:19 -04:00
Trevor Brown
ff553324a7 Add tests for code in asdf.fish 2019-04-07 15:01:19 -04:00
Trevor Brown
61b7e57154
Merge pull request #507 from Stratus3D/tb/asdf_sh_tests
asdf.sh tests
2019-04-06 13:33:04 -04:00
Trevor Brown
62015a750d Add test for not adding duplicate paths to PATH 2019-04-06 13:23:30 -04:00
Trevor Brown
13b3d14cac Add tests for code in asdf.sh 2019-04-06 12:43:39 -04:00
Daniel Perez
611fafbadc Update version to 0.7.1 2019-03-31 21:15:17 +01:00
Daniel Perez
a4595da828 Prepare changelog for 0.7.1 release 2019-03-31 21:15:14 +01:00
Daniel Perez
401fcb4f31 Fix rc version check in release script 2019-03-31 21:14:46 +01:00
Daniel Perez
5e2468a16d
Merge pull request #504 from asdf-vm/fix-current-comments
Fix current when .tool-versions contains comments
2019-03-31 21:10:15 +01:00
Daniel Perez
ce895e9e76 Prepare changelog for 0.7.1 release
[skip ci]
2019-03-31 20:52:30 +01:00
Daniel Perez
6523971b40 Check for bash before mksh 2019-03-31 20:44:49 +01:00
Daniel Perez
b8ee616318 Fix current when .tool-versions contains comments 2019-03-31 20:39:36 +01:00
Daniel Perez
f2674374b0
Merge pull request #502 from asdf-vm/use-exec
Revert to using exec when running a shim
2019-03-31 20:15:46 +01:00
Trevor Brown
5d409821aa
Merge pull request #498 from asdf-vm/install-ignore-comments
Make install command ignore comments
2019-03-27 09:20:00 -04:00
Trevor Brown
bc3f4fe66a
Address shellcheck warning 2019-03-27 09:06:18 -04:00
Trevor Brown
603665ebda Update code that removes comments and trailing whitespace so it works on OSX 2019-03-27 08:50:15 -04:00
Trevor Brown
28cf1a74b9 Create function for removing comments from .tool-versions files 2019-03-27 08:50:15 -04:00
Trevor Brown
1a4a9435f3 Make install command ignore comments 2019-03-27 08:50:15 -04:00
Daniel Perez
450660018c Revert to using exec when running a shim 2019-03-26 17:36:08 +00:00
Trevor Brown
f359548381
Merge pull request #501 from HerbCSO/fix-verison-typo
Fix verison typo
2019-03-26 08:41:46 -04:00
Carsten Dreesbach
e9bc12c80c Fix verison typo 2019-03-26 08:36:50 -04:00
James Hegedus
510bcdb118
note legacy version files in core setup guide (#500)
as suggested in https://github.com/asdf-vm/asdf/issues/499
2019-03-26 10:31:08 +11:00
Trevor Brown
bc1d9cb2c2
Merge pull request #497 from asdf-vm/rc-releases
Add support for RC releases
2019-03-25 08:19:30 -04:00
Trevor Brown
11f81580b9 Correct release script filename in lint.sh 2019-03-24 18:39:47 -04:00
Trevor Brown
85057b6969 Add support for RC versions to asdf update command 2019-03-24 18:24:19 -04:00
Damian Bouné
19167aafce Add Homebrew instructions for install and bash (#496) 2019-03-25 09:12:23 +11:00
Trevor Brown
c418eb5976 Rename release.sh to tag.sh 2019-03-24 17:18:40 -04:00
Trevor Brown
8f55c720b0 Update release.sh script so it checks for RC tags before tagging new major and minor versions 2019-03-24 17:17:51 -04:00