https://bugs.documentfoundation.org/show_bug.cgi?id=167422
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Mike Kaganski <[email protected]> --- The short-circuiting is not a "convention", it is an explicit decision made when designing features. Eager evaluation, as well as short-circuiting, both have their uses; e.g., users who create their user-defined functions, or use STYLE spreadsheet function, may depend on eager evaluation. This is not a bug. This is implemented as defined in the ODF standard. Also, this works the same way as in other spreadsheet applications: e.g., in MS Excel, a formula like `=AND(0, NA())` would produce #N/A, not FALSE. -- You are receiving this mail because: You are the assignee for the bug.
