-
Notifications
You must be signed in to change notification settings - Fork 48
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
Sort {
acts weird in some cases (even though Σ}
works fine)
#198
Comments
I think this may already be fixed? I can't repro using the code from master, the TIO version isn't up to date. |
|
Ah. Maybe I should contact ATO to support (the latest version of) 05AB1E, since TIO isn't being updated anymore since Dennis left codegolf.stackexchange.com. |
The reproduction above seems to work nowadays, but I still had this issue today in another answer of mine, even on ATO. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure how to explain it, but
{
didn't sort a list of lists in expected lexicographical order in one of my programs, even with--no-lazy
compiler flag. And the weirdest part is thatΣ}
(sort-by builtin without implementation) does sort correctly as expected.Not sure if it's relevant (it probably is), but I've used
ā._Dí«
beforehand to get all rotations and reflections of the list.Try it online to reproduce.
Found in this 05AB1E answer of mine.
EDIT 2024:
The reproduction above seems to work nowadays, but I still had this issue today in another answer of mine, even on ATO.
The text was updated successfully, but these errors were encountered: