arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Files\read] show a warning in case an unsupported attribute is used in MINI bui...

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

[Files\read] show a warning in case an unsupported attribute is used in MINI builds right now, passing e.g. .html in a MINI build will silently fail, but the results might be too confusing: https://github.com/arturo-lang/arturo/pull/1008#issuecomment-1451696988

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Files.nim#L246


        # TODO(Files\read) add support for different delimiters when in `.csv` mode
        #  this could be something as simple as `.with:` or `.delimiter:`, or `.delimited:`
        #  also see: https://github.com/arturo-lang/arturo/pull/1008#issuecomment-1450571702
        #  labels:library,enhancement

        # TODO(Files\read) show a warning in case an unsupported attribute is used in MINI builds
        #  right now, passing e.g. `.html` in a MINI build will silently fail, but
        #  the results might be too confusing: 
        #  https://github.com/arturo-lang/arturo/pull/1008#issuecomment-1451696988

365291583763d29951e2bb2de15ce16b21d18d2b

github-actions[bot] avatar Dec 27 '23 13:12 github-actions[bot]