This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
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
Adds support for nested directories (issue #1). Added nested folder sample.
…ead of also allowing a specific swift file to be mentioned.
Major cleanup of the tool’s API surface; everything has been streamlined to a function-based interface. Fixed the issue with streaming output to stdout. Fixed a bug with relative paths.
Added some of the tests (missing CocoaPods and Carthage tests).
… work reliably. Falling back to the previous behavior, which is not ideal, but at least it's robust. I'll look at this for v0.3.0. The `filesAtPath()` needed to filter out the Carthage and CocoaPods folders and not try to build that content into the script tool... might be a good thing.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The big changes in this version are:
#!
in your scripts.This version was essentially a rewrite and restructuring, of what was essentially, a proof-of-concept implementation. Much of the boilerplate was removed and things were streamlined in the source. The fundamental difference between v0.1 and v0.2 is that v0.2 actually creates a proper binary to run instead of just merging all of the scripts into a single file and running it through the REPL.