Skip to content

Changing NSFileManager API names to match Darwin version #317

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

Merged
merged 2 commits into from
Apr 14, 2016

Conversation

mbvreddy
Copy link
Contributor

API names of NSFileManager are modified to match with Darwin version. Files modified are NSFileManager.swift and and other files (including TestFoundation) that use NSFileManager APIs

@mbvreddy
Copy link
Contributor Author

Changing variables of NSFileManager.swift also to lowercamelcase format. I'll commit those as well in this pull request shortly.

@mbvreddy
Copy link
Contributor Author

Done.

@parkera
Copy link
Contributor

parkera commented Apr 14, 2016

@swift-ci please test

@parkera parkera merged commit 704ce5f into swiftlang:master Apr 14, 2016
@mbvreddy mbvreddy deleted the NSFileManager-api-change branch May 14, 2016 02:38
atrick pushed a commit to atrick/swift-corelibs-foundation that referenced this pull request Jan 12, 2021
swiftlang#317)

- Avoid short queries (< 3 characters) since they are slow and noisy. Xcode does the same thing.

- Limit the number of results returned:
  - Improves performance for queries which match many symbols
  - Currently take the first N results to improve performance for large projects
    but once we support cancellation we should take the top N.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants