Skip to content

building 1d arrays fails if array elements are variables storing arrays #12

Description

@fredi-68

because our code automatically uses the ATA algorithm for building arrays if it is one dimensional, this can lead to issues if the array uses variables which contain an array, since it will end up flattening the result. Implement a check here and only allow literals

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