Commit graph

18 commits

Author SHA1 Message Date
Raphael Reitzig
5d7e1d43f6 Merge branch 'dev' into macos-compat 2019-07-31 03:16:23 +02:00
Raphael Reitzig
735760bb25 issue #27 Fish 2 compatibility: support old PATH handling, as well 2019-07-31 02:47:36 +02:00
Raphael Reitzig
018c9f01a3 issue #27 Fish 3 compatibility: Remove math/test condition completely. 2019-07-31 02:32:07 +02:00
Raphael Reitzig
6934dbfb0f issue #27 Fish 3 compatibility: adapt to new PATH handling
cf. https://github.com/fish-shell/fish-shell/issues/436
2019-07-31 02:23:12 +02:00
Raphael Reitzig
c02c756baf issue #27 Fish 3 compatibility: replace math with test in conditions
cf. https://github.com/fish-shell/fish-shell/issues/4777
2019-07-31 02:20:17 +02:00
Raphael Reitzig
b1887e4170 issue #29 - Add macOS alternative for sha256sum. 2019-07-31 01:58:29 +02:00
Raphael Reitzig
0d080212d2 Verify (re-)initialization of SDKMAN env vars works.
- Add new test that covers the two cases considered so far.

Housekeeping:

 - Add `.gitignore`
 - Add `.editorconfig`
2019-07-30 22:19:32 +02:00
Raphael Reitzig
85d10acc47 Preserve all X_HOME environment variables created by SDKMAN!.
Adresses issue #24.
2018-11-09 20:18:01 +01:00
Raphael Reitzig
88c81dc479 Implements a nasty hack for issue #19: mangle sdkman-init. 2018-07-19 01:22:19 +02:00
Raphael Reitzig
ba46492522 Adds test case for issue #19. 2018-07-19 00:02:31 +02:00
Raphael Reitzig
597945453d Offline mode now works.
- Initialization now delegates do sdkman-init.sh
 - bash-runner now catches all SDKMAN_* environment variables.

Fixes issue #17
Unearthes issue #19
2018-07-18 23:35:32 +02:00
Raphael Reitzig
e01e9a4bea Refactoring: bash calling in its own function.
Also:
 - Fixes Travis build reg. bf13d2f.
 - Wrapper test now cleans up after itself.
2018-07-18 22:05:57 +02:00
Raphael Reitzig
b6a1469ed5 Completion of install now admits a path for local installs.
Resolves issue #16.
2018-07-18 21:35:24 +02:00
Raphael Reitzig
08404e48fa Adds dummy completions instead of available versions.
Should reduce confusion until issue #4 is handled.
2018-07-16 23:12:31 +02:00
Raphael Reitzig
fd1b0b94ce Propose only installed candidates where appropriate.
Resolves issue #13.
2018-07-15 12:41:44 +02:00
Raphael Reitzig
e13d3f2f50 Adds completion tests.
Resolves issue #7.
2018-07-15 12:27:48 +02:00
Raphael Reitzig
81eecf50d8 Missing test. 2018-07-14 22:32:52 +02:00
Raphael Reitzig
e8b8b52080 Adds a test script.
Should protect against some of the most rudimentary regressions.
2018-07-14 19:55:14 +02:00