Program
doesn't give the type definition of the program result
#240
Labels
type: enhancement
A value-adding code change that enhances its existing functionality
vrl: typedef
Changes to the type system
Currently the
Program
type (returned from compiling a VRL program) gives you access to the type definitions of the target and locals through theProgram::final_type_state
function. There is no type definition for the result itself (theValue
returned fromresolve
).The text was updated successfully, but these errors were encountered: