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

Fix hash and client var name collision errors #348

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

julianlocke
Copy link
Contributor

There are a few new variable names that must be suffixed with _ to avoid collisions in the SwiftyDropbox Objective-C compatibility layer: hash (colliding with the NSObject var) and client (colliding with our own client vars).

Checklist

General Contributing

  • Have you read the Code of Conduct and signed the CLA?

Is This a Code Change?

  • Non-code related change (markdown/git settings etc)
  • Code Change
  • Example/Test Code Change

Validation

  • Have you ran tox?
  • Do the tests pass?

Base automatically changed from fix-unreachable-code to swifty-dropbox-beta August 27, 2024 17:36
@julianlocke julianlocke force-pushed the fix-compat-type-name-collisions branch from 97f07dc to d048dbf Compare August 27, 2024 17:37
@julianlocke julianlocke merged commit 2f1763c into swifty-dropbox-beta Aug 27, 2024
6 of 10 checks passed
@julianlocke julianlocke deleted the fix-compat-type-name-collisions branch August 27, 2024 17:38
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