jorgebucaran / fishtape

100% pure-Fish test runner
MIT License
347 stars 20 forks source link

Fix for latest version of fish #28

Closed danhper closed 6 years ago

danhper commented 6 years ago

Builds seems to break with the latest nightly. This is mainly due to the fact that the caret operator is being removed. https://github.com/fish-shell/fish-shell/issues/4394 It seems some variables are now read-only, so I also avoid setting them to suppress warnings: https://travis-ci.org/tuvistavie/fundle/jobs/369650034#L552