Skip to content

Ephemerals should be available in late binding functions #1739

Open
@cfxegbert

Description

@cfxegbert

Late binding functions have access to implicits in the function but not to ephemerals.

Motivation
To get to an ephemeral in a late binding function I have to use context.resolved_ephemerals which is a list. I have to search through the list manually to get the ephemeral. Having the EphemeralBinding object will allow me to easily call get_range instead of searching the list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions