Skip to content

Objects should be transformed as tuple when generating function #220

@2-towns

Description

@2-towns

In genFunction, the parameters are collected into a tuple for encoding.

This works for primitive types (e.g., int, string), but with objects it produces a tuple of objects.
The recommended approach, I guess, is to transform objects into tuples prior to encoding.

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