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
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.