We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Submitted by: meijeru
the actual function supplied with sort/compare does not get invoked (or a result of true is consistently obtained)
>> sort/compare [1 2 3 4] func [a b] [a > b] == [1 2 3 4] ; should be == [4 3 2 1] ; works in REBOL 2
CC - Data [ Version: alpha 48 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 55 ]
The text was updated successfully, but these errors were encountered:
Submitted by: BrianH
This is the same bug as #161.
Sorry, something went wrong.
Thus, once this is tested, #161 can be put to rest also
Yes, but please remember to search the tickets before you submit stuff, if you can. We're trying to cut down on duplicate tickets.
TEST: sort/compare does not work with function!
18e2d34
related to: metaeducation/rebol-issues#720
Not a problem in my branch.
No branches or pull requests
Submitted by: meijeru
CC - Data [ Version: alpha 48 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 55 ]
The text was updated successfully, but these errors were encountered: