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

switch from govaluate to Expr (--filter <expr> option) #99

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

jandelgado
Copy link
Owner

govalute not being maintained since 2017, this PR switches to Expr for use as the expression-evaluator of the --filter <expr> option. The syntax of Expr is similar, but not the same, so this can be considered a breaking change.

@jandelgado jandelgado force-pushed the migrate_from_govaluate_to_expr_lang branch from 2b34905 to 9063b71 Compare August 20, 2024 20:48
@jandelgado jandelgado force-pushed the migrate_from_govaluate_to_expr_lang branch from 4aca5c6 to baa3e42 Compare August 20, 2024 20:58
@coveralls
Copy link

coveralls commented Aug 20, 2024

Pull Request Test Coverage Report for Build 10479439162

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.007%) to 89.382%

Totals Coverage Status
Change from base Build 10475740791: -0.007%
Covered Lines: 2559
Relevant Lines: 2863

💛 - Coveralls

@jandelgado jandelgado merged commit 5f06ad0 into master Aug 20, 2024
2 checks passed
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.

2 participants