You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expression interface: 1. no need to make functions exported, 2. Args should return [][]string to be selectors directly (and ePlugin can split on . when going from ComputedBy to expression)
Rename ComputedBy interface to make it clearer that it can also be used for constrained_by externals
Address all TODO(pascal) in the code.
More cases in TestParser_parseType.
Remove possible infinite recursion in String of *Worksheet, e.g. ws pointing to itself.
Return struct from DbState helper instead of a 4-tuple.
The text was updated successfully, but these errors were encountered:
expression
interface: 1. no need to make functions exported, 2.Args
should return[][]string
to be selectors directly (andePlugin
can split on.
when going fromComputedBy
toexpression
)ComputedBy
interface to make it clearer that it can also be used forconstrained_by
externalsTODO(pascal)
in the code.TestParser_parseType
.String
of*Worksheet
, e.g. ws pointing to itself.struct
fromDbState
helper instead of a 4-tuple.The text was updated successfully, but these errors were encountered: