mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
ExpressionFieldDelegateApp::layoutFieldDidReceiveEvent Layouts have two potential serializations. For example, HorizontalLayout(CharLayout(2), CharLayout(a)) can be serialized as: "2a" and "2*a". In layoutFieldDidReceiveEvent, we want to check that the longest serialisation is bounded by maxBufferSize. (We could have used Layout::serializeParsedExpression but we don't to avoid parsing the expression twice)
2.3 KiB
2.3 KiB