Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cleanup / search / results order + CI #1

Merged
merged 5 commits into from
Mar 11, 2019
Merged

Fix cleanup / search / results order + CI #1

merged 5 commits into from
Mar 11, 2019

Conversation

rockandska
Copy link
Owner

  • complete -F _minimal was not wrapped
  • cleanup was not done as intended due to typo in variable name
  • fix shellcheck errors
  • fix search
  • depending on os / bash version / config, compgen results was not in the same order and so the CI was not stable, so a sort function was add for this purpose and could be override by the user if needed
  • add a beginning of CI tests to avoid regression ( need to add doc about them later and the purpose of TESTS_DEBUG , TESTS_PAUSE, TESTS_DELAY_KEYS env running them )

Fix 'complete -F _minimal' load
- Only add '-mindepth 1' if relative path
- Only do the replace expanded/not expanded when expanded != cur
@rockandska rockandska merged commit 26b163f into master Mar 11, 2019
@rockandska rockandska deleted the develop branch March 12, 2019 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant