Skip to content

Discuss variable priorities and shadowing #310

Closed
@mihnita

Description

@mihnita

The PR #305 trying to document the hoisting decision introduced the wording that has effect on the shadowing resolution.

To resolve the value of a Variable, its Name is used to identify either a local variable, or a variable defined elsewhere.
If a local variable and an externally defined one use the same name, the local variable takes precedence.

That was not part of a discussion, and the decision is debatable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockerBlocks the releaseeditorialIssue is non-normativeresolve-candidateThis issue appears to have been answered or resolved, and may be closed soon.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions