gristlabs_grist-core/app
Dmitry S 0289e3ea17 (core) Fix issue with spurious changes produced by Calculate action.
Summary:
- Replace unicode strings with byte strings when decoding values in sandbox.
- Columns that rely on float values should derive from NumericColumn, so
  that set() ensures that a float is stored even if loading an int.
- Parse unmarshallable values (['U']) into an object that can be encoded
  back to the same value (rather than info a RaisedException).
- Compare NaN's as equal for deciding whether a change is a no-op.

Unrelated:
- Removed a tiny bit of unhelpful logging

Test Plan:
Added a test case that reproduces several causes of Calculate
discrepancies by loading various values into various types of formula columns.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2676
2020-12-03 14:10:26 -05:00
..
client (core) Mark 'Compare to Original' menu item with the 'beta' tag 2020-11-27 08:10:17 -05:00
common (core) implement cleaner row-level access control for outgoing messages 2020-11-30 16:28:33 -05:00
gen-server (core) distinguish open public documents from listing them 2020-11-27 09:56:25 -05:00
plugin (core) hide long sequences of unchanged rows in diffs 2020-11-19 18:19:54 -05:00
server (core) Fix issue with spurious changes produced by Calculate action. 2020-12-03 14:10:26 -05:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00