-
-
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
Guard against running Delete[] on an empty list. #1109
Conversation
This is what happens in WMA:
|
Which version do you use? In 14. 1: In[1]:= Delete[{},0]
Out[1]= Identity[]
|
I am using 12.2 and 13.2.0 In 14.1, what happens with
? |
Identity[1,2,3] because >> Sequence[1,2,3]
Identity[1, 2, 3] |
Until 13.2.0, |
Not sure. I think it's evaluated in the backend. A |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.