Skip to content

Conversation

@hcpchris
Copy link
Collaborator

@hcpchris hcpchris merged commit edb52c5 into master Jul 16, 2024
left_value = validators.string(left_value, allow_empty = False)
right_value = validators.string(right_value, allow_empty = False)

return left_value + right_value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whatever the operator +, -, / in the expression, you apply the + operation, it's super confusing.

Shouldn't + be the only operator accepted on strings ?
'hello' - 'bye' and 'hello' / 'bye' are both unsupported operand on str in Python.

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.

JS literal containing + for string concatenation breaks from_js_literal() distance keyword for data_labels has no effect in pie charts

3 participants