Adithya Selvaprithiviraj

Results 10 issues of Adithya Selvaprithiviraj

We need partial parse invalid UDF definitions for Intellisense to suggest options, This PR adds logic to return parse invalid UDF IRs which can be used by Intellisense .

As we plan to support complex types from Datasource in UDFs, we want to handle recursively defined types in UDFs.

https://github.com/microsoft/Power-Fx/pull/2569#issuecomment-2289843518 As mentioned in the comment above , it imperative UDF parsing could be broken and it needs to be fixed

Adds ability to define User-defined functions in REPL. Parsing UDFs requires a different parser from the Texl Expression parser and this is addressed by using the DefinitionsParser as a fallback...

Today we serialize the TypeLiterals and NamedTypes to strings and then deserialize it into DType in the runtime implementation of a function. Having a separate IR node for this would...

Renames UntypedObject to Dynamic at end user perspective. Internal name UntypedObject stays the same

Breaking Internals

Changes behavior of aggregate types like records and tables in User Defined Functions (UDFs) Add stricter type checking (restrict allowing more fields than expected) for aggregate types in UDF argument...

draft to play around with UDT in REPL ![image](https://github.com/user-attachments/assets/4e54df12-751a-4691-b37f-86b526db8acd)

Methods in TexlParser take parser options which has PfxV1 and also features , there is a scope for cleanup and using just one there. Format and FormatUserdefinitions APIs can also...