Skip to content

References to not open documents are not kept in memory after evaluation #112

Closed
@fredrikhr

Description

If a region references a region in another file that is not currently open, a normal @ref reference is evaluated as if it were a @forceRef. Multiple repeated executions of the region trigger the @ref evaluation each time. However, if I open the file in which the referenced region is located, the first evaluation is stored in memory, and subsequent calls use the stored value instead of re-evaluating.

It should not matter whether a file is opened or not. A reference should only be evaluated on first call, subsequent calls should use the stored value.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions