| MS-22306 |
Blocker |
NCalc - changing behaviour between 3.28 and 4.0 (Also differences between NCalc 101 and RMScript) |
Improved consistency for mixed-type comparisons in NCalc evaluation, aligning behaviour between RMScript and NCalc101 for string, integer, and explicit cast scenarios. |
| MS-21766 |
Major |
NCalc: the expression (null/1) returns 0, it should return null |
null/1 now returns null, rather than 0. |
| MS-22105 |
Minor |
NCalc sum() function of form `sum(list(1, 2, 3), 'n', 'n * n')` not working correctly |
Fixed an issue with the sum() NCalc function. |