Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Comparison\between?] deprecate the support for some types #1606

Open
github-actions bot opened this issue Apr 17, 2024 · 0 comments
Open

[Comparison\between?] deprecate the support for some types #1606

github-actions bot opened this issue Apr 17, 2024 · 0 comments
Labels
library Issues related to the standard library open-discussion todo Automatically generated issues from TODOs in the code

Comments

@github-actions
Copy link

[Comparison\between?] deprecate the support for some types
Right now this uses a generic algorithm and :any as entry, but does it even makes sense?

between? #[user: "Rick"] #[user: "Rick"] #[user: "Rick"]

The above code returns true, but what is the sense of seeing if a dictionary is between other two.
I think this should be good to limit what types can be between other ones.

# TODO(Comparison\between?): deprecate the support for some types

    #----------------------------

    # TODO(Comparison\between?): deprecate the support for some types
    # Right now this uses a generic algorithm and :any as entry, but does it even makes sense?
    #
    # ```art
    # between? #[user: "Rick"] #[user: "Rick"] #[user: "Rick"]
    # ``` 
    #
    # The above code returns true, but what is the sense of seeing if a dictionary is between other two.
    # I think this should be good to limit what types can be between other ones.
    # labels: library, open-discussion
    builtin "between?",
        alias       = thickarrowboth, 
        op          = opNop,
ew file mode 100644
ndex 0000000000..f4993bc330
++ b/tests/unitt/commons/functions.art

48a76b70471607395e0c6829acecf8b6ddc61e8d

@github-actions github-actions bot added library Issues related to the standard library open-discussion todo Automatically generated issues from TODOs in the code labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library Issues related to the standard library open-discussion todo Automatically generated issues from TODOs in the code
Projects
None yet
Development

No branches or pull requests

0 participants