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
C++ element definitions now support any kind of arithmetic types (#11)
Updated static list parser.
Now it can have same syntax as any script may have. E.g.:
- `{1,2,3}` lua style list;
- `[1,2,3]` js style list;
- `(a,b,c)` python tuple;
Old syntax without brackets is also supported.
Additionally fixed several issues in tests, improved test coverage,
added tests for parser, field validation.
Found a problem with `required` field not working for fields that are
missing from the xml node (only if field parsing failed we were getting
an error).
0 commit comments