Skip to content

Return an object from compile (rather than a string) #150

@notmgsk

Description

@notmgsk

compile returns a string. In the past we have been bitten because we wanted to extend the result type of a function, but were unable to do so because changing str to e.g. {"compiled_program": ..., "metadata": ...} would have been a breaking change. We could avoid that headache sooner rather than later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions