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

Expressions may not update after pasting #915

Open
DHMike57 opened this issue Nov 14, 2024 · 0 comments
Open

Expressions may not update after pasting #915

DHMike57 opened this issue Nov 14, 2024 · 0 comments

Comments

@DHMike57
Copy link

DHMike57 commented Nov 14, 2024

If autocalc=0 in rc file:

echo -e 'LET a0=1\nLET b0=a0\nYANKAREA {"Sheet1"}!b0:b0 "a"\nGOTO b1\nPASTEYANKED {"Sheet1"} 0 "a"\nRECALC\nGETNUM b1' | sc-im --quit_afterload --nocurses
Should return 1, not 0.

Interactively demonstrate: let a0=1, b0=a0. Yank and paste b0 to b1 (non-adjusting so that b1 also = a0). Then increase a0 from visual mode using + key. b1 does not update even after forced eval with @. :int rebuild_graph from command mode will fix it.

See PR #914 , #915

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

No branches or pull requests

1 participant