-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
v11.1 Broke array.map #15
Comments
Sorry for the delay. FYI in future this would be fixed if you did a Really I should never have accepted the |
Thanks! I believe map for NSDictionary and NSSet also made the same assumptions though. |
Fixed those too thanks. |
This change is causing a crash for me since I updated to 11.1
11...11.1#diff-4bbdff7cda9b63e25e2e8865533250d4L31
Error:
When subclassing or extending NS class clusters like
NSArray
we need to be extra careful about what assumptions the code makes (https://mikeash.com/pyblog/friday-qa-2010-03-12-subclassing-class-clusters.html).This is a pretty serious issue so I'm reverting to 11.0 for now.
The text was updated successfully, but these errors were encountered: