arturo-lang / arturo

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

[Collections\split] Add better support for unicode strings #191

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

[Collections\split] Add better support for unicode strings

Currently, simple split works fine - but using different attributes (at, every, by, etc) doesn't

https://github.com/arturo-lang/arturo/blob/e6f88a7d1e3322ac7b0b086b69f068446aefa65b/src/library/Collections.nim#L998

                            Syms[x.s].a.sort(order = sortOrdering)

    # TODO(Collections\split) Add better support for unicode strings
    #  Currently, simple split works fine - but using different attributes (at, every, by, etc) doesn't
    #  labels: library,bug
    builtin "split",
        alias       = unaliased, 
        rule        = PrefixPrecedence,

2b9c4b4dca362e3497e9b61e121c12c3aefeedf8

stale[bot] commented 2 years 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.

stale[bot] commented 1 year 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.

stale[bot] commented 1 year ago

Closing issue as stale.

stale[bot] commented 3 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.