Skip to content

Scopes: RangeFlags is a bit confusing #261

Description

@rakudrama

The descriptions for 0x4 and 0x8 refer to each other conditionally, which is a bit difficult to understand

It might be better to enumerate the combinations and then say what they mean:

0b00 - NONE
0b01 - ORIGINAL
0b10 - Reserved
0b11 - HIDDEN

If
[[isStackFrame]] = value > NONE
then we could make the reserved value last

We might want to add a fourth value to help with #255, not sure on how that would work, something like HIDDEN_UNLESS_CHILDREN_HIDDEN.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions