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

Spurious "Circular reference" with same cell address, different sheet #903

Open
DHMike57 opened this issue Oct 15, 2024 · 0 comments
Open

Comments

@DHMike57
Copy link

DHMike57 commented Oct 15, 2024

Opening the file below and then changing the value of A0 in Sheet2 generates a "Circular reference" error
and deletes entry in {"Sheet1"}!A1

file test.sc

newsheet "Sheet1"
newsheet "Sheet2"
movetosheet "Sheet1"
let A0 = {"Sheet2"}!A0
movetosheet "Sheet2"
let A0 = 11
goto A0

The bug only shows interactively:
echo -e 'let A0=99\nmovetosheet "Sheet1"\nrecalc\n getnum A0'| sc-im t6.sc --quit_afterload --nocurses' returns the correct answer with no error.

PR #904

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

No branches or pull requests

2 participants