Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions