andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.88k stars 208 forks source link

Spurious error "Cannot rebuild graph with NULL ent" with @IF #910

Closed DHMike57 closed 3 weeks ago

DHMike57 commented 1 month ago

As title:

echo -e 'let a0=1\nlet b0=1\nlabel c0=@if(A0=B0,"ok","not ok")\nrecalc\ngetstring c0'|sc-im  --quit_afterload --nocurses
Cannot rebuild graph with NULL ent
Cannot rebuild graph with NULL ent
Cannot rebuild graph with NULL ent

See PR #909

andmarti1424 commented 3 weeks ago

Merged PR 909. Thank you!