Skip to content

Depended types' encoder functions are not all computed during pretouch #842

@bimoadityar

Description

@bimoadityar

See #838 for background. In particular, the provided example code has no dynamic interface and all the depended types should be able to be introspected using reflection.

I see the issue may be a bug in the encoder pretouchType implementation. See encoder's pretouchTypeX86 and pretouchTypeVM. It creates a compiler, but does not do anything with it, making the function always return an empty map. Compare it to the working decoder's JIT pretouchType and VM pretouchType, which use the compiler in the passed decoder functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions