Skip to content

Nested record update #1807

@user471

Description

@user471

Is it possible to support this?

foo = {x: {y: 1}}
bar = foo {x.y = 2}

would be equal to

bar = foo {x = foo.x {y = 2}}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions