Skip to content

EQL: Remove (was Deprecate) = in favor of == for equality checks #62650

Closed
@costin

Description

@costin

A topic that was raised in #61883 (comment) is deprecating usage of = when doing equality checks.
EQL does use = for assignments so using it for equality checks instead of == is potentially confusing (is it an assignment or an equality check?).
It would be good to get some numbers on the usage to see how often this occurs.
Based on that we can decide whether to go with a safe route (deprecation-only with removal later down the road) or straight removal.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions