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

Improve objc2::foundation #67

Closed
34 tasks done
madsmtm opened this issue Nov 3, 2021 · 1 comment
Closed
34 tasks done

Improve objc2::foundation #67

madsmtm opened this issue Nov 3, 2021 · 1 comment
Labels
A-framework Affects the framework crates and the translator for them enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@madsmtm
Copy link
Owner

madsmtm commented Nov 3, 2021

Collection of ideas to improve objc2-foundation

Add these classes/structs that are used by winit:

  • NSThread
  • NSString
  • NSAttributedString
  • NSAttributedMutableString
  • NSArray
  • NSProcessInfo
  • NSDictionary
  • NSData
  • NSFastEnumeration
  • NSNotificationCenter
  • NSTimeInterval
  • NSPoint
  • NSRect
  • NSSize
  • NSRange

An furthermore these that are available in cocoa-foundation:

  • NSOperatingSystemVersion
  • More NSProcessInfo methods
  • NSEnumerationOptions?
  • NSDate
  • NSRunLoop
  • NSURL
  • NSBundle
  • NSData base64 functionality?
  • NSUserDefaults

And a few that makes sense to do:

And many more, since #264

@madsmtm madsmtm added enhancement New feature or request help wanted Extra attention is needed labels Nov 3, 2021
@madsmtm madsmtm mentioned this issue Nov 3, 2021
80 tasks
@madsmtm madsmtm changed the title Improve objc2-foundation Improve objc2::foundation Aug 14, 2022
@madsmtm madsmtm added the A-framework Affects the framework crates and the translator for them label Aug 14, 2022
@madsmtm madsmtm added this to the objc2 v0.3 milestone Aug 22, 2022
@madsmtm
Copy link
Owner Author

madsmtm commented Dec 23, 2022

Fixed by #308

@madsmtm madsmtm closed this as completed Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-framework Affects the framework crates and the translator for them enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant