Skip to content

Figure out a workaround for variable chasing #16

Description

@fredi-68

variable chasing does not work with array based variable stores. Currently it is possible to work around this issue by using chaseXVariableYZ to target a variable not used by the compiler, then using input() to retrieve the result, but it is not very nice to use, especially since chase targets are currently not checked and may use reserved variables.
The simplest solution to this problem would be restricting the use of chaseXvariableYZ to only allow targets not used by the compiler and keep the rest of the workflow the same

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions