8000 some inplace operations not detected · Issue #280 · larray-project/larray-editor · GitHub
[go: up one dir, main page]

Skip to content
some inplace operations not detected #280
Closed
@gdementen

Description

@gdementen

As a follow-up to #22: for window title update with * (and thus the "save modified" popup), the following operations are not detected (as of 0.34.3):

arr = ndtest(5)  # detected
arr['a2'] = 10   # not detected
arr['a2'] *= 10  # not detected
arr *= 2         # detected

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0