Skip to content

shape interpreter walks over fixed length vectors incorrectly #2613

Closed
@msullivan

Description

@msullivan
fn main() {
    let arr = [1,2,3]/3;
    log(error, {a: arr, b: 42});
}

results in the output

rust: ([1, 2, 3]/3, 1)

which is clearly wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions