Skip to content

fix compile::value::compile_value return types #5

@filipstefansson

Description

@filipstefansson

Currently this:

// data = { my_string: "5" }
value: ${{ my_string }}

will compile to:

value: 5

because we are guessing the return type in compile::value::compile_value, based on the value.

With #4 we should now be able to return the correct type based on the value from data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions