arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Helpers/toml] Verify it's working properly & add missing types, if any

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

[Helpers/toml] Verify it's working properly & add missing types, if any

https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/toml.nim#L22

#=======================================

# TODO(Helpers/toml) Verify it's working properly & add missing types, if any
#  labels: helpers, enhancement, unit-test

proc parseTomlNode*(n: TomlValueRef): Value =
    case n.kind
        of TomlValueKind.String  : result = newString(n.stringVal)
ndex 1a9000189..36ea9ba54 100644
++ b/src/helpers/unisort.nim

201b1e3ed4dbaf97683f1ef391f64efd767a6e28

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