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
Fix BP type resolution for ListOperations, and as-key code gen (finos……#351)
* Fix BP type resolution for ListOperations, and as-key code gen
* Remove debugging code
DSL syntax: sort, reverse, join, sum, min, max, first, last (finos#344)
* Introduce sort function. Clean up some warnings
* Added syntax tests and adjusted type inference
* Update test
* Fix isOutputListOfLists validation
* Format code
* Code gen for sort and reverse-sort
* Validation
* Reverse syntax instead of reverse sort
* Join, sum, min/max
* Add first, last and index keywords
* Null checks, more tests
* Rename to get-index and fix validation
* Try again with the validation
* Tidy up
* Remove get-item and remove-item for now
Co-authored-by: Dennis Huebner <dennis.huebner@gmail.com>
Fix conditions and validators for type inhertiance (finos#346)
* Fix conditions for inherited types
* Fix separator
* Actually fix separators
* Fix for inherited conditions in different namespace