arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Converters] Make sure `convertedValueToType` works fine + add tests

Open github-actions[bot] opened this issue 1 year ago • 0 comments

[Converters] Make sure convertedValueToType works fine + add tests

https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/library/Converters.nim#L66

    return res

# TODO(Converters) Make sure `convertedValueToType` works fine + add tests
#  labels: library, cleanup, unit-test

proc convertedValueToType*(x, y: Value, tp: ValueKind, aFormat = VNULL): Value =
    if y.kind == tp and y.kind!=Dictionary and y.kind!=Quantity:
        return y

7f18bbffbdfabe2eeb4b581f6cb23501ade9276f

github-actions[bot] avatar Aug 03 '22 11:08 github-actions[bot]