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

BC break between v4 and v6 (string/num adding/concatenating) #342

Open
Richtermeister opened this issue Dec 15, 2023 · 0 comments
Open

BC break between v4 and v6 (string/num adding/concatenating) #342

Richtermeister opened this issue Dec 15, 2023 · 0 comments

Comments

@Richtermeister
Copy link

In v4 the following expression/var combo yields 15, in v6 it evaluates to 105

a + b

vars:

map[string]interface{}{
  "a": "10",
  "b": 5,
}
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

No branches or pull requests

1 participant