Skip to content

Tensors don't accept argument field wildcards anymore #523

@a-maier

Description

@a-maier

The following code crashes with Illegal substitution of argument field in tensor:

t t;

l foo = t;

id t(?a) = t(?a);
.end

Adding actual index arguments to t does not seem to change anything.

git bisect tells me that the new behaviour was introduced in 029a647. Since this change is not mentioned in the commit message I assume it was not intentional?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions