Actions
User story #18878
closedhandle rudderlang types expressions in conditions
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
if MyString != "/bin"
if MyInt > 0
if MyFloat != 1.0
if !("/bin" in MyList)
if "key" in MyStruct
if MyStruct["Key"] == "Value"
Updated by Gaëtan POBLON almost 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/8d3c09557ed6bd31a8998902c4d365da64f63a03
Updated by Gaëtan POBLON almost 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/722c6ce4fc5e46b4d9a53ff9f0bdb1c89bd5c4bd
Updated by Gaëtan POBLON almost 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/aa12da3be23a90b0271d1c9ef951bb68d28a8fb2
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 7.0.0~beta1 to 7.0.0~beta2
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 7.0.0~beta2 to 7.0.0~beta3
Updated by Alexis Mousset about 3 years ago
- Status changed from In progress to New
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 7.0.0~beta3 to 7.0.0~rc1
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 7.0.0~rc1 to 7.0.0~rc2
Updated by Vincent MEMBRÉ almost 3 years ago
- Target version changed from 7.0.0~rc2 to 7.0.0~rc3
Updated by Vincent MEMBRÉ almost 3 years ago
- Target version changed from 7.0.0~rc3 to 7.0.0
Updated by Vincent MEMBRÉ almost 3 years ago
- Target version changed from 7.0.0 to 7.0.1
Updated by Alexis Mousset almost 3 years ago
- Target version changed from 7.0.1 to 7.1.0~beta1
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 7.1.0~beta1 to 7.1.0~beta2
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 7.1.0~beta2 to 7.1.0~rc1
Updated by Alexis Mousset over 2 years ago
- Target version changed from 7.1.0~rc1 to 7.2.0~beta1
Updated by Alexis Mousset over 2 years ago
- Status changed from New to Rejected
Closing for now as the language is on hold.
Actions