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(deps): update module github.com/antonmedv/expr to v1.16.1 - autoclosed #42

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/antonmedv/expr v1.15.5 -> v1.16.1 age adoption passing confidence

Release Notes

antonmedv/expr (github.com/antonmedv/expr)

v1.16.1

Compare Source

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy,
safety, and speed.

program, err := expr.Compile(`now() - created_at < duration("24h")`)
output, err := expr.Run(program, env)

In this release:

  • Fixed recursive operator overloading bug (#​548, #​554)
  • Fixed AST printing of ?.[ operator (ffaec9e)
  • Fixed string literal slicing error (#​543)
  • Compilation performance improvements (95084fb)
  • Improved functions call performance (ed89647)
  • Refactored groupBy() and sortBy() builtins (#​562)
  • Added operator overloading with expr.Function() (#​408)
  • Added concat() builtin (#​565)
  • Added reverse() builtin (#​553)
  • Added program.Locations() method (e53cefe)
  • Added optional array access array?.[42] (#​550)
  • Added compiler optimization for jump opcodes (#​545)
  • Added compiler optimization for boolean operations with all, any, one, none functions (#​555)

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with
full support of Expr language.

Expr Pro

Expr Pro is a set of extensions for Expr for advanced use cases. It includes
expressions explanation, performance profiling, and more.

v1.16.0

Compare Source

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

expr repl demo

In this release:
  • Improved VM speed by 5%-15% (#​521)
  • Improve AST printing for boolean operators
  • Improved type checker (#​527)
  • Added option to override built-ins (#​522)
  • Added method to get AST tree from program: .Node() (#​528)
  • Added new Valuer patcher (#​525)
  • Added expr.WarnOnAny() option
  • Changed expr.As*() options behavior to accept any by default
  • Fixed type checker to visit all arguments of func even if arguments count mismatch
  • Fixed type propagation in AST for any type in type checker
  • Fixed context patcher (#​526)
  • Fixed race condition in working with variables (#​523)
  • Fixed pipeline and call parsing
Addition

In addition to open-source version of Expr, we have an embeddable Expr Editor and Expr Pro packages.

v1.15.8

Compare Source

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy,
safety, and speed.

output, err := expr.Eval(`now() - created_at < duration("24h")`, env)

In this release

  • Added builtin functions for bit operations. (#​496)
  • Added support for raw string literals. (#​485)
    raw string
  • Fixed type checker panic on embedded pointer to struct field. (#​500)
  • Removed redundant fields from ast nodes. (#​504) (#​503)
  • Improved Language Definition documentation.
Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with
full support of Expr language.

v1.15.7

Compare Source

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

In this release:
  • Fixed commutative property for comparison between a value and a pointer. (#​490)
  • Checker: forbid accessing built-ins and custom functions from $env. (#​495)
  • Enhanced the number parser to include support for parsing hexadecimal, binary, and octal literals. (#​483)
  • Added GetSource() method to vm.Program. (#​491)

v1.15.6

Compare Source

  • New module path expr-lang/epxr ⚠️
  • Added expr.WithContext() option to pass context to custom functions.
  • Added ast package comments.
  • Hidden internal fields in vm.Program.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Dec 3, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/antonmedv/[email protected]: parsing go.mod:
	module declares its path as: github.com/expr-lang/expr
	        but was required as: github.com/antonmedv/expr

@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch 4 times, most recently from 210244d to 884678b Compare December 10, 2023 13:04
@renovate renovate bot changed the title fix(deps): update module github.com/antonmedv/expr to v1.15.6 fix(deps): update module github.com/antonmedv/expr to v1.15.7 Dec 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch from 884678b to 4958694 Compare December 18, 2023 22:40
@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch from 4958694 to 11e23aa Compare January 7, 2024 21:01
@renovate renovate bot changed the title fix(deps): update module github.com/antonmedv/expr to v1.15.7 fix(deps): update module github.com/antonmedv/expr to v1.15.8 Jan 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch 2 times, most recently from 6bf857e to 2696372 Compare January 10, 2024 03:37
@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch from 2696372 to d84362e Compare January 25, 2024 01:16
@renovate renovate bot changed the title fix(deps): update module github.com/antonmedv/expr to v1.15.8 fix(deps): update module github.com/antonmedv/expr to v1.16.0 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch from d84362e to a0b4cdc Compare February 18, 2024 11:03
@renovate renovate bot changed the title fix(deps): update module github.com/antonmedv/expr to v1.16.0 fix(deps): update module github.com/antonmedv/expr to v1.16.1 Feb 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch from a0b4cdc to 704ec08 Compare February 21, 2024 18:11
@renovate renovate bot force-pushed the renovate/github.com-antonmedv-expr-1.x branch from 704ec08 to ceeffa7 Compare February 21, 2024 18:17
@renovate renovate bot changed the title fix(deps): update module github.com/antonmedv/expr to v1.16.1 fix(deps): update module github.com/antonmedv/expr to v1.16.1 - autoclosed Feb 21, 2024
@renovate renovate bot closed this Feb 21, 2024
@renovate renovate bot deleted the renovate/github.com-antonmedv-expr-1.x branch February 21, 2024 18:26
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.

0 participants