This repository was archived by the owner on Feb 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
feat: enable iOS sdk generation after invoking model generator #260
Merged
Merged
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7d0b5b6
feat: enabled iOS sdk generation when after invoking model generator
tfrank64 607843b
fixed issue, began adding tests
tfrank64 e914920
fix: fixed issue with duplicate entries to generated .gitignore
tfrank64 33948c6
moved service prompts log up one question
tfrank64 2d61162
fix: mocked network requests to sdk generator for unit tests to pass
tfrank64 75a3aad
fix: added timeout since an iOS sdk is generated here
tfrank64 1b641da
Merge branch 'develop' into sdkgen_model_flow
tunniclm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
For the above block, I'm trying to see when this might be needed. Can you help me understand the flow that introduces new entries in
this.itemsToIgnore
after the.gitignore
file is written? Thanks.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.
@tunniclm Well I first noticed it in the integration tests that multiple references to an iOS SDK were being added to the
.gitignore
. It can also happen with multiple runs of theyo swiftserver:model
command, which is possible right now, but maybe not encouraged, not sure?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.
Great, thanks. Makes total sense. It is absolutely fine to run the model generator multiple times.