Commit Graph

4 Commits

Author SHA1 Message Date
Liam
cd0e12b3ee
fix: nushell PATH conversion to list before filter (#1471)
Co-authored-by: James Hegedus <jthegedus@hey.com>
2023-02-20 01:26:31 +11:00
Edwin Kofler
dd8d3999d4
fix: support nushell v0.75.0 (#1481) 2023-02-19 21:46:59 +11:00
Fer
60d4494d5d
fix: Add test for nushell integration and fix some bugs (#1415)
* Add test for nushell integration
* Add nushell to CI
* Fix brew installation search
* Fix to get current dir when ASDF_DIR is empty
* Remove complexity of asdf.nu
* Try a different approach to get info about function definition of asdf for MacOS 10.15
* Fix shims dir and fix test assertions to check path
* Add setup nushell to CI and remove rust compilation of nushell
* Add gh token to get a higher rate limit
* Change to use binary distribution of nushell instead compile it
* Skip test for older ubuntu
* Use single skipping check
* Remove unneeded condition in SKIP_NUSHELL_TESTS env var
2023-01-04 15:42:34 -05:00
Fer
274a638e15
feat: support nushell (#1355)
Closes https://github.com/asdf-vm/asdf/issues/745
2022-12-12 18:52:51 +11:00