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

Add dash support #8

Merged
merged 11 commits into from
Feb 28, 2024
Merged

Add dash support #8

merged 11 commits into from
Feb 28, 2024

Conversation

robzr
Copy link
Owner

@robzr robzr commented Feb 23, 2024

  • Rewrote functions that depended on Bash specific features where easily done; and tested as a function library with Dash/Busybox. New syntax had the side effect of a massively faster sort routine; then changed the Bubble sort to an Insertion sort for another bump in speed.
  • Added min/max functions
  • Added sub version filters that can be used with stdin commands (filter, min, max, sort), also works with equals, constraints
  • various work on constraints
  • added tests for new functionality

@robzr robzr force-pushed the add_dash_support branch 4 times, most recently from f687b41 to 17a4c8b Compare February 26, 2024 23:20
@robzr robzr merged commit 647cb81 into main Feb 28, 2024
2 checks passed
@robzr robzr deleted the add_dash_support branch February 28, 2024 00:54
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