-
Notifications
You must be signed in to change notification settings - Fork 79
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
Make documentation generation optional and improve objc path specification #320
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## swifty-dropbox-beta #320 +/- ##
=======================================================
- Coverage 50.30% 49.93% -0.38%
=======================================================
Files 37 37
Lines 8740 8805 +65
Branches 1881 1889 +8
=======================================================
Hits 4397 4397
- Misses 4026 4091 +65
Partials 317 317
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -4,7 +4,7 @@ | |||
|
|||
import Foundation | |||
|
|||
enum {{ class_name }} { | |||
enum {{ class_name }}: ReconnectionHelpersShared { |
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.
? – intentional?
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.
It's a needed but unrelated change
|
||
def _generate_jazzy_docs(self, api): | ||
jazzy_cfg_path = os.path.join('../Format', 'jazzy.json') |
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.
nit – sad this relpath still couldn't be fixed
These changes allow generate_base_client.py to be run from directories other than where it is located, the root of SwiftyDropbox.
Paired with: dropbox/SwiftyDropbox#401
-rop
flag is removed--objc
option updated updated to not suggest that a single pass generation is possible._write_output_in_target_folder
simplified to just write toself.target_folder_path
+file name
. For objc generation specify the output location using-o
.Checklist
General Contributing
Is This a Code Change?
Validation
tox
?