Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some inplace operations not detected for array refresh #22

Closed
alixdamman opened this issue Jul 6, 2017 · 4 comments
Closed

some inplace operations not detected for array refresh #22

alixdamman opened this issue Jul 6, 2017 · 4 comments
Labels
Milestone

Comments

@alixdamman
Copy link
Contributor

larray-project/larray#259

@gdementen
Copy link
Collaborator

@alixdamman did you check this when doing #21? If so, this issue could be closed.

@alixdamman
Copy link
Contributor Author

Problem is still there.

@alixdamman alixdamman added this to the 0.31 milestone Jan 23, 2019
@alixdamman alixdamman modified the milestones: 0.31, 0.32 Feb 6, 2019
@gdementen gdementen removed this from the 0.32 milestone Aug 1, 2019
@gdementen
Copy link
Collaborator

gdementen commented Jul 23, 2024

This issue can mean two things: updating the window title with * (I think this was the original meaning of the issue) and refreshing the array widget data.

As of version 0.34.3 (and also in the compare_align branch after the "misc cleanups to console handling" commit) I got:

arr = ndtest(5)
arr['a2'] = 10   # detected by array widget but not by title
arr['a2'] *= 10  # detected by neither (but losing focus -- or clicking next 
                 # to the widget -- and regaining it, makes the array widget pick it up)
arr *= 2         # detected by both

@gdementen gdementen changed the title check whether inplace operations cause a problem for detecting modifications and fix if possible some inplace operations not detected Jul 23, 2024
@gdementen gdementen modified the milestones: 0.35, 0.34.5 Jul 23, 2024
@gdementen gdementen changed the title some inplace operations not detected some inplace operations not detected for array refresh Jul 26, 2024
@gdementen
Copy link
Collaborator

I assumed this issue was about the array widget refresh and #280 for window title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants