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 function calls with int64 params #663

Merged
merged 1 commit into from
May 27, 2024
Merged

Fix function calls with int64 params #663

merged 1 commit into from
May 27, 2024

Conversation

antonmedv
Copy link
Member

No description provided.

@antonmedv antonmedv merged commit eca9bd7 into master May 27, 2024
15 checks passed
@antonmedv antonmedv deleted the fix/func-int64 branch May 27, 2024 10:05
mx-psi referenced this pull request in open-telemetry/opentelemetry-collector-contrib May 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/expr-lang/expr](https://github.com/expr-lang/expr) |
`v1.16.7` -> `v1.16.9` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fexpr-lang%2fexpr/v1.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fexpr-lang%2fexpr/v1.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fexpr-lang%2fexpr/v1.16.7/v1.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fexpr-lang%2fexpr/v1.16.7/v1.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>expr-lang/expr (github.com/expr-lang/expr)</summary>

###
[`v1.16.9`](https://github.com/expr-lang/expr/releases/tag/v1.16.9)

[Compare
Source](https://github.com/expr-lang/expr/compare/v1.16.8...v1.16.9)

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

**In this release**:

- Fixed function calls with int64 params.
[https://github.com/expr-lang/expr/pull/663](https://github.com/expr-lang/expr/pull/663)

###
[`v1.16.8`](https://github.com/expr-lang/expr/releases/tag/v1.16.8)

[Compare
Source](https://github.com/expr-lang/expr/compare/v1.16.7...v1.16.8)

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

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

**In this release**:

- Added checks for nil before string casts in VM
([#&#8203;654](https://github.com/expr-lang/expr/issues/654))
- Added int overflow checks.
[`45c1ae7`](https://github.com/expr-lang/expr/commit/45c1ae7)
- Improved lexer
([#&#8203;653](https://github.com/expr-lang/expr/issues/653))
- Improved error messages for index out of bounds errors.
[`6cf0edb`](https://github.com/expr-lang/expr/commit/6cf0edb)
- Fixed: invoke the Deref function as needed for the function arguments.
([#&#8203;651](https://github.com/expr-lang/expr/issues/651))
- Fixed build on 386 arch.
[`cae6003`](https://github.com/expr-lang/expr/commit/cae6003)

**Expr Editor**

The [Expr Editor](https://expr-lang.org/editor) is an embeddable code
editor written in JavaScript with
full support of Expr language.

**Expr Pro**

[Expr Pro](https://expr-lang.org/expr-pro) is a set of extensions for
Expr for advanced use cases. It includes
expressions explanation, performance profiling, and more.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
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