Skip to content

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

@Richtermeister

Description

@Richtermeister

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,
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions