Skip to content

Join function can be defined, but for-join loop will use compiler builtin #218

@robinhundt

Description

@robinhundt

If we define a join function and then use for-join loop, the compiler builtin for-join loop will be used instead of the user defined join function.

We should either disallow redefining compiler builtin functions such as join, or choose the redefined function in such a case.

This is related to #217

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions