arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
707 stars 32 forks source link

[Paths/path] move to System module? #1033

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 1 year ago

[Paths/path] move to System module?

although it's about paths, actually it's more about system paths;

rather than path manipulation. So, that could be a better fit.

https://github.com/arturo-lang/arturo/blob/ed0410b81b479dcf090b239e2193a45ecf65cd5d/src/library/Paths.nim#L326

                            push(newString(normalizedPath(x.s)))

        # TODO(Paths/path) move to System module?
        #  although it's about paths, actually it's more about *system* paths;
        #  rather than path manipulation. So, that could be a better fit.
        #  labels: enhancement, library
        constant "path",
            alias       = unaliased,
            description = "common path constants":
ndex a23953b6ef..f79b728980 100644
++ b/src/library/System.nim

209d8cfd8d36bea5288fcd706db144555ecfccac

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 9 months ago

Closed in 411617a1906063cf0adfd3ac06804dc4b29403a0